DagonDesign.com

3 months ago

Automattic launches talkpress.com

3 months ago

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

Acquisition of wp.com

3 months ago

Just announced by Matt himself, that they finally acquired wp.com from Yahoo. Head over to the WordPress.com blog, leave a…

WordCult Theme release 0.3

4 months ago

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

Add a shortcode

4 months ago

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

Adding a external file after the first post

4 months ago

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

A simple way to query posts

4 months ago

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

Adding a favicon to your site

4 months ago

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

The launch of WordPress 2.8

4 months ago

Wow, have you heard? WordPress has announced that the newest version, 2.8 which was thought to be held off till…

WPLover: On Launching a WordPress theme

4 months ago

I just came across this article over at WPLover. Was very good, especially since I just released my first WordPress…