Displays a count of each commenter”s total number of comments (linked to those comments) next to their name on any admin page.
Allow users with access to the administration section to hide inline documentation and help text, which generally target beginning users.
Control the number of posts per page, pages per page, and comments per page that appear in the admin listings of posts, pages, and comme
Adds links to navigate to the next and previous posts when editing a post in the WordPress admin.
Customize the WordPress admin pages by selectively removing interface elements.
Allow multiple user accounts to be created, registered, and updated having the same email address.
Display image (if present) and/or name for the author of a post, or for all authors on the blog.
Automatically hyperlink text URLs and email addresses originally written only as plaintext.
Display the time according to your blog via an admin toolbar widget, a sidebar widget, and/or a template tag.
Display an image for each category associated with a post.
Extract a listing of all commenter emails.
Configure SMTP mailing in WordPress, including support for sending e-mail via SSL/TLS (such as GMail).
Independently control the number of posts listed on the front page, author/category/tag archives, search results, etc.
Display Recent Posts, Recently Commented Posts, Recently Modified Posts, Random Posts, and other post listings using the post information of your choo
Prevent virtual directory listing services from listing the contents of directories, and/or show a page in place of a directory”s l
Disable the built-in front-end search capabilities of WordPress.
Easily create a link to another post using a shortcode to reference the post by id or slug; the link text is the post”s title, unless overridden.
Enables in-place expansion of excerpts in the admin dashboard “Comments” section of the “Activity” widget to view full comments.
Force browsers to display two spaces (when present) between sentences.
Use widgets, shortcodes, and/or template tags to easily retrieve and display custom field values for posts or pages.
Use a widget, shortcode, and/or template tags to easily retrieve and display custom field values for the currently logged in (or any specific) user.
Prevent broken shortcodes from appearing in posts and pages.
Hide (so no one, or only users above a certain userlevel, can see) or cut (so only viewable on post’s permalink page) portion(s) of post text. Link t
Admin widget on the Add/Edit Post pages for inserting HTML encodings of special characters into the post.
Check if a file exists and return true/false or display a string containing information about the file.
Inject an array of posts into a WP query object as if queried, particularly useful to allow use of standard template tags.
Turn a string, list, or array of author IDs and/or slugs into a list of links to those authors.
Turn a string, list, or array of category IDs and/or slugs into a list of links to those categories.
Turn a string, list, or array of post IDs and/or slugs into a list of links to those posts.
Turn a list of tag IDs and/or slugs into a list of links to those tags.
Allows for more existing custom field names to be listed in the dropdown selection field when writing a post.
Template tags (for use in single.php) to create post navigation loop (previous to first post is last post; next/after last post is first post).
Never moderate or mark as spam comments made by registered users, regardless of the apparent spamminess of the comment.
Removes the WordPress update nag that appears at the top of all admin pages when a new version of WordPress is released
Highlights the comments and plugins icons in the collapsed admin sidebar menu when notifications are pending.
Obfuscate e-mail addresses to deter e-mail harvesting spammers, while retaining the appearance and functionality of hyperlinks.
Prevent passworded posts from being included in site search results.
Conveniently close or open comments for a post or page with one click.
Like the_category(), list categories assigned to a post, but excluding assigned categories that have a child category also assigned to the post.
List the categories that are peer (i.e. share the same category parent) to all lowest-level assigned categories for the specified post.
A variety of template tags related to the index/position of a post within a loop”s listing of posts.
Preserve formatting of code for display by preventing its modification by WordPress and other plugins while also retaining whitespace.
Adds links to “All Drafts” and “My Drafts” under the Posts, Pages, and other custom post type sections in the admin menu.
Retrieve the name, path, or link to a randomly chosen file or files in a specified directory.
Have ‘Remember Me’ checked by default on logins, configure how long a login is remembered, or disable the ‘Remember Me’ feature al
Restrict the usernames that new users may use when registering for your site.
Reveal the theme template file used to render the displayed page, via the footer, widget, shortcode, and/or template tag.
Safely and easily call functions that may not be available (such as those provided by a plugin that gets deactivated)
Display the pending comments count next to the approved comments count in the admin listing of posts.
Adds the ability to publish a post without triggering pingbacks, trackbacks, or notifying update services.
Reduce permalinks (category or post) that include entire hierarchy of categories to just having the lowest level category.
Prevent specified posts from being featured on the front page or in feeds, and from notifying external services of publication.
Adds the ability to update a post without having WordPress automatically update the post”s post_modified timestamp.
Add hover text to regular text in posts. Handy for providing explanations of names, terms, phrases, and acronyms mentioned in posts/pages.
Replace text with other text. Handy for creating shortcuts to common, lengthy, or frequently changing text/HTML, or for smilies.
Prevent WordPress from displaying single and double quotation marks as their curly alternatives.