Tag Archives: WordPress

WordPress as a Forum?

WordPress

I know there are some efforts to integrate forums with WordPress. Of course there’s bbPress, which can share user logins. And there is the Simple:Press plugin, which seems pretty full-featured. And I have heard references to other efforts for plugins, or integrations for external forum systems. [...]

Posted in WordPress | Also tagged , , , , , | 70 Comments

Customize Your WordPress Dashboard

WordPress

If you are reading this, there is a very high chance that you are a WordPress user. There’s even a chance that you arrived here through a link in the Other WordPress News widget in your Dashboard. The WordPress Dashboard is a great summary of current activity on your site and in the WordPress community. [...]

Posted in WordPress | Also tagged , , , , , , , , | 9 Comments

Running on WordPress 3.0-beta

WordPress

I’ve been running this site on WordPress 3.0 for several days now (it was still alpha when I switched, and it hit beta-1 status on Friday night). Despite all the cool new stuff available in the new version, you probably won’t see much different when you upgrade. The most obvious changes that you might see in the admin area are that  “Updates” moved from under “Tools” to under the “Dashboard” menu, there’s a new “Menus” item under the “Appearance” menu,  and you might see upgrade notices for themes now, depending on the themes you have installed. [...]

Posted in WordPress | Also tagged , , , , , , , , , , , , , , , , | 49 Comments

Bug Chasing

WordPress

Okay, so in my post about Code Spelunking I mentioned about how working on a project can lead you to explore the code because you need to become more familiar with how the code works. But it can also lead you to explore the code to figure out why code doesn’t work. In this particular case, I spent many hours puzzling over why something didn’t work correctly, chasing down the root cause, and eventually finding a bug in the WordPress core. [...]

Posted in WordPress | Also tagged , , , , , , , , , , , , , , , | 16 Comments

Dougal on WordPress Community Podcast

WordPress

I was the guest tonight on the WordPress Community Podcast, hosted by Joost de Valk and Frederick Townes. We talked about upcoming features in WordPress 3.0, my past work as a WordPress core developer, my WordPress plugins, microformats, and a smattering of other topics. [...]

Posted in WordPress | Also tagged , , , , , , , | 4 Comments

WordPress Code Spelunking

WordPress

Earlier today, I finished up a WordPress plugin that I’ve been working on for a client.  Without divulging too many details, I’ll say that it wasn’t a huge project, nor was it overly complicated, but it was interesting. . [...]

Posted in WordPress | Also tagged , , , , , , , , , , , , , , , , , , | 14 Comments

WordPress 3.0 Multisite Terminology

WordPress

One of the big changes coming in WordPress 3.0 is the merge of the WordPress MU code into the standard stand-alone WordPress codebase. When WordPress 3.0 is released, you will be able to choose to install it either as a single site, or in multi-site mode. With the migration from WordPress MU (MultiUser) to WordPress 3.0 (Multisite), I think there is a need for us to clarify some terminology. [...]

Posted in WordPress | Also tagged , , , , , , , , , , | 44 Comments

jQuery API site using WordPress as CMS

WordPress

I mentioned before that the jQuery project was going to switch from Mediawiki to using WordPress for their online documentation. They’ve recently pulled the trigger on that change, and you can now visit the new WordPress-powered site at: api.jquery.com

Performance and Backend

As mentioned before, we’ve switched away from using a MediaWiki backend to a new WordPress-powered backend. [...]

Posted in WordPress | Also tagged , , , , , , , , , , | 7 Comments

Plugin Pages

WordPress Wednesday

I have finally gotten around to adding proper pages on this site to provide information about my WordPress plugins. It’s still a work-in-progress, but it’s at least at a point that they are useful. When I get a chance, I’ll document the methods I used to automate things. But basically, I’ve created a couple of page templates, and I’m using the Plugin Info plugin to automagically bring in plugin metadata from the wordpress.org plugin repository.

The main Plugins page lists each plugin, with the plugin name and version, number of downloads so far, and an excerpt of the plugin description. [...]

Posted in WordPress | Also tagged , , | 9 Comments

WordCamp Atlanta

WordPress

As I begin writing this, Jane Wells is delivering her keynote at WordCamp Atlanta, speaking about the upcoming changes in WordPress 3.0. On the one hand, WordPress releases are ‘serial’, so an 3.0 release doesn’t necessarily have any bigger changes than when we move from 2.8 to 2.9. [...]

Posted in WordPress | Also tagged , , , , , , | 6 Comments