Archive for 'Quick Tips'
Speeding up WordPress has just got easier; using PHP’s if statements you can only load the stuff you need.
Continue Reading
Just a very quick tip but nonetheless an important one. Many of you will be using any number of plugins or the database query that’s been doing the rounds recently to display your most popular posts. That code/plugin is no longer needed as WordPress’ query_posts can now display your most commented posts.
Continue Reading
A really easy way to change the directory where your images are uploaded to in WordPress.
Continue Reading
Multiple sidebars are becoming increasingly popular with specific sidebars being displayed only on specific pages or posts. How do they do it? Originally it’d be an if (ie if is homepage) and then include a PHP file, but WordPress has a better way. A built in better way. In this post we’ll learn how toContinue Reading
Continue Reading
A warning to those using the_excerpt_rss and the Yet Another Related Posts Plugin (YARPP) for their meta description.



