Justin Tadlock has written a nice tutorial on how to show a password form field instead of the default text…
Ever wanted to print or echo the WordPress title attribute without spaces?
This is a simple one. /** * Your Blog title * */ function my_blog_title() { $blogname = get_bloginfo('name'); return '<span…
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…
I was asked by a reader: I'm using the THiCK theme for my new design blog. I noticed you were…
This is an easy one, just add one line to your single.php file where you would like the Gravatar to…
Want to show what any user was searching for? It is simple, just add this line where your title would…
In this post I will show you how I created my custom widget showcasing mybloglog readers. In your function.php file…
Ever wanted to display the title of a post somewhere but limit the amount of characters that are shown? For…
Here is a nifty trick for your comments.php template. If someone comes to your site and leaves a comment but…
I talked about Disabling search engine on search pages in a previous post using the meta tag. Today lets go…