Articles

Display the_excerpt only if there is text

Have you ever wanted to display the excerpt only if you write one? A simple couple lines of code can…

5 months ago

The new design in progress

Okay, so by now you may notice something. You may be thinking "the site looks a lot different", and you…

5 months ago

Bar Camp Los Angles 7

Hello from BarCampLA in beautiful Culver City. It's a bit early and presentation's don't start till after lunch. While I…

5 months ago

New theme release: CULT[i]VATE

Doing theme modification and even custom template files has brought me to this point. Today I've created my first premium…

5 months ago

Automattic launches talkpress.com

I was just working on re-launching my forum in preparation of the new theme I am going to release sometime…

5 months ago

WordCult Theme release 0.3

I've had some time the last few days while my XPS computer has been having difficulties and the Dell replacement…

5 months ago

Add a shortcode

This is a simple one. /** * Your Blog title * */ function my_blog_title() { $blogname = get_bloginfo('name'); return '<span…

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

Adding a favicon to your site

Looking to add a favicon to you site? Inside your WordPress theme's functions file (functions.php) add the following to inside…

5 months ago