I’ve updated the site to the latest release of WordPress. 2.8.1 fixes many bug found in 2.8 and I finally was ready for the update. While...
Custom fields are definitely very useful and are used on many WordPress installs. Today I’m going to show you how to easily get custom fields values...
DISCLAIMER: this post is older than one year and may not be up to date with the latest WordPress version. The standard wp_list_categories() function echoes a...
Ever wanted to print or echo the WordPress title attribute without spaces?
How might you display a Google ad after the first post or anything you like? It is very simple. You just need to add the variable...
Here is a simple way to call query_posts with an array of options. For all options you my use visit: WordPress Codex. <?php $my_query = array('showposts'...
This is an easy one, just add one line to your single.php file where you would like the Gravatar to show up. <?php echo get_avatar( get_the_author_id(),...
Ever wanted to display the title of a post somewhere but limit the amount of characters that are shown? For instance, this post has a very...
Here is a nifty trick for your comments.php template. If someone comes to your site and leaves a comment but doesn’t leave a url back to...
Here is a neat trick. Say you want to show a custom field in you post or in a certain categories post. There is a simple...
You must be logged in to post a comment.