Author: Scott Reilly Related WordPress Plugins

Extra Sentence Space

Even though you may add two spaces after each sentence when writing a post (assuming you subscribe to a writing style that suggests such spacing) web browsers will collapse consecutive blank spaces into a single space when viewed. This plugin adds a   (non-breaking space) after sentence-end.........

wpuntexturize

By default, WordPress converts single and double quotation marks into their curly alternatives. This plugin prevents that from happening, so you can enjoy your quotation marks in their non-curly glory. Note: Despite the unfortunately misleading name, this plugin is NOT the antithesis of WordPress's.........

Random File

This plugin provides template tags that allow you to retrieve the name, path (relative or absolute), url, or fully marked-up link to a randomly chosen file or files in a specified directory. Arguments to the functions permit you to specify limit what file(s) can be randomly selected based on a give.........

Published By

This plugin records which user actually published a post, which in a multi-author environment may not always be the original post author. This helps to maintain accountability for who was ultimately responsible for a post appearing live on a site. The admin listing of posts is amended with a new "P.........

Blog Time

This plugin adds a dynamic, functional clock to the the admin bar (at top of all admin pages) to show the server time for the blog. The clock automatically updates as time passes, as you would expect of a digital clock. This plugin also supports a static mode which puts a timestamp string at the to.........

Peer Categories

This plugin provides a template tag which acts a modified version of WordPress's built-in template tag, the_category(). the_category() lists all categories directly assigned to the specified post. c2c_peer_categories() lists those categories PLUS any categories that are peer to those categories and .........

Parentless Categories

This plugin provides a template tag which acts a modified version of WordPress's built-in template tag, the_category(). the_category() lists all categories directly assigned to the specified post. c2c_parentless_categories() lists those categories, except for categories that are parents to other ass.........

Admin Commenters Comments Count

Next to all appearances of each commenter's name in the admin, this plugin shows a count of their total number of comments, linked to a listing of those comments. By default in WordPress, it is not possible to tell via a single glance whether a particular commenter has commented before, and if so, .........

One Click Close Comments

From the admin listing of posts ('Edit Posts') and pages ('Edit Pages'), a user can close or open comments to any posts to which they have sufficient privileges to make such changes (essentially admins and post authors for their own posts). This is done via an AJAX-powered color-coded indicator. The.........

Admin Post Navigation

This plugin adds "← Previous" and "Next →" links to the "Edit Post" admin page if a previous and next post are present, respectively. The link titles (visible when hovering over the links) reveal the title of the previous/next post. The links link to the "Edit Post" admin page for the prev.........

Stealth Update

This plugin allows you to choose to update a post without having WordPress automatically update the post's post_modified timestamp. WordPress maintains a post field called post_modified which tracks the date the post was last edited. This value is used by feeds to indicate the latest update to each.........

Preserve Code Formatting

This plugin preserves formatting of code for display by preventing its modification by WordPress and other plugins while also retaining whitespace. NOTE: Use of the visual text editor will pose problems as it can mangle your intent in terms of code tags. I strongly suggest you not use the visual ed.........

Get User Custom Field Values

This plugin provides a powerful widget, shortcode (with shortcode builder tool), and template tags for easily retrieving and displaying custom field values for the currently logged in user or any specified user. This plugin provides functionality similar to the Get Custom Field Values plugin, but f.........

If File Exists

This plugin provides the function c2c_if_file_exists() (and a couple others) that check if a file exists and either returns true/false or displays a string containing information about the file. If a format string is not passed to it, the functions return a simple boolean (true or false) indicating.........

Disable Directory Listings

Prevent virtual directory listing services from listing the contents of directories, and/or show a page in place of a directory's listing. The Apache web server can be configured to automatically display the listings of the contents of a web site's file directory if no index file (i.e. index.html o.........