I recently made an upgrade to my other WordPress blog from version 2.8 directly to 2.9.2 by FTPing the 2.9.2 files over to the web host.
After the files were overwritten, I went to visit the /wp-admin dashboard page and it prompted me to upgrade the database.
OK, everything was fine and dandy until I went to visit my blog – BAM, a blank screen.
After a bit of research I found that other bloggers have said that most likely this is due to the plugins.
1. Rename your /plugins folder to something else, I simply renamed it to /plugins1. This will disable all of your plugins at once since WordPress can not find plugins in the folder where it knows exist.
2. Now login to your dashboard by going to [your site url]/wp-admin. Your log should be operation at this point.
3. Enable your plugins one by one. After each activation, pull up a new browser window and visit your blog. If it becomes a blank screen again, you have just pinpointed the plugin that is causing the trouble.
4. While staying in your dashboard’s plugin management page, click on Deactivate link for that plugin.
5. If WordPress offers a link below that plugin to automatically upgrade the plugin, do it. If not, download the latest version of the plugin from the developer’s website. If this is not feasible, you may need to forget about using this plugin or downgrade your WordPress to a lower version.
—-
For me the culprit was the Redirection plugin (Manage all your 301 redirects and monitor 404 errors By John Godley)
Good thing the automatic upgrade link was available and it made the plugin upgrade a swift.
Go ahead and leave a comment below with plugins that you found to be “broken” or causes your WordPress to go blank after an upgrade.
| Manage all your 301 redirects and monitor 404 errors |
If your blog is hosted with Hostgator or any web host that provides cPanel, there is a web stats software called Awstats that gives you visual data about your website visitors.
Google Analytics is a free tool that collects traffic stats as well, however, it also gives you a lot more marketing data such as visitor behavior. This tool is a must-have if you are serious about blogging and tracking results.
Another reason to install Google Analytics is it allows other people to view your website stats (of course, you control who and what the person can see), which is a great tool for potential buyers to verify your traffic if you ever decide to sell your blog.
Here are a few traffic data that Analytics tracks, as well as how you can best use the data:
Here are steps to add Google Analytics to your WordPress blog.
Head over to http://www.google.com/analytics. If you already have a Google account, simply click on Access Analytics and sign in. If not, click on Sign Up Now to create a new account.

Nothing to do here, but to click on Sign Up

You will be asked to fill out your website information that you want Google Analytics to track. Follow the screenshot below and where applicable, fill in your own site’s information.

Next, copy (Ctrl-C in Windows, or Command-C in Mac) the code provided to you:

Login to your WordPress Dashboard and click on Editor link under Appearance metabox:

Then click on Header (header.php) and paste your Google Analytics code right before the </header> tag:

The reason why you should put your Analytics code in header.php is simple – heaader.php gets included in all pages and posts of your blog so putting your Analytics code there ensures all traffic information is captured.
That’s all. You are done! Google will now start collecting web traffic and visitor behavior information for you. Feel free to explore some of its features and read up on some of the best practices with Analytics.
I posted this a few a days ago about a widespread WordPress attack:
http://www.netpassiveincome.com/wordpress-mysql-injection-permalink/
If you haven’t already, go visit your blog and make sure you are not a victim of this recent attack.