Moving a Blog from WordPress.com to WordPress.org is something I’ve had a lot of questions about – today Jeff Chandler shares tips on how to do it.
Everyday it seems like I find a story or two from a cities local online newspaper which delves into the topic of blogging and what it’s all about. The story usually goes through a mini backlog of history surrounding the term, what blogging is and at the end of the article, there is usually a list of suggestions on how to get started with the most popular suggestion being WordPress.com. Using WordPress.com is a great way to introduce yourself to blogging but if you decide that you want to turn blogging into a full time job or just want more control over your work, you’ll need to move.
Thankfully, the move from WordPress.com to WordPress.org (WordPress.org being the self hosted version of WordPress) is painless thanks in large part to a great export tool.
To start things off, login to your WordPress.com account and browse to your administration panel. From the menu on the left, click on TOOLS – EXPORT. At this point, you have the option to confine the export to a particular author or all authors. Using the export tool will compile your posts, pages, comments, custom fields, categories, and tags. This information is placed into a WXR file or, WordPress eXtended RSS file. Essentially, this file is just a normal XML RSS based file with a couple of custom fields added to it which makes it specific to WordPress. Once you’re finished, click on the Download Export File button and save it to your desktop.
Once you have that file on your desktop, you can breath a little easier considering your half way through the content migration process.
The second part of this guide refers to an installation of WordPress 2.7. Login to your self installed WordPress administration panel and from the menu on the left click on TOOLS – IMPORT. From the list of blogging systems click on WordPress. Next, click on the Browse button and locate the XML file you downloaded earlier. This will upload the XML file into your WordPress installation and will unpack all of the data the file contains. There is one caveat though regarding this entire technique.
Most webhosts for whatever reason still have their PHP.ini configured in such a way where end users can only upload files with a maximum file size of 2MB or smaller. Although it takes quite a bit of content in an WXR file to go over 2MB, 2MB is not a lot of head room. If you find yourself in the position where your WXR file is larger than the maximum file size, I highly suggest submitting a trouble ticket to your webhost and asking them to increase the limit. If they choose not to, then ask them if they can import the file for you. If that doesn’t work, you can pull a trick from your sleeve by uploading a custom php.ini file to your webhosting accounts root folder. This is what my host did for me and afterwards, I took a look at the php.ini file and noticed it had this line in it:
; Maximum allowed size for uploaded files.
upload_max_filesize = 7M
Apparently, the php.ini file overwrote the settings on the original file and I was able to bump my limit up to 7 Megabytes. This trick is not guaranteed to work. As a last ditch effort, you can also try adding these lines to your .htaccess file. Just replace the pound sign with a number that is above the size of your WXR file.
#set max upload file size
php_value upload_max_filesize #M
#set max post size
php_value post_max_size #M
Once the WXR file is unpacked on your self installed version of WordPress, you’re ready to walk through the gates of freedom without skipping a beat!
P.S. This strategy also works for those wanting to go from WordPress.org to WordPress.com.



Every Wednesday, I publish a new interview on BloggerTalks.com and as part of the interview process, there is one particular question which is asked to each individual that I interview which is “What Is The Future Of Blogging“? Well, for this weeks installment on Problogger, I thought I would compile the answers I’ve received thus far. At the end of the article, feel free to contribute by leaving a comment explaining what you think the future of blogging will be.




I have to admit, when I ask this question to each person I interview, the first response I get is similar to ‘WTF’. It’s a tough question to answer considering the mold of blogging can change rapidly into something none of us see coming




In the ever increasing socialness of the web, everything from news to photos to videos are being shared. Outside of 



One of the tips that is often given by bloggers is that you should use some sort of service or plugin that shows related posts on your blog. Not only does this give readers something else to look at, it provides another way to 


Today Jeff Chandler shares with us how FireFox 3 can be a great tool for bloggers.
Many Google Services In One – These days, it seems as though Google has a bazillion services. Having individual buttons for each service in FireFox would not only be cumbersome but it would also take up valuable screen real estate. Thankfully, there is an extension which enables access to all of the Google Services from one button called
Publish Content Right From The Browser –
Take Snapshots From The Browser – People are continuously surprised to find out that TechSmith has a FireFox extension (
Auto Fill Forms - Most blogs have a commenting section made up of four fields. Name, URL, Email and a text area for your comment. Instead of typing in your Name, URL, and Email over and over again, you can use the
Sharing Across Multiple Services With One Button – While I tend to stick with using the 



My name is Darren Rowse and I’m a full time Blogger making a living from blogs like 
Save Time By Auto Filling Comment Forms
In this post Jeff Chandlerhighlights a cool tool for auto filling in comment forms on blogs.
Ok Problogger faithful, I’m going to keep it short and sweet this week by telling you about a cool FireFox extension which is sure to save you some time in the long run. Generally, every blog out on the web has a comment form. This form normally consists of Name, Email, Website, and Comment. Having to type in those first three fields time and time again can be annoying and cause you not to comment at all. That’s where easyComment comes into play.
Easycomment works by looking for the typical fields that are reserved for comment forms and filling them in with predetermined values. Essentially, after you install the extension, you’ll have to fill out the form with your credentials. These values are what will be placed in the blog comment form. After you type that in, filling those fields is as simple as clicking the easyComment button which should look a little something like this.
That’s all there is to it. One thing to keep in mind with this or any other extension that fills in forms. The extension will not work on sites that have third party commenting systems such as Disqus or IntenseDebate installed. This is because the form fields are inside a block of code and not in plain HTML which renders the form fields to be indiscoverable.
If you’re looking for an extension that does this and more, check out AutoFillForms. That extension is a bit more complicated to configure but it is used to auto complete entire forms such as user registration areas on forums or websites. However, I’ve written a guide for that extension as well.