Have you ever wanted to display the excerpt only if you write one? A simple couple lines of code can…
Okay, so by now you may notice something. You may be thinking "the site looks a lot different", and you…
Hello from BarCampLA in beautiful Culver City. It's a bit early and presentation's don't start till after lunch. While I…
Doing theme modification and even custom template files has brought me to this point. Today I've created my first premium…
I was just working on re-launching my forum in preparation of the new theme I am going to release sometime…
I've had some time the last few days while my XPS computer has been having difficulties and the Dell replacement…
This is a simple one. /** * Your Blog title * */ function my_blog_title() { $blogname = get_bloginfo('name'); return '<span…
How might you display a Google ad after the first post or anything you like? It is very simple. You…
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…