Blogger to WordPress
A lot of Bloggers find out that free services like Blogger and wordpress.com only offer the blogger a fraction of control.
Smart, forward thinking Bloggers, have already or are in the process of making the switch to a self hosted WordPress site. And they are reaping the rewards!
- More control over SEO – More traffic from google
- Access and control over blog database
- More functionality! If you can dream it you can do it with self hosted.
- Professional web and email addresses ie: www.myblog.com & bonnie@myblog.com
- Complete customizing and control of the look and feel . (Branding)
- No unnecessary links to wordpress.com
Visit Site
Posts.php page returns blank
Posts.php page returns blank (solved)
All of a sudden I noticed when i saved my post, the page would returned blank. No errors, just a blank posts.php page.
Although my post had been saved successfully, this was still very annoying.
Prior to this error, I had been doing some work on the functions.php file so i thought maybe that file was causing the /wp-admin/post.php to return blank.
It was! Very simply, there where a few empty lines under all the code. Deleting these empty lines solved the issue. When i say empty lines i mean spaces following the actual code. These spaces have no code in them therefore should be deleted.