Apr 17

Thanks God for the useful wordpress plugin. But for many peoples installing the plugin could be some the difficult and time consuming things, because we need to upload the big files to our host, and take more times to install it.

Now, you can smile, because mu friends Cosaaranda.com have found the easiest way to install plugin for your wordpress blogs.

Here this the steps.

a. Make sure the plugin was stored at Wordpress Plugin Directory.
b. Create new file at your Wordpress wp-content/plugins directory, give the any name to this file.
c. Fill with this :

  1. /*
  2. Plugin Name: plugin_name_that_you_want_to_install
  3. Plugin URI: url_plugin_at_WP_Plugin_Directory
  4. Description: plugin_descriptions
  5. Version: 0.0000001
  6. */
Example :
  1. /*
  2. Plugin Name: Google News
  3. Plugin URI: http://wordpress.org/extend/plugins/google-news/
  4. Description: Adds a sidebar widget to display the first N news items from an admin-specified Google News RSS feed.
  5. Version: 0.0000001
  6. */
d. Login to your Wodrpress dashboard and go to the plugins page. And if your steps was correct it will shows this message :
There is a new version of plugin_name available. Download the new version here or upgrade automatically.
Just click the “upgrade automatically” button and your plugins will installed automatically. :)
Note : This way didn’t support for plugins that didn’t support live update plugins.

written by Jayce Nugent \\ tags: , , , , ,