WordPress Wednesday: Thumbnail ALT Tags February 15th, 2017 @ 8:06 am PST
How to grab an image ALT tag from the WordPress Media system
WordPress Wednesday: Grab First Image from Post February 8th, 2017 @ 6:36 am PST
In which I explain how to parse the first image from a post
WordPress Wednesday: Huge Archives February 1st, 2017 @ 8:37 am PST
In which I explain how to beautifully display enormous WordPress archives in a compact format
The Ultimate Guide to Local WordPress Development on a Mac January 23rd, 2017 @ 6:50 pm PST
In which I explain how I roll my code
#FridayFive: Feeds to Follow August 7th, 2009 @ 5:42 am PDT
Read the Friday Five …WordPress Wednesday: Safe Function Calls July 8th, 2009 @ 5:45 am PDT
If you’re editing a WordPress theme template file by adding a call to a plugin’s function, you need to be careful. In six months or a year you’re going to deactivate or delete that plugin, and you’re going to get a big ugly fatal PHP error on your blog. You can avoid it, though, by […]
WordPress Wednesday: Thesis Theme Tag Text June 17th, 2009 @ 6:45 am PDT
Today I’m going to explain how to make your WordPress blog display a special note based on a tag associated with a post. This tip is uniquely written for users of Chris Pearson’s awesome Thesis Theme, but if you are crafty enough with WordPress, you’ll be able to use it regardless of the theme you’re […]
2008 – 2009 iCal College Bowl Schedule December 17th, 2008 @ 11:42 am PST
In which I explain how to create an iCal version of the college football bowl season schedule
Parsing PHP in CSS October 1st, 2008 @ 5:09 pm PDT
Dynamically process your css scripts
How to Display RSS Feeds Using PHP December 6th, 2006 @ 6:32 pm PST
If you’re interested in displaying an RSS feed from an external source using PHP, you simply must grab RSS_Fetch by Drew Phillips. It is by far the easiest implementation that I have found. The readme file is very detailed and the code is well-documented. I highly recommend it.