WordPress Development

Articles

We have the following articles on WordPress Development:

WordPress Optimization Myth: Saving Database Calls

Thursday, December 8th, 2011

Tonight I read an article on WPTuts+ titled 10 Quick Tips: Optimizing & Speeding Up Your WordPress Site. For the most part it's a good article with lots of great tips, but there is one tip which is just plain incorrect:

Using a constant instead of get_option('home'); saves a database call.

Continue Reading »

Fetch_feed Not Working With URLs Containing & Symbol

Wednesday, November 30th, 2011

I recently came across a strange problem with the fetch_feed function in WordPress not working with URLs containing the & symbol. The URL was being passed to fetch_feed via a shortcode parameter, but fetch_feed couldn't find the feed.

Continue Reading »

Clearing The Cache When A Widget Is Saved

Wednesday, November 30th, 2011

WP Super Cache has a setting which allows the cache to be cleared when a post is saved. I needed to clear the cache when a widget is saved. It turned out to be surprisingly easy.

Continue Reading »

How To Change The WordPress Post Template Via URL Parameter

Wednesday, July 27th, 2011

Have you ever wanted to be able to serve up an alternative version of your posts, perhaps tweaking the layout or even the content of the posts? Not all the time, just in certain circumstances?

I've had two cases recently where I've needed to do this. My solution: to change the post template when a certain URL parameter is added to the URL.

Continue Reading »
Stephen Cronin

is Manager of Online Service Delivery at a Queensland Government department & has been a freelance WordPress developer/consultant since 2007
*Content on this site is my own and is not related to my employer

Hire me - I'm expensive, but I'm very good!

WordPress Plugins

Want a Custom WordPress plugin? See my Services page.

Greasemonkey Scripts

Visit my home page at Userscripts.org.