December 2009
2 posts
1 tag
How To: Related Posts in Wordpress Feeds
In this tutorial I’m going to show you how to add a list of related posts by tag to your feeds in Wordpress. And yes we are going to do it the good old fashioned way by coding it ourselves. The function for getting related posts can be used to show them on normal posts as well but for this example we add some extra bit’s to make sure they only show up in our feed and not on our normal...
1 tag
Speed Up Your Site with Simple Caching in PHP
After reading David Walsh’s “Retrieve, Cache, and Display Your FeedBurner Subscriber Count” post I was inspired to expand on the example he had created and created my own simple PHP caching class. To be honest I was amazed at the results. So I’ve decided to share with you what I’ve done and how I did it.
The PHP Class
First off we are going to start with good coding...