Acquisition of wp.com

1 month 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

1 month 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

1 month 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

1 month 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

1 month 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

1 month 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

1 month 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

1 month ago

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

Maintenance release for Hybrid 0.5

1 month ago

Today has released an update to his Hybrid Theme. Version 0.5.1 can be found at the WordPress theme repository.

Using the swekey on your blog

1 month ago

If you've downloaded the Swekey plugin and plan on using it for users to login here is what you might…