One of the most popular PHP based blogs is Wordpress. Although the default blue style is clean and crisp, it doesn't offer much personality. Many users like to mix things up a bit by changing the theme of their blog. This can change the colors, the graphics and even the layout of the page.
More PHP / MySQL Quick Tips
If you are a PHP novice, changing the theme might seem like a scary processes. Fortunately it's quite simple, and you don't even need to know PHP to do it! Here's how:
- Download and unzip the theme, remember where you saved it!
- Upload the theme files in their folder to the "themes" folder, that can be found inside the "wp-content" folder
- Login to your blog, and click "Presentation" on the top menu bar
- Click on the new theme you uploaded -- Your done!!

