Adding Plugins to Extend WordPress
Plugins add new features and functionality to your WordPress site. From contact forms to SEO tools, there is a plugin for nearly everything. Here is how to install and manage them.
Installing from the Plugin Directory
- Log in to your WordPress admin panel.
- Navigate to Plugins > Add New Plugin.
- Search for the plugin by name or keyword using the search bar.
- When you find the plugin you want, click Install Now.
- After installation, click Activate to enable the plugin.
Uploading a Plugin Manually
- Download the plugin
.zipfile from the developer's website or a marketplace. - In your WordPress admin, go to Plugins > Add New Plugin.
- Click Upload Plugin at the top, then click Choose File.
- Select the
.zipfile and click Install Now. - Click Activate once installation is complete.
Essential Plugins We Recommend
- Wordfence Security: Comprehensive firewall and malware scanner.
- UpdraftPlus: Automated backups to cloud storage like Google Drive or Dropbox.
- Yoast SEO or Rank Math: On-page SEO optimisation tools.
- WP Super Cache or LiteSpeed Cache: Page caching for faster load times.
- Contact Form 7 or WPForms: Easy-to-build contact forms.
- Smush or ShortPixel: Image optimisation to reduce file sizes.
Plugin Management Tips
- Only install plugins you need. Every plugin adds code that can slow your site or create security vulnerabilities.
- Keep plugins updated to their latest versions for security and compatibility.
- Deactivate and delete plugins you no longer use rather than simply deactivating them.
- Before installing a new plugin, check its ratings, last update date, and compatibility with your WordPress version.
- If a plugin causes issues, you can deactivate it via cPanel by renaming its folder in
public_html/wp-content/plugins/using File Manager.