Home page

No Gravatar

Along this page you will run thru to know more about plugin :

Plugin Definition

Plug in definition :

So.. in my term :) plug-in or plugin or add-on or extension is an additional tool that make my job easier..and I can do more than it used to be.

Widget definition

Now let see what is widget definition about :

The term widget is used to refer to either the graphic component or its controlling program or to refer to the combination of both.

Below is all you need to know about plugin taken from codex.wordpress.org

Plugins are programming scripts that add additional functionality to your blog. They offer new addition to your blog which either enhance already available features or add new features to your site.

Plugins extend the functionality of WordPress. The majority of WordPress users don’t require Plugins, or only require a few, such as Plugins dealing with comment spam or customized post listings. Other users enjoy the varied options Plugins provide such as frequently updated weather reports, post word counts, rating systems, and more. Since the choice in Plugins is vast, and chosen based upon the needs of the user, they are not incorporated into the core of WordPress.

WordPress Plugins are designed by volunteers and are free to the public. Plugins listed in the sources below have usually been thoroughly tested and considered “safe”. But remember, Plugins are the responsibility of the author and the user, and they are typically works-in-progress as WordPress grows and expands.

How to Find Wordpress Plugins

Actually this pluginspecialist.com  is build as an optional Wordpress plugin database, but if you can”t found what you seek here  so I tell you that there is a list of WordPress plugins, and links to other repositories, check at trusted resource at : Wordpress.org Plugins directory.

How to Install Wordpress Plugins

Basically there are two main way to add plugin to your blog. 1. direct installation on your WordPress Plugins Panel and 2. Manual installation. let’s check one by one :

1. Installation directly at Wordpress plugin panel

WordPress offers simple and easy ways of adding Plugins to your blog. From the Administration Panels, click on the Plugin tab. Once you have uploaded a plugin to your WordPress plugin directory, activate it from the Plugins Management page, and sit back and watch your plugin work.

Not all Plugins are so easily installed, but WordPress plugin authors and developers make the process as easy as possible. on installing page included more detailed information on how to install Plugins, as well as some things you need to know before you install.

Things to Know Before Install a Plugin

There are a few things you need to know before begin to install WordPress Plugins.

Read through the readme.txt files and web pages, as well as any comments regarding the Plugin on an author’s website, before you install. The more you know before you install, the easier the process should be.

You must be familiar with how to download and upload files and how to use FTP, if required.

Familiarity with PHP, HTML, CSS, and CHMOD may be necessary.

If you make any changes to the WordPress files or templates, make a note of it in the code by using comments before and after the changes, and in a text file saved to your site and on your desktop to remind you of any additions or modifications to your default files or templates. This will help you repeat these in the future if there are any problems with your site.

Some Plugins work independently of your blog’s content and files, just adding a little something special to the page. Others require modification of content and files, including changes to your database. Before installing any plugin that will make dramatic changes, backup your database and files.

There are several versions of WordPress currently available, and different Plugins available for the different versions. Be sure and read through the information thoroughly to determine if the Plugin will work with your version, or check Plugins/Plugin_Compatibility. If not, consider upgrading.

2. Manual Plugin Installation

To install a plugin that is not in the plugin browser, the following are the general directions to follow. Be sure and follow the specific instructions provided by the Plugin author. Remember: BACKUP – just in case.

  1. Read through the “readme” file thoroughly that usually accompanies a plugin, or the website article from where you found the plugin. It is often helpful to print out the instructions so you can check off the installation steps as you complete them.
  2. Upload the plugin to the wp-content/plugins folder in your WordPress directory online.
  3. Make any changes to templates or files as required by the Plugin instructions including adding Plugin template tags.
  4. Activate the Plugin:
    1. Access the Plugin Panel in your Administration Panels
    2. Scroll down through the list of Plugins to find the newly installed Plugin (if not visible, start from the beginning to check to see if you followed the instructions properly and uploaded the file correctly).
    3. Click on the Activate link to turn the Plugin on.
  5. Continue making any modifications necessary from the “readme” file instructions to make the plugin’s actions meet your needs.

