
WordPress is probably one of, if not “the” most popular blogging script out there. One of the things that makes it so great is the wide variety of plugins you can install to extend it’s usability. So how do you install a WordPress plugin? Why, I am happy you asked.
First thing you need to do is to download the plugin, from the plugin’s official site, or from a directory like WordPress’s Plugin Directory site. Once that has been done, you see it often comes in a .zip compressed folder. You need to un-compress it using your favorite file unzipper – to it’s own folder. Now you have the folder for the plugin setting on your desktop. What is next?
Next, you will want to start up your favorite FTP program and upload the folder to this directory:
/wp-content/plugins/
Each plugin should have it’s own folder, so since your plugin you want to install is already in a folder just upload the entire folder to the folder named “plugins” within your wp-content folder.
Now, login to your WordPress administrator interface and click on the Plugins link in the left-side menu. Scroll down the list till you see the plugin you just installed, and click the the link labeled “Activate” in the box for the plugin.
Simply follow the on screen instructions after that, and your new plugin should be up and running. Often plugins have additional features you need or can setup and customize, so check the plugin’s documentation for that information.












