Saturday, December 24, 2016

How to Install WordPress Plugins

This is a tutorial for the video answers to top WordPress questions series that we have been publishing on this site to help users get started with WordPress.

In this tutorial, you will learn:

  • How to find and install plugins from the WordPress Plugin Repository, from within the WordPress Dashboard.
  • How to upload plugins in .zip format from your computer that you may have purchased or downloaded from another web site.
  • How to setup FTP software, and upload a plugin via FTP.
  • How to deactivate and delete unused plugins.
  • How to quickly add functions to a plugin of your own.

Resources discussed in the video:

Steps to Install WordPress Plugins

  1. After logging into the WordPress Dashboard, click Plugins.
  2. Click on the Add New button at the top of the page.
  3. Find the plugin that you are looking for from the available options. Searching by Keyword is a common practice when looking for a specific plugin.
  4. Click Install Now on the plugin that you want, and then click Activate.
  5. Alternatively, if the plugin you want to install is in a Zip file on your computer, simply click Upload Plugin from the Add Plugins page.
  6. Then click Choose File, locate it on your computer, double-click the Zip file, and then click Install Now. Then click the Activate Plugin link.

Installing Plugins Using FTP

  1. Another more complicated approach is to upload the file via FTP. First, I will insert a video to help you get acquainted with connecting to your WordPress web site via FTP.
  2. Next, unzip the plugin files to your computer.
  3. Now, upload the plugin files to the wp-content / plugins folder on your server.
  4. Now, back in your WordPress Dashboard, click Plugins.
  5. Click Activate on the recently uploaded plugin.

Deleting a WordPress Plugin

To delete a plugin from your Dashboard, simply visit the Plugins page, click the Deactivate link for the plugin that you want to remove, and then click the Delete link.

Creating a New Custom Plugin

  1. A simple way to create a small custom plugin is by using another plugin called Pluginception.
  2. Use one of the previously discussed plugin installation methods to get Pluginception installed.
  3. Under the Plugins menu, click Create a New Plugin.
  4. Fill in the Plugin Name box, and click the Create a Blank Plugin button.
  5. Paste in any functions or code that you have, and click the Update File button.

Commonly, when seeking ways to customize your web site, it may be suggested to add functions to the functions.php file of a theme or child theme. Most of the time, those functions can be used in a plugin instead. This is the preferred route when the customization being made are not theme specific so that they are still applied if you were to ever choose a new theme.


How to Install WordPress Plugins shared from Tipsandtricks-HQ


How to Install WordPress Plugins syndicated from Aileen Batts Blog




from Leslies Tumblr http://lesliesrubin.tumblr.com/post/154924843887

No comments:

Post a Comment