php

How to: Add any authors gravatar to their post

This is an easy one, just add one line to your single.php file where you would like the Gravatar to…

3 weeks ago

Limit the characters that display on the_title

Ever wanted to display the title of a post somewhere but limit the amount of characters that are shown? For…

1 month ago

Display custom url if comment authors url is blank

Here is a nifty trick for your comments.php template. If someone comes to your site and leaves a comment but…

1 month ago

Echo custom fields in any category

Here is a neat trick. Say you want to show a custom field in you post or in a certain…

2 months ago

Succesfully running 2.8.1, but

I've updated the site to the latest release of WordPress. 2.8.1 fixes many bug found in 2.8 and I finally…

4 months ago

Calling custom fields for next/previous posts

Custom fields are definitely very useful and are used on many WordPress installs. Today I’m going to show you how…

4 months ago

Simple double listed columns

DISCLAIMER: this post is older than one year and may not be up to date with the latest WordPress version.…

4 months ago

Remove spaces when echoing the_title

Ever wanted to print or echo the WordPress title attribute without spaces?

5 months ago

Adding a external file after the first post

How might you display a Google ad after the first post or anything you like? It is very simple. You…

5 months ago

A simple way to query posts

Here is a simple way to call query_posts with an array of options. For all options you my use visit:…

5 months ago