# How to manage your plugins in WordPress

> Learn how to install, activate, and manage plugins in your WordPress dashboard.

Source: https://www.kualo.com/knowledgebase/wp-using/how-to-manage-your-plugins-in-wordpress
Updated: 2026-06-09

---

Plugins extend the functionality of your WordPress site, letting you add features without writing any code. This guide walks you through the key tasks in the WordPress Plugins section.

## Viewing your installed plugins

1. Log in to your WordPress dashboard.
2. In the left-hand menu, click **Plugins**, then click **Plugins** again from the expanded menu.

You will see a list of every plugin currently installed on your site, along with its status (active or inactive).

![Plugin list screen](https://kb-cdn.kualo.com/67/5c/675cc9587bb820c683393fc826447b9cf8386312.png)

## Activating or deactivating a plugin

- To activate an inactive plugin, click the **Activate** link beneath its name.
- To deactivate an active plugin, click the **Deactivate** link beneath its name.

Deactivating a plugin disables it without removing it, so you can reactivate it later if needed.

## Adding a new plugin

1. Go to **Plugins > Add New** in the dashboard menu.
2. Use the search box to find a plugin by name or keyword, or browse featured and popular plugins in the WordPress Plugin Directory.
3. Click **Install Now** next to the plugin you want, then click **Activate** once installation is complete.

![Add New Plugin screen](https://kb-cdn.kualo.com/ff/1f/ff1fb5bd638a12c6a6e390ae159064f1a360a8aa.png)

## Editing a plugin's code

You can edit plugin files directly from **Plugins > Plugin File Editor** in the dashboard.

:::warning
Editing plugin code directly is intended for advanced users only. A mistake here can break the plugin or your site. Always back up your files before making any changes - you can create a full account backup from cPanel.
:::

![Plugin editor screen](https://kb-cdn.kualo.com/08/36/08363ccd2eaa30f11ff59ab8ff0e8854a5617b7f.png)

---

_Source: Kualo Knowledgebase — https://www.kualo.com/knowledgebase/wp-using/how-to-manage-your-plugins-in-wordpress · © Kualo Ltd._
