Plugin Tag: coffee2code
-
-
Configure SMTP
Configure SMTP mailing in WordPress, including support for sending email via SSL/TLS (such as Gmail).
-
Text Replace
Replace text with other text. Handy for creating shortcuts to common, lengthy, or frequently changing text/HTML, or for smilies.
-
-
Single Category Permalink
Reduce permalinks (category or post) that include entire hierarchy of categories to just having the lowest level category.
-
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.
-
Years Ago Today
Admin dashboard widget (and optional daily email) that lists posts published to your site on this day in years past.
-
Random File
Retrieve the name, path, or link to a randomly chosen file or files in a specified directory.
-
-
Admin Expert Mode
Allows users to hide inline documentation and help text that are geared for beginning users in the WordPress admin.
-
Parentless Categories
Provides a template tag like the_category() to list categories assigned to a post except those that have a child category also assigned to the post.
-
If File Exists
Check if a file exists and return true/false or display a string containing information about the file.
-
Show Pending Comments Count
Display the pending comments count next to the approved comments count in the admin listing of posts.
-
Safe Function Call
Safely and easily call functions that may not be available (such as those provided by a plugin that gets deactivated)
-
array_partition
Provides a helper function to split an array into N number of evenly distributed partitions (i.e. split a list into N columns)
-
No Slug Conflicts with Trash
NOTE: WordPress 4.5 incorporated the functionality of this plugin and thus it is no longer needed unless you're still running an older version of …
-
Comment Link Moderation Whitelist
Allows for whitelisted URLs to not count against the comment moderation max number of links limit.