Author: Simon Wheatley Related WordPress Plugins

Default Categories

TO DO Plugin initially produced on behalf of Puffbox. Is this plugin lacking a feature you want? I'm happy to accept offers of feature sponsorship: contact me and we can discuss your ideas. Any issues: contact me....

Last.FM Events

This plugin adds a widget to display your upcoming events (gigs) from Last.FM, with options for displaying full venue details, linking, etc. Events are displayed using valid hCal Microformat code (makes no difference to the display, but plays nicer with the web in general). This plugin is still .........

Force Strong Passwords

The user profile editor includes a JavaScript-powered password strength indicator. However, there is nothing currently built into WordPress core to prevent users from entering weak passwords. Users changing their password to something weak is one of the most vulnerable aspects of a WordPress install.........

Author Listing

A plugin providing template tags to list all active (or inactive) authors in the WordPress installation. <?php list_active_authors( 'days=30&include_protected_posts=0' ); ?> Will list all the authors active in the last 30 days, not counting password protected posts as "activity". Both par.........

Author Location

Allows authors to set their location, and then display it on a Google Map. Adds a template tag: <?php al_list_authors(); ?> with the following available arguments: include_protected_posts=1 : Include protected posts when calculating the latest post. echo=1 : Whether to write the map and lis.........

TinyMCE Excerpt

This is a simple plugin that enables rich text editing on the excerpt field. If you have any plugins installed which alter TinyMCE, e.g. to add additional buttons, they will also be applied to the excerpt editor. Any issues: contact me....

Latest Post Date

Adds two template tags, latest_post_date() and latest_post_modified_date(), the first echoes the most recent post publication date, the second echoes the modification date of the most recently modified post. Each template tag takes two params: $date_format, standard WP date formatting string (defau.........

Autopaginate

Automatically splits your longer posts into multiple pages on the paragraph boundaries. The plugin respects posts which have been manually paginated, and doesn't mess with your changes to the pagination which is automatically added. There is an option to "force pagination" which will override all c.........

Conference Schedule

This plugin allows you to create a conference schedule in your WordPress website. You can create pages for speakers and sessions, and display an automatically created schedule of what's on. The participant pages can be created with different roles, e.g. Speaker, Workshop Leader, etc, and each have .........

Taxonomy Images II

This plugin allows you to upload images for categories and custom taxonomies, and provides a template tag to show the image(s) in your theme. To activate the images for a custom taxonomy, go to Settings > Category Images II. To upload an image for a category, or a term in a custom taxonomy, go .........

Intermittent Date

Adds a template tag for use on pages which list posts, and to be used within The Loop. Outputs a date header to split up the post listings. See the_date() template tag docs for usage. Any issues? Please contact me....

Has More

Adds a conditional template function, has_more() which returns true if the current post has a MORE tag (e.g. <!-- more -->), and that's it. Nothing more. Nothing less. Is this plugin lacking a feature you want? I'm happy to accept offers of feature sponsorship: contact me and we can discuss y.........

Square Thumbs for User Photo

Extends the User Photo plugin to allow the generation of square thumbnails. You MUST have the User Photo plugin installed, or this plugin will NOT work. Plugin initially produced on behalf of Puffbox. Is this plugin lacking a feature you want? I'm happy to accept offers of feature sponsorship: con.........

Facetious

Facetious lets you add a faceted - often called an 'advanced' - search form to your WordPress website. It comes with a ready-to-use sidebar widget, plus a number of implementation options for developers. A Facetious form can include dropdown lists of: Taxonomy terms (tags, categories, and custom .........

Email Alerts

This plugin is designed for administrators to share the task of moderating comments and publishing posts marked as "Pending Review". It is NOT designed to notify non-admin subscribers of new comments or posts. The plugin adds checkboxes to the WordPress profile page, allowing you to setup notificat.........