WordPress WordPress: how to replace the output of the the_content() function with the post's excerpt December 9, 2012 A simple way to filter out the output of the WordPress the_content() function and replace it with the post's excerpt. Read more
WordPress WordPress: display an "online since" message on your site December 2, 2012 How to display the birthday date of your WordPress site. Read more
WordPress WordPress: exclude categories from the categories widget December 2, 2012 How to exclude categories from the default categories widget provided by WordPress. Read more
WordPress WordPress: display only the first post of The Loop in full November 11, 2012 How to display only the very first post of the WordPress Loop in full. Read more
WordPress WordPress: choosing the right datetime format for the HTML5 time element October 6, 2012 How to insert the correct time format in the HTML5 datetime attribute of the time element in WordPress. Read more
WordPress How to publish code examples in WordPress August 12, 2012 A simple solution for publishing our demos and code examples directly within our WordPress theme. Read more
WordPress WordPress: get the FeedBurner subscriber count the right way July 29, 2012 How to get the actual number of our FeedBurner subscribers by using the WordPress Transient APIs. Read more
WordPress WordPress: fix the 404 Error on custom post types July 14, 2012 How to fix the 404 Error (Not Found) on WordPress custom post types. Read more
WordPress WordPress: display the number of comments outside the Loop July 7, 2012 How to get the comment count and display it outside the WordPress Loop. Read more
WordPress WordPress: add a description to the navigation menu items June 22, 2012 How to add a description to each item of a WordPress navigation menu. Read more