Hiding Plugins When Deactivated

Some plugins feature tags inside of the template files. If the plugin is not activated, it will “break” the Theme and it may report errors or fail to load. It is therefore imperative to prevent the plugin from being detected in case it is turned off.

To detect if a plugin is installed, you can use a simple function_exists() check. The if (function_exists()) checks for the plugin, and if it exists, it will use it. If it returns FALSE or “not found”, it will ignore the plugin tag and continue loading the page.

How to Troubleshoot Wordpress Plugins problem

If you are experiencing problems with a plugin you installed or one that stopped working after upgrading, the following are the steps you need to take to troubleshoot the plugin:

  1. Check that you have followed the plugin author’s instructions to the letter.
  2. Check that any plugin tags or usage within your template files are correct, spelled right, and placed in the appropriate place, i.e., within the WordPress Loop or outside of it.
  3. Check that you uploaded the file to the plugins folder under wp-content. If you are uploading a new version to replace the old, delete the old version prior to uploading the new one.
  4. Check that the plugin has been activated in your Plugin Panel of your Administration Panels.
  5. Deactivate and re-activate the plugin to see if this makes it work.
  6. Visit the plugin author’s website, typically linked from the Plugin Panel, and look to see if someone else is having the same trouble and an answer has been posted, or a new version released.
  7. Contact the plugin author directly via their website or email requesting assistance.
  8. Search the Internet for the name of the plugin and the trouble you are having as someone else might have had the same problem and found a fix and posted it on their site. TIP: Sometimes it helps to search for the plugin’s filename.
  9. Visit the WordPress Support Forum (or WordPressMU Support Forum for WordPress Multi-User installs) and post a clear question about the plugin and the problem you are having and you may get an answer from someone familiar with the plugin.
  10. If the problem persists and you cannot seem to solve it, check to see if there are any similar plugins that you can try instead.

Upgrading WordPress May Break Plugins

Some plugins may become outdated and no longer work with the newer version of WordPress. If you have issues after activating a plugin, deactivate it and visit the Plugin’s website to see if a newer version is available.

Many plugin authors will upgrade their plugins to accommodate the newer version, but some either won’t, or their plugin becomes obsolete with the improvements in WordPress.

How to Activation and Deactivation wordpress Plugin

If your plugin requires changes to the WordPress code or your template files, you will need to enact or reverse those changes each time you activate or deactivate your plugin. Failing to do this will likely result in errors. There is also a link provided below the list of Plugins that allows you to activate All Plugins.

How to Uninstalling Wordpress  Plugins

While Plugins are very useful, some Plugins just don’t meet your needs, or you’ve stopped using them for some reason, or they just don’t work. After deactivating the Plugin stops the Plugin’s behavior, they tend to pile up in your Plugins panel, making your plugin list long and cumbersome to scroll through. If left there long enough, they might become obsolete with the new WordPress versions and cause problems if you decide to use them in the future.

Plugin Admin Screen

Begin your Plugins housekeeping by visiting the plugin author’s site to see if there are instructions on how to uninstall the plugin via the Plugins panel on the left side of the screen. Some plugins require adding tags and code to your Template files while others require modification of the WordPress administration files. Be sure and read through the plugin’s uninstall instructions to remove each of these modifications so your site will not have errors when the plugin is turned off.If no specific instructions for uninstalling exist, then read through the installation instructions to check for modifications, if applicable, and reverse their changes, if implemented. If it has been a long time since you used this plugin, you still might have left its modifications in your template files and forgotten them. Carefully remove them.

To remove a plugin, make sure the plugin is deactivated from the Plugins panel. Go to your website’s wp-content/plugins folder (usually with an FTP program) and look for the file name of the plugin you want to remove. Select the file name and delete it.

If have your WordPress site on your hard drive, open the wp-content/plugins folder on your site and find the file name of the plugin you want to delete, select it and delete it. This way, if you have to restore or copy your Plugin folder to your website, you won’t restore the unwanted plugin on your site.

  • Share/Bookmark