How to Test a WordPress Theme

If you new to WordPress and blogging then your possibly having fun playing with different themes, customising you blog to get the look and feel you want.

Playing with your live site and affecting your visitors is probably not the best idea.  You need to be able test without impacting on your visitors.

A quick google round the internet soon found the answer, a plug-in that enables the admin user to test a different theme, then what the other users are seeing.

http://www.dnxpert.com/2010/05/26/how-to-test-a-new-wordpress-theme-without-affecting-live-site

Check it out you might find it useful.

wordpress-http-error-crunching

While uploading photographs to my new blog, I have been having a lot of difficulties.  The files upload but then I get a http error during the crunching stage.  Once uploaded the images cannot be sized, only put up at there original size.

I spent sometime looking at the WordPress help pages but eventually I found the answer here:  Just adding the line

AddType x-mapp-php5 .php

to the top of my .htaccess file, fixed my load problems.   This file is located in the folder you installed your WordPress to on you host server.

Moving Posts & Going Live

More Blog configuration: Tonight once home I manually moved my posts from my first blog to the new dev blog.  Just cut and paste.  Next time I need to move to a different blog, the full WordPress software allows easy export and inport.

I then backed up dev to my laptop and deleted Live.

If your after a good FTP client for OS X, I use Transmit.  Makes jobs like this very easy.

Then I FTP,ed the contents of dev to Live. Once that was done I logged into WordPress altered the paths to refer to the blog new location.

Everything seemed to work, so now the final part to delete dev.

Wow, its all still works!

Update:

Well nearly works; the picture I had in a post was lost, I suppose I need to read up on how to officially move a site!

mysql

Well, that was easier then I thought.  Between the wordpress help pages and the ease that my web hosting company made of creating the database, within a matter of minutes I had a simple highly customisable blog up and running.

Now to start moving posts from the old site to this.

Blog Setup

Well tonight after a cold motorcycle ride home (1.5 C), followed by a hot chocolate, it was time to do some more wordpress configuration. This blog which may or may not stay is fairly basic, just the default options with all the hard work done by my service provider. Tonight I started a fresh install of WordPress to give me a more custom and unique look. I have to admit its all Chris B’s fault, his new blog does look rather professional so it was time for me to have a go.

First a new Sub domain to host the test site (if this works i’ll move it over to the blog.brown-family.org.uk).

Then I download loaded WordPress and uploaded to my site, now for the technical bit, mysql. This will be a first for me, never used mysql before. I’ll let you know how I do.