Link your WPSE-Plugins
If you answered a question and made a plugin out of your code, than this is your place to share it.
The Idea:
An old comment from @MikeSchinkel during the beta phase where he wrote something like “I wonder how many plugins will come out of WA”.
“Rules”
- Write a short – one line – description of what the plugin is intended to do.
- Tell how it’s meant to be used: Template Tag, Shortcode, Widget, Plug & Play.
- Link to your plugins in an answer, on github/bitbucket/whatever or in the wp.org repo.
- Please link one plugin per answer.
- If you got some answers that would serve well as plugin, just modify your A and link it here.
- If your plugin became a commercial plugin later, it’s ok to post the link here.
- If your plugin is not cc- plus GNU GPL 2-licensed, please mention the license.
Notes:
- I added a tag named wpse-plugin to this answer. Please edit the Q (where your Answer ended up as a plugin) and add the tag, or ask a moderator to do so.
- I’ll upvote any Answer/Plugin added here.
- Please also join the discussion about this on meta.
Important: About License
As to a lot of discussion about copyright & open source licenses1), i want to mention that these plugins run under the cc-license plus the GNU GPL 2-license, if the author didn’t mention else.
1) Some related discussion examples:
Rewrite analyzer
Description
Making sense of the rewrite mess. Display and play with your rewrite rules.
Type
Plug and play
Screenshot
Download link
WordPress.org Plugin Directory
Related Question
A tool to analyze rewrite rules? and all linked to it 🙂
Simple TOC
Description:
This plugin makes it easy to create a wiki like TOC (table of contents) in your posts or pages using shortcode, no linking or creating anchor is needed.
Screenshot:
Usage:
adds a new tinymce for simple insertion, read here for customizing and advanced features.
Download-Link:
WordPress.org
Related Question:
Looking for a Table of Contents (TOC) plugin for WordPress?
Internal Link checker
Description:
Adds a meta box to the post edit screen, that lists and links all posts inside your blog that link to the currently displayed post.
Type:
Plug & Play.
Screenshot:
Download-Link:
The official Repo: wp.org/extend | Updates come from here. Only stable versions
Development Repo: github.com | Newest Features, Nightly builds
Related Question:
How do I check if I linked to a post before I delete it?
User Specific Content
Description:
This Plugin allows you to select specific users by user name, or by role name who can view a specific post content or page content.
Screenshot:
Download-Link:
WordPress.org
Related Question:
How do I display a user specific content?
WP Updates Notifier
Description
Sends email to notify you if there are any updates for your WordPress site. Can notify about core, plugin and theme updates.
Type
Plug, setup and play
Screenshot
Settings for WP Updates Notifier http://s.wordpress.org/extend/plugins/wp-updates-notifier/screenshot-1.jpg?r=392244
Download link
WordPress.org Plugin Directory
Related Question
WP plugin updates
Cron Job List
Description:
Lists all cron jobs in a table in your
wp_footer()
.Type:
Plug & Play
Screenshot:
Download-Link:
Github/Gist
Related Question:
How can I change the frequency of a scheduled event?
Bainternet User Ranks
Description:
Create and display user rank titles based on there post count, comment count or both.
This is aimed at multi Author,User blogs which you can create rank levels in your blog based on author post count, comment count or both. Its ranking system similar to a forum.
Screenshot:
Usage:
Download-Link:
WordPress.org
Related Question:
Forum-esque Post Count User Ranks (Without Buddypress)
Really Simple Google Analytics
Description:
Simply adds the asynchronous Google Analytics tracking code to the footer of your website. The only option is for you to enter your Google Web Property Id and thats it. Plugin includes support for the new trackPageLoadTime Google Analytics feature
Screenshot
Download-Link
WordPress.org Plugin Repo
Related Question:
Analytics plugins that allow for inclusion of _trackPageLoadTime()?
Twitter Hash Tag Shortcode
Description:
Displaying the most recent twitter status updates for a particular hash tag in your posts/pages using shortcode.
Usage:
Download-Link:
WordPress.org
Related Question:
Importing Tweets with certain hashtags into WordPress
Network Terminator
Type: Admin, Multisite
Description: Alows to bulk add terms across network. You can select what sites will be affected. Works with custom taxonomies. Works from any site in the network.
version 0.0.1 = Use with care. Any feedback is much appreciated!
Screenshots:
Before:
After:
Download link:
https://github.com/maugly/Network-Terminator
Related Question / Inspired by:
WordPress: Can I add categories/tags to all sites in my network at once?
Post Status Menu Items
Description
This plugin is useful for people who regularly use all or most of the post statuses. Posts, Pages, and Custom Post Types are all supported by the plugin with options to toggle menu statuses on/off for each post type. The plugin adds the following post statuses to to the Dashboard’s submenus: Drafts, Pending, Scheduled, Published, Private, and Trash. Each post status is followed by the number of posts in that status (e.g. “Drafts (17)”). Statuses with 0 posts are not displayed
Type
Plug and play for Posts menu. Settings for the rest.
Screenshot
Download Link
Post Status Menu Items on WordPress.org
Related Question
Adding an Arbitrary Link to the Admin Menu?
Dynamic Template serving for devices
Description:
Allows using different templates (and related stylesheets) for different devices (Read the comments inside the code).
Note: Device detection not included. If you have tried it in combination with Modernizr, please leave a comment.
Type:
Template Tag
Download-Link:
Github/Gist
Related Question:
Dynamic template serving, change theme_root using add_filter from current theme
Advanced Hooks API
Description
Experimental function for more powerful and shorthand dealing with hooks.
Type
Provides functions to use in other code.
Download link
WordPress.org
Related Question
Implementing advanced add_* function wrappers
Featured Link Image
Description
Add a meta box in the Links add/edit page for easy uploading/inserting images in the Image Address field.
Type
Plug’n’Play
Screenshot
Download-Link
WordPress.org
Related Question
Uploading Images in the Link Manager
Deprecation Checker
Description
Extracts a list of deprecated functions from core and scans the themes/plugins directories for instances of said functions. The output includes file name and line number as well as the recommended function to use in its place. An admin can add other paths to be scanned as well as include other functions for which to search.
Type
Plug and Play
Download Link
WordPress.org
Related Question
Automating Deprecated Call Checks
Default Values For Attachments
Description
Adds a simple media options page where you can set defaults for Attachment Title, Caption and Description. Works only for images at this point, but i’m planning to extend to any attachments.
Type
Plug and play
Screenshot
Download link
Default Values For Attachments – WordPress.org
Related Question
Is there a way to define a default caption to all uploaded images
Delay publish posts
Description
Delays the possibility to publish a post by removing the publish meta box if the user registration date was XY days ago – you’ll have to set this in the plugin code.
Type
Drop & Go. No configuration needed aside from altering the
7
-day time span if you need another time.Download Link
GitHub Gist
Related Question
How-to delay the capability to publish posts?
Pitta Migration
Description
Migrates the database
wp_options
to matchWP_HOME
andWP_SITEURL
Type
Plug & Play, no config needed beyond setting the
WP_HOME
andWP_SITEURL
constantsDownload Link
https://wordpress.org/plugins/pitta-migration/
Related Question
How to: Easily Move a WordPress Install from Development to Production?