WordPress Plugins
Thu, 6th April 2006I’m a programmer who uses WordPress. WordPress is so open and flexible that I cannot resist using my craft to tinker.
Plugins
- Outreach Mission (in development)
Outreach
is not just software, it is a mission consisting of <is:thing>, <is:concept>, <is:word>, <is:product>, <is:place>, <is:person>, <is:corp>, <is:search> and <is:uri>. It’s that simple!- Zeitgeist (published at WPPlugins.org)
- A faster, more relevant, more flexible replacement for Dashboard. No matter how much or how little of interest is happening on your blog, see it all and reach it all, now! Super-fast, no RSS feeds!
- Post Access Control (”Starred Passwords”) (in beta)
- Control which signed-in users can view posts, using a simple pattern in the password.
- Performance Probe (in beta)
- Gather performance monitoring information from WordPress. Caution: highly technical and requires a small change to the WP core source code, so use at your own risk.
Widgets
You need to download and install the
- Drop-down Archives (publshed at WPPlugins.org)
- A simple drop-down list of your blog archives and a “Go” button. Configure the widget to list the daily and/or monthly archives, how many of each and whether to show post counts. Shows the currently selected archive, if any.
Playthings
- Abbreviate Site Title (for sharing)
- For all pages except the homepage, abbreviate the site title in the browser titlebar. For example, “Some Hot Italian Things” becomes…
- Respectful Welcome (for sharing)
- Change the site description in the blog header to welcome the visitor by name, if known.
- Use Request Host (for sharing)
- If you make test WordPress sites locally, this is really handy. When active, all site URLs generated by WordPress point to the host requested by the client instead of the host specified in the options. For example, a blog with URL
http://localhost/~paul/blog/will also work ashttp://pauls-linux-box/~paul/blog/.
Superceded by setting WP address to be root-relative. - Full Text Search (for sharing)
- A simple full-text search facility, accessed using
?fts=+this -that "and the other". - “Smiley” Performance Monitor (for sharing)
- How happy is this plugin with the performance of your WordPress blog?
,
,
or
? - Page Permalinks End With “.html” (for sharing)
- Smartie on #wordpress asked and received. Does exactly what it says.
- Inclusive Category Listing (for sharing)
- Ebow on #wordpress asked and received. Provides a wrapper function around wp_list_cats() with an “include only these category IDs” facility.
Libertus said: April 6th, 2006 at 23:52
Abbreviate Site Title
ReplyLibertus said: April 22nd, 2006 at 09:00
Respectful Welcome
Update 2006-04-22: v0.1.1 corrects site admin link
ReplyLibertus said: May 8th, 2006 at 17:10
Use Request Host
Superceded by setting WP address to be root-relative.
ReplyLibertus said: May 30th, 2006 at 00:31
Full-Text Search
Requires MySQL 4.0.1 or higher
To avoid grinding your database server into the ground, add a full-text index to the
Replypost_contentcolumn of your WordPress posts table. For example, CREATE FULLTEXT INDEX content_fulltext ON wp_posts(post_content).Libertus said: August 6th, 2006 at 16:55
“Smiley” Performance Monitor
If WordPress appears to be slow or is grinding your server to the ground, activate this plugin to see how happy it is with the time and database effort required to make each page.
The first smiley indicates how many database queries;
up to 30, then
up to 100,
up to 300 and
over that.
up to 1 second,
up to 5 seconds,
up to 15 seconds and
over that.
ReplyThe second smiley indicates how much time the page took to make;
Hover the cursor over either smiley to see the actual numbers.
Libertus said: September 5th, 2006 at 13:15
Page Permalinks End With “.html”
Remember to update the blog permalink structure every time you activate or deactivate this plugin.
ReplyLibertus said: September 14th, 2006 at 13:53
Inclusive Category Listing
Ever wished you could call wp_list_cats() with “include” instead of “exclude”. Well, now you can, almost. This plugin provides a wrapper function for wp_list_cats() that takes a list of category IDs to include in the listing.
Update: by request, this now also works with thewp-leftycats plugin .
Download this plugin at WPPlugins.org.
Reply