Here is a simple way to call query_posts with an array of options. For all options you my use visit:…
Looking to add a favicon to you site? Inside your WordPress theme's functions file (functions.php) add the following to inside…
At the time of writing this post I have Theme Hybrid as my parent theme, and am using a custom…
Have you ever uploaded an image that might have been a tad bigger than the width of your content area?…
Here is a simple way to display any RSS feed in your WordPress blog. <?php include_once(ABSPATH . WPINC . '/rss.php');…
In WordPress, when you use wp_page_menu your anchor attribute's usually carry a title with the same name. I'm not sure…
Over the weekend, I attended WordCamp Denver, and I was asked by John Hawkins how to force links to open…
Hey everyone, as you may have noticed I have a running on the site. While everything almost everything moved over…
I talked about the Twittar plugin in a previous post. But learned that the read me text file was only…
In a previous post I showed you how to create a custom widget, then I showed you how to create…