9 WordPress Plugins to Consider

WordPressPreviously, I offered the names of some must have plugins for a WordPress site. Today, I would like to offer some additional plugins that could prove a great benefit to your site. Some of the plugins would be best used by developers, other are for just about for anyone looking to improve their site. The plugins include:

  1. All 404 Redirect to Homepage

    This plugin will help everyone protect against (1) broken links and (2) from hackers. With this plugin, anyone or anything that tries to find a page on your site that is missing, will be directed to the home page. That is a nice convenient location for people to start if they happen to try to access a page you have removed, or a page that has become broken. From the home page, they have the option to wander your site and enjoy its wonders. Additionally, this has an affect on hackers. Hackers and their bots search for pages that may help them hack into your site. Frequently, they search for pages that do not exist on your site, but, exist in other vulnerable WordPress sites. This plugin will redirect all these hacked access to your home page and safety.

  2. Embed iframe (skip if you are not a techy)

    Not everyone needs to know about iframes. Iframes are tools to allow developers to open small windows in their site that view out into the world. If you do not know what iframes are, don’t worry your head about them. However, if you do know how, why, and when to use an iframe, know … there is a plugin named Embed Iframe and it will make your day when you need an iframe.

  3. Optimize Database after Deleting Revisions

    Everyone should worry about trash sitting around in their WordPress database. Trash in your database can slow down your website. Add Optimize Database after Deleting Revisions to your plugins. This plugin will clean up trash in your database quickly and safely, making your site site happier and healthier.

  4. Per Post Scripts & Styles (skip if you are not a techy)

    This wonderful plugin is for the developers of the world, or the hardcore site enthusiasts. This plugin allows you to conveniently add CSS and JavaScript into individual posts. When added to your plugin list, you can list *.js and *.css files you would like added to the header of individual posts. Also, it allows you to add specific JavaScript and CSS to the header of individual posts to REV up your post content. However be warned, if these files (or snippets) are added via this plugin, the same snippets and js/css files are included in the headers of all pages that contain the article. That means you need to be thoughtful and make certain you make your scripts and CSS in a manner that they only affect item you want affected in the particular article.

  5. Popup Maker

    Anyone may benefit from this plugin. If you have visited a site that asks you to register for some form offer in a popup box, they may have used this popup plugin. There are dozens of popup plugins, but, this plugin is really flexible in a special way. Unlike many, this plugin will allow you to include snippet code from locations such as forms from AWEBER, InfusionSoft, and other services. Many popup plugins for WordPress do are not compatible with 3rd party snippets because they are specially designed to work in a narrow number of situations. If you need to have a popup in WordPress interface with a 3rd Party snippet, consider using PopUp Maker.

  6. Scroll Triggered Box by Dreamgrow

    Anyone may benefit from this plugin. This plugin is similar to PopUp Maker. This plugin has many feature, in some cases, more than PopUp Maker. Also, this popup plugin tools is very easy to use. This plugin can be used to create a very flexible set of popups, but, does have some problems working with 3rd Party forms if they include a Submit button. Scroll Triggered Box by Dreamgrow catches the press of the submit key and interrupts the action that might be intended to occur in a 3rd Party snippet. However, if you are not using a 3rd Party snippet in your popup, consider using this outstanding popup plugin.

  7. Superfish Dropdown Menu

    This plugin is for Anyone that wants a dropdown menu in a template that does not support dropdown menus. This plugin is well designed, integrates will with the WordPress menu configuration scheme, and can set you up with drop down menus quickly.

  8. WP deferred JavaScript (skip if you are not a techy)

    If you are a developer and you are having problems with loading a JavaScript snippet because it is being loaded before the complete load of the DOM, add this plugin. This can occur if you are not including your invocations of JavaScript files correctly. However, adding them correctly can be a nuisance for small jobs. Adding a JavaScript file correctly would require the inclusion of the JavaScript file by use of enqueuing, and modifying functions.php or adding a plugin. Sometimes you may not need or want to go to all that effort. This plugin will help. This plugin will add “defer” to all JavaScript calls, insuring that the DOM is complete before the call of your little chunk of JavaScript is executed. You will not have to worry about adding the code in your footer.

  9. WP Smush.it

    This plugin is great for anyone running a responsive template. One of the problem with a responsive template that is to be compatible with small devices, such as a smart phone, the page may be able to resize, shift and adjust (even resize images to fit), but, they resize the images to fit after they load the FILL SIZE image onto the device. Loading an image that is meant to be loaded on a 17″ monitor onto a 3″x4″ is a problem. You are loading much more image than needed and it loads slowly. Using WP Smush.it, the plugin makes multiple copies of each image and loads an image that is much closer to the optimal size for the device being loaded, so the load of the device will be much faster. Use Smush.it to improve the performance of your WordPress site on tablets and smartphones.

    Related note: currently(1/21/2015) there is a “feature” in the Safari Browser of the IPhone. Here, the use of the phase “feature” is being used as a polite way of saying “bug.” If images are used in the background of websites, these images are not correctly resized either with or without WP Smuch.it. Until this feature is corrected, attempts to display background images in responsive templates must be done manually via CSS and creation of the correct size image. Currently, Safari Browser for the IPhone not only does not correctly resize with the “background-size: cover” directive, it actually creates a ridiculously overblown version of the image being resized.

Leave a Reply