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
Exclude Simple URLs in WordPress Search Results
This applies to the original simple URL's plugin by Nathan Rice and may not work with the new Lasso version. Locate the following in the simple URLs plugin.php Then insert "'exclude_from_search' => true," from the code snippet below into your code, and update the plugin. … [Read more...] about Exclude Simple URLs in WordPress Search Results
Disable Genesis SEO When SmartCrawl is Enabled
As of the posting of this code snippet, the Genesis Theme Framework will disable SEO functionality for Yoast SEO, and All In One SEO. But if you use an alternative SEO plugin like SmartCrawl by WPMUDEV the Genesis SEO will stay active leading to SEO conflicts with SmartCrawl and confusion for Contributors, Editors, and Admins. The good news is you do not need to change … [Read more...] about Disable Genesis SEO When SmartCrawl is Enabled
WordPress Widget Importer & Exporter
There are a number of occasions where you may need to duplicate widgets from one WordPress site to another and if you have a lot of them it can be quite time-consuming - for example: You could have a Multi-Site Network with different subsites representing different aspects of your business but you want the same newsletter subscription box on all sites within the network.You … [Read more...] about WordPress Widget Importer & Exporter
WordPress Membership Plugins for 1ShoppingCart
When it comes to WordPress and membership plugins, your options are plentiful. But, what if you want to integrate your membership plugin with 1ShoppingCart.com or one of it's branded partners? Unfortunately, you don't have quite as many options; after a bit of Google Research, I was only able to locate two suitable options. WishList Member and Magic Members appear … [Read more...] about WordPress Membership Plugins for 1ShoppingCart
JetPack Publicize Duplicating Twitter Posts
I recently decided to start using Jetpack to publicize to my social networks (I'll deal with the Publishing same content to multiple networks in another post), specifically to Facebook and Twitter. All in all, it's a pretty simple easy experience however, I noticed my Tweets were duplicating with slightly different titles and no images for the duplicate Tweet. At first, I … [Read more...] about JetPack Publicize Duplicating Twitter Posts
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
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
Add A Conditional Timestamp in Gravity Forms
Add the following code to your WordPress theme's function.php file, or a functionality plugin to add a conditional timestamp to Gravity Forms. … [Read more...] about Add A Conditional Timestamp in Gravity Forms
Setup Jetpack Publicize for Facebook Integration
There are a lot of plugins to integrate your WordPress website with your Social Networking Accounts but Jetpack by Automattic (same people who created WordPress) is the go-to choice for publicizing and sharing to Social Networks if you are looking for reliability and an easy to setup. While Jetpack may not be as robust as other plugins that provide Social Network … [Read more...] about Setup Jetpack Publicize for Facebook Integration