Category Archives: WordPress

What Automattic Can Do With WP.com

Automattic recently acquired WP.com from Yahoo, and now they are wondering what to do with it. (They’re asking for suggestions, too.)

Yes it’s true, Automattic is now the proud owner of WP.com, which we acquired from our buddies over at Yahoo! We’ve been using WP.com as internal shorthand for this site for years now, and ever since we figured out four or five years ago that Yahoo had that domain (as opposed to the Washington Post or something) we’ve been doing our best to get it, a journey that culminated in ultimate success a few days ago.

Continue reading →

The Two Approaches of Premium Themes

“Premium,” that is “paid,” themes have gained a significant footing in the WordPress community in recent years. There are many designers selling them, and there’s no shortage of buyers. What makes a theme worth paying for, though? There are two main angles in which…

GoCodes 1.3.0 Released

Version 1.3.0 of the GoCodes redirection plugin has been released. Several long-awaited improvements have been made. .htaccess editing is no longer required. As long as you are using “pretty permalinks” instead of the default ?p=123 type thing you can just drop the GoCodes plugin…

BuySellAds WordPress Plugin

I’ve previously talked about the distinguished BuySellAds banner marketplace. The network makes it much easier to sell ad space on your website, and has proven to be an excellent alternative to directly making deals with advertisers. Thaya Kareeson of Omninoggin.com has put together a…

What’s Coming in WordPress 2.8

Want to have a sneak peek at what’s coming in version 2.8 of WordPress? You may have noticed that each version of WordPress has it’s own page in the Codex. WP 2.7’s is http://codex.wordpress.org/Version_2.7. If you increment the version number up to the next…

14 More Professional WordPress Themes

Following up the hugely popular (and still relevant) 31 Professional WordPress Themes, Webmaster-Source brings you fourteen more high-quality, professional themes for WordPress blogs. Pick one out, customize it, and get back to blogging. Agregado

Why the Whining About WordPress Updates?

It seems that whenever a new WordPress update is released people complain about it. They moan about it being a pain to put in a few minutes of maintenance time, and they whine about the updates coming too often. You would think that the…

WP_Redirect()

WordPress has a handy function, wp_redirect(), for sending a user to a different page. It’s an easier way to handle redirects than to invoce the header() function on your own. To do a 301 redirect, it’s as simple as this: wp_redirect('http://www.example.com/', 301); Just make…

WP125 1.3.0 Released

The WordPress 125×125 ad management plugin has just got better, with yet another release. Version 1.3.0 fixes a few bugs, and adds some useful new features. New features in 1.3.0: iCalendar subscription – Want to keep tabs on ad expirations better? Subscribe to them…

WordPress Dashboard Widgets API

Starting in WordPress 2.7, the Dashboard is totally customizable. You can drag the Dashboard widgets (not to be confused with sidebar widgets) around, and hide/show them. Now what if you want to add your own widgets? Maybe your plugin could use one, or you…