Archive for 'Quick Tips'

Speeding Up WordPress With If Statements

Speeding Up WordPress With If Statements

Posted on 15. Feb, 2010 by Alex Denning.

2

Speeding up WordPress has just got easier; using PHP’s if statements you can only load the stuff you need.

Continue Reading

Most Commented Posts The Right Way in WordPress

Most Commented Posts The Right Way in WordPress

Posted on 06. Jan, 2010 by Alex Denning.

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

Move Your wp-content Area

Move Your wp-content Area

Posted on 21. Nov, 2009 by Alex Denning.

7

A really easy way to change the directory where your images are uploaded to in WordPress.

Continue Reading

Multiple Sidebars the Right Way

Multiple Sidebars the Right Way

Posted on 18. Nov, 2009 by Alex Denning.

9

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

Warning: YARPP and the_excerpt_rss Don’t Mix

Warning: YARPP and the_excerpt_rss Don’t Mix

Posted on 11. Nov, 2009 by Alex Denning.

0

A warning to those using the_excerpt_rss and the Yet Another Related Posts Plugin (YARPP) for their meta description.

Continue Reading