WordPress Themes

Here are some sites to check out for FREE WordPress Themes: http://www.themescore.com/ http://www.amazingwordpressthemes.com http://www.wordpress.org/extend/themes I’ll amend this list if and when I discover more – drop me a line of a resource you can think of.

What is a Favicon?

Its this tiny little graphic that gets displayed in your browser when you’re visiting certain websites (left of the URL). Technically it’s a file called “favicon.ico” in the root directory of your installation. It’s a 16×16 pixel graphic in either ICO, JPG or PNG format. For details, check Wikipedia’s excellent article: http://en.wikipedia.org/wiki/Favicon If you’d like … Read more

How to shorten the_content() in WordPress Themes

If you’ve ever created a WordPress Theme and you’re not happy with the way it outputs text to your theme, you might be interested in a handy plugin called the_excerpt_reloaded(). You can shorten the number of words being printed to screen you can add a handy “Read More” or whatever link allow or disallow certain … Read more

How to backup your WordPress database?

The Database is the heart of your WordPress installation. Simply backing up and restoring all your files via FTP is not enough – it only contains the actual WordPress “programme” if you will, your plugins and themes, and all your uploaded media files (like pictures). It does NOT however contain your posts, links and some … Read more

How to restore your database?

The Database is the heart of your WordPress installation. Simply backing up and restoring all your files via FTP is not enough – it only contains the actual WordPress “programme” if you will, your plugins and themes, and all your uploaded media files (like pictures). It does NOT however contain your posts, links and some … Read more

How to move WordPress from one server to another

It’s not as difficult as one might think, as this article explains: http://codex.wordpress.org/Moving_WordPress If however this means not a lot to you, or you have tried and it’s still not working, you should check out the following topics: How to backup your Database How to restore your Database Hope this helps 😉