These plugins will help you maintain your WordPress website efficiently. Simple Revisions Delete Simple Revisions Delete adds a discreet link within a post submit box to let you purge (delete) its revisions via AJAX. Bulk actions also available. Broken Link Checker The plugin is designed to find and verify links that are posted anywhere on your website. Each link is … [Read more...] about 9 Must have plugins for WP maintenance
Plugins
Must have Plugins for WordPress Multisite
Multisite Admin bar SwitcherReplaces the built in 'My Sites' drop down with a better layed out one Multisite Master Shared MenuAllows users in a WordPress multisite network pull in a menu from another site in order to achieve a universal navigation or shared navigation without needing to manually recreate menus. Site is required to be installed on WordPress Multisite … [Read more...] about Must have Plugins for WordPress Multisite
WordPress Multisite Plugin Integrations
Adding the following code snippets to your Multisite wp-config.php will allow the specific plugin to function properly when Network Activated. Akismet /** Define WordPress.com API Key */ define('WPCOM_API_KEY','9ab1da1a259d'); Backup Buddy /* Network Integration for Backup Buddy */ define( 'PB_BACKUPBUDDY_MULTISITE_EXPERIMENT', true ); … [Read more...] about WordPress Multisite Plugin Integrations
Cors Config for Amazon S3 & 3d FlipBook
In order to enable storing and using files (images and PDF's) for 3D Flip-Books, you will need to enable CORS (Cross-origin resource sharing) with your S3 account; see the video below for implementation. Failure to enable CORS will prevent the 3d Flip-Book from loading the files required for the Flip-Book. As always, use at your own risk and remember to backup your site … [Read more...] about Cors Config for Amazon S3 & 3d FlipBook
Disable WordPress Plugin Deactivation
Add the following code to your WordPress theme's function.php file, or a functionality plugin. … [Read more...] about Disable WordPress Plugin Deactivation
FAQ Plugin Adds Continue Reading Link to WordPress Post Excerpt
Add the following code to your WordPress theme's function.php file, or a functionality plugin to prevent the FAQ Plugin from adding a Continue Reading (Read More) Link to the WordPress Post Excerpt. … [Read more...] about FAQ Plugin Adds Continue Reading Link to WordPress Post Excerpt
Hide Jetpack Sharing Buttons from Specific Categories
Add the following code to your WordPress theme's function.php file, or a functionality plugin to prevent Jetpack sharing buttons from displaying in specific category archives. … [Read more...] about Hide Jetpack Sharing Buttons from Specific Categories
Gravity Forms Placeholders
Add the following code to your WordPress theme's function.php file, or a functionality plugin to add placeholders in Gravity Forms. … [Read more...] about Gravity Forms Placeholders
Modifications you must have for WordPress
I was cruising the web looking for a specific WordPress plug-in (unfortunately, I don’t remember what) when I came across two must have Mods: Database ManagerPrint - addon Both of these are available from www.lesterchan.net Database manager is a must have, because it allows you to backup, optimize and restore your WordPress Database. Unfortunately, there aren’t any … [Read more...] about Modifications you must have for WordPress