Monthly Archives: October 2008
Add a Class to Parent Categories Using wp_list_categories in WordPress
There was a quesiton in the WordPress IRC channel just a little while ago asking if there was a way to add a class to the li tag of parent categories generated by the wp_list_categories function. The first idea that … Continue reading
Adding a Link to the WordPress 2.7 Favorites Dropdown
There was some concern on the WP-Hackers list that the sidemenu action had been removed from WordPress 2.7. As the “sidemenu” (Settings, Plugins, Users) links no longer exist in 2.7 this action was removed. There is, however a suitable replacement … Continue reading
Better Howdy WordPress Plugin
Extended information for this plugin has been moved to [plugin homepage_url]. This post has been kept for legacy purposes and has been updated to reflect an original release notice. The [plugin name] WordPress plugin has been released. [plugin description] Read … Continue reading
Separating Pings from Comments in WordPress 2.7
WordPress 2.7 has introduced many new features surrounding comments. Of these is AJAX commenting and threaded comments. To take advantage of the later, you must use a function wp_list_comments instead of the old way of looping through the comments array … Continue reading