I have today put up 3 new plugins. None of them earth shattering but all, perhaps, useful to some! As is usually the case, all three of these were written initially for my own use but every now and then someone asks if there is a plugin to do that so there is no harm in making them available.
Click Tags: This is strictly for WordPress 2.3 and their new tags implementation. The new structure is good but the WP team have given us no tools to make the management of tags easy. This helps to resolve one of those tasks by displaying a ’clickable’ list of current tags above the tag input field. Mostly useful for people who don’t have an enormous quantity of tags defined!
Paged Navigation: Replaces those ‘previous/next’ links on pages of posts with proper paged navigation controls. This is what I use on my ‘index.php’ and ’single.php’ templates. I find it nice to know just where I am when I visit a site and am browsing through the archives of posts. Simple ‘next/previous’ controls do not tell me that.
Sub-Page Links: Creates an automatic links index of page parent, children (subs) and siblings that can be displayed on all the pages in a ‘group’. I created this for my own plugin pages where I wanted to separate the different components across a page and sub-pages, yet have links to all those on every one of the pages in the group.
Like I say - nothing earth-shattering but maybe of interest to a few.