How to install plugin by using 3 ways

featured img for plugin

Introduction

A plugin is a software piece containing a group of functions that can be added to a WordPress site to extend the functionality or add new features to your WordPress website. How to install plugin by using 3 ways
WordPress plugins are written in PHP and integrated seamlessly with WordPress.

Installing Plugins

There are 3 ways of installing plugins.

  1. Automatic Installation
  2. Manual Installation
  3. Upload via WordPress admin

1.Automatic Plugin Installation

Automatic Plugin installation is the simplest way of adding plugins. To add plugin built-in plugin installer is used.

Steps to install plugin:
  1. Login to your WordPress Administration Screen.
  2. Go to Dashboard >> Plugin >> Add New.automatic plugin installation add new
    When you click on add new , it shows you the entire plugin repository.
  3. Again click on Add New button, as shown in the below figure. On the right side, you will see the search box.
  4. Enter the name of plugin, you want to install. Also it will show the compatibility of the plugin with the installed version of WordPress.
    automatic plugin installation install plugin
  5. Click on the Activate button to activate the plugin. If the plugin is already installed then it will show the activate button, click on it.
  6. Now the plugin is activated. To check whether plugin is activated or not, go to
    Plugins >> Installed Plugins.
    Search the name of plugin, it will show the activated plugin.

 

2.Manual Plugin Installation

To upload the plugin manually, follow the below mentioned steps:

Steps to install plugin:
  1. Download the plugin you want to install, from here Download . Note: Hope you have installed Xampp on your system.
  2. Extract the zip file in the C >> xampp >> htdocs >> your_wordpress_folder >> wp-content >> plugin folder.
    Here I have downloaded and extracted the TablePress plugin.
  3. Login to your WordPress Administration Screen.
  4. Go to, Dashboard >> Plugins >> Add New and on the right side, search the plugin name.
    For e.g. here I will search for ‘TablePress’ plugin as i have downloaded it.Or you can go to Dashboard >> Plugins >> Installed Plugins , and here you can see your plugin .
  5. Click on Activate.

3.Upload via WordPress Admin

To upload the plugin via WordPress Admin,

Steps to install plugin:
  1. Download the plugin in zip format.
  2. Login to your WordPress Administration Screen.
  3. Go to, Plugin >> Add New.automatic plugin installation add new
  4. Click on the Upload Plugin button.upload via wp admin plugin installation click on upload plugin
  5. Select the zip file from your local file system.
  6. Click on the Install Now button.upload via wp admin plugin installation click on install now
  7. When installation is complete, you will see ‘Plugin installed successfully’ message.upload via wp admin plugin installed successfully
  8. Activate the plugin.

Conclusion

By using 3 ways i.e. Automatic Plugin Installation, Manual Plugin Installation, Upload via WordPress Admin, we can install plugins in the WordPress.

Plugins help us to add more features in the website.

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.