How to Install WordPress Plugins Manually

Dec 06, 2013, by admin

The following steps take you through how to install a plugin using FTP, using the Gallery plugin as the example:

  1. Go to the plugin page from the WordPress Plugin Directory website.
  2. Click the red download button to transfer the plugin Zip file to your computer.
  3. Unzip the plugin files.

    All plugins downloaded from the Plugin Directory are in the Zip format. Most operating systems (Windows, Mac, and so on) have built-in tools to open Zip files. After opening the Zip file, extract the directory contained inside the Zip file and put it in a directory on your computer that is easily accessible.

  4. Connect to your site’s server using FTP.

    If you have any difficulty connecting to your server, contact your hosting provider and ask for assistance in connecting to your server via FTP.

  5. Navigate to the wp-content folder within the WordPress installation for your website or blog.

    The location of your WordPress installation can differ with every hosting provider. Make sure that you know the location before you proceed.

  6. Navigate to the /wp-content/plugins directory.

    First, navigate to wp-content. Inside this directory are the plugins and themes directories along with a few others. Navigate to the plugins directory. It is inside this directory that all plugins reside.

  7. Upload the plugin folder to the /wp-content/plugins directory on your web server.

    The plugin folder, named for the plugin (for example, if you’re uploading the Gallery plugin, the folder is /gallery) contains all the files for that plugin.

Go to the Dashboard’s Plugins page and you see the new plugin listed. If a mistake is made, delete all the newly uploaded files and begin again.