EN | ES

Lesson 21: Understanding Plugins

Objectives


What Are Plugins?

Plugins are software add-ons that extend WordPress functionality. They can add almost anything:

Think of plugins as apps for your website — just like you install apps on your phone to add features.


Finding and Installing Plugins

Method 1: WordPress Plugin Directory (In Admin)

  1. Go to Plugins → Add New Plugin
  2. Search for what you need (e.g., "contact form" or "SEO")
  3. Browse results and evaluate options
  4. Click "Install Now"
  5. Click "Activate"

Method 2: Upload a ZIP File

For plugins not in the directory (premium plugins):

  1. Go to Plugins → Add New Plugin
  2. Click "Upload Plugin" at the top
  3. Choose the ZIP file
  4. Click "Install Now"
  5. Activate after installation

Evaluating Plugins

Before installing any plugin, check these factors:

Must-Check Criteria

Factor What to Look For Red Flag
Last Updated Within the past 6 months Over 1 year ago
Active Installations 10,000+ for established plugins Very few installations
Rating 4+ stars Below 3.5 stars
WordPress Version "Tested up to" current WP version Untested with current version
Support Developer responds to support threads Many unanswered support requests
Reviews Read recent reviews for issues Multiple reports of bugs or conflicts

Reading the Plugin Page

When you click on a plugin in the directory, check:


Managing Plugins

Activating and Deactivating

Action What It Does
Activate Turns the plugin on — it starts running
Deactivate Turns the plugin off — it stops running but stays installed
Delete Removes the plugin files entirely

Updating Plugins

Plugins need regular updates for security fixes and new features:

  1. Go to Dashboard → Updates to see available updates
  2. Or look for the notification badge on Plugins in the sidebar
  3. Select plugins to update → click "Update Plugins"
  4. Or enable auto-updates per plugin (Plugins → Installed Plugins → click "Enable auto-updates" next to a plugin)

Auto-Updates


Plugin Best Practices

Do:

Don't:

How Many Plugins Is Too Many?

There's no magic number, but guidelines:


Troubleshooting Plugin Issues

Common Problems:

"Site breaks after installing a plugin"

  1. Deactivate the plugin
  2. If you can't access wp-admin, use FTP/file manager to rename the plugin folder in wp-content/plugins/

"Plugins conflict with each other"

  1. Deactivate all plugins
  2. Reactivate one at a time to find the conflicting plugin
  3. Check if there's an update that fixes the conflict
  4. If not, find an alternative plugin

"Site is slow after adding plugins"

  1. Use a speed test tool (GTmetrix, Google PageSpeed Insights)
  2. Deactivate plugins one at a time and re-test to find the slow one
  3. Consider lighter alternatives

Exercises

  1. Browse the plugin directory: Go to Plugins → Add New and browse "Popular" and "Recommended" plugins. Read the descriptions of the top 10.

  2. Evaluate a plugin: Search for "SEO" and compare the top 3 results. Look at ratings, installations, last updated, and reviews. Which would you choose?

  3. Check your installed plugins: Go to Plugins → Installed Plugins. Note which ones are active and inactive. Delete any inactive plugins you don't need.

  4. Enable auto-updates: For any security-related plugins, enable auto-updates.

  5. Check for updates: Go to Dashboard → Updates and update any plugins that need it.


Key Takeaways


Next Lesson: Lesson 22 - Must-Have Plugins