Category: Wordpress

  • WordPress 404 Homepage Redirect

    WordPress 404 Homepage Redirect

    Page not found. Once a visitor reads it, tendency is for them to leave your page. Not good! If you’re using WordPress, here’s a very simple code to automatically redirect all your lost visitors back to your homepage:

  • Disable Comments in All WordPress Posts

    Disable Comments in All WordPress Posts

    We all want valuable comments in our blog, but what could be the reason why we want to disable it? I can only think of two reasons, first is if you don’t want your site to look like a blog, and second is to avoid comment spams!! Here’s a simple process to disable all comments…

  • WordPress Front Page Displays Not Showing

    Problem: WordPress front page displays doesn’t show in the reading settings. Cause: You deleted all your pages. No need for WordPress to show you that option since there’s no page for you to choose as a front page. No page created. For some reason, there are those newly installed WordPress blogs wherein the default “About”…

  • Another WordPress Upgrade

    Yesterday, July 29, 2010 WordPress released its latest version 3.0.1. Just last month, June 17, they’ve released the version 3.0 WordPress just keeps on updating and upgrading… and that’s what I like about them! Download the latest version of wordpress here. Check out the summary and list of revised files on version 3.0.1 here.

  • WordPress for iPhone

    With the continued upgrades and development of iPhones, WordPress created a whole new platform called WordPress for iOS. Blogging will be so much easier for iPhone, iPad, and iPod touch users with WordPress.com blog or a self-hosted blog running on WordPress 2.9.2 or higher. Download it here and read their blog for latest news and…

  • How to Fix 500 Internal Server Error for WordPress Sites

    Have you ever gotten an error message “500 Internal Server Error” one time while opening your website? Here’s a quick and simple solution for you to try. Check your .htaccess file. Usually the problem is there. In my case, here’s what I have when I still have the error: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/…