• Home
  • Subscribe
  • Contribute Us
    • Share Your Interview Experience
  • Contact Us
  • About
    • About CSEstack
    • Campus Ambassador
  • Forum & Discus
  • Tools for Geek
  • LeaderBoard
CSEstack

What do you want to Learn Today?

  • Programming
    • Tutorial- C/C++
    • Tutorial- Django
    • Tutorial- Git
    • Tutorial- HTML & CSS
    • Tutorial- Java
    • Tutorial- MySQL
    • Tutorial- Python
    • Competitive Coding Challenges
  • CSE Subject
    • (CD) Compiler Design
    • (CN) Computer Network
    • (COA) Computer Organization & Architecture
    • (DBMS) Database Management System
    • (DS) Data Structure
    • (OS) Operating System
    • (ToA) Theory of Automata
    • (WT) Web Technology
  • Interview Questions
    • Interview Questions- Company Wise
    • Interview Questions- Coding Round
    • Interview Questions- Python
    • Interview Questions- REST API
    • Interview Questions- Web Scraping
    • Interview Questions- HR Round
    • Aptitude Preparation Guide
  • GATE 2022
  • Linux
  • Trend
    • Full Stack Development
    • Artificial Intelligence (AI)
    • BigData
    • Cloud Computing
    • Machine Learning (ML)
  • Write for Us
    • Submit Article
    • Submit Source Code or Program
    • Share Your Interview Experience
  • Tools
    • IDE
    • CV Builder
    • Other Tools …
  • Jobs

How to Update WordPress Plugin with zip file Manually?

Aniruddha Chaudhari/3939/0
WordPress

Do you want to update the WordPress plugin manually? Are you failing to update your WordPress plugin?

I’m sharing step by step procedure to update the WordPress plugin manually without losing any plugin content.

If you are using any premium WordPress theme for your blog, you might have seen that there are some plugins come with the theme. These plugging needs to be there to run your WordPress theme properly.

I remember. I was facing some theme issues with my blog. When I contacted WordPress theme provider, they asked me to update one of the plugins.

As this updated plugin was not there on the WordPress repository, they sent me a zip file of the updated plugin.

3 Steps to Update WordPress Plugin with Zip file [Manually]

Here are the steps I followed to update my WordPress plugin from the Zip file. Follow the same steps if you want to update your WordPress plugin from zip.

Steps 1: Deactivate the Old Plugin

  1. First of all, login to your WordPress dashboard as an admin.
  2. Deactivate the current plugin that you want to update.
  3. Now, open a new tab in a web browser and log in to Cpanel.
  4. Click on “File Manager” in Cpanel.
  5. Go to the plugin directory/folder inside “wp-content”.
  6. You can see the folder with the name of your plugin. Simply rename that folder with any name.
    Example: If the plugging name is “XYZ”, rename it to “XYZ-old”
  7. The name of the plugin in WordPress is the same as the folder name. Go to the WordPress dashboard and plugins. You can see the plugin name has changed from “XYZ” to “XYZ-old”.
  8. Deactivate the plugin “XYZ-old”
    Note: If you deactivate the plugin, it simply stops working. It does not delete any of the plugin configuration, data, or any other related files. Don’t worry about losing plugin data.

Step 2: Update the Plugin from Zip

  1. Now again go to the WordPress dashboard and click on Plugins -> Add New.
  2. Download the zip of the updated plugin on your local computer.
  3. Click on the “Upload Plugin” option at the top and upload the plugin zip file you have.
  4. After that activate the plugin.

Good Job!

You are running updated plugin with your WordPress blog.

Step 3: Verify Updated Plugin and Delete Old Plugin

Here are few more steps to follow to make sure everything is fine.

  1. Check if everything is fine and the plugin is working as expected.
  2. If everything is fine, go to the Cpanel and File Manager. Delete the old plugin directory which you have renamed earlier.
  3. If you find any issue with the updated plugin, you can simply deactivate the updated plugin and activate the old plugin.

These are the simple steps I follow to update WordPress plugin with zip file manually. You can follow the same steps. If you have any questions or difficulty while following these steps, let me know in the comment.

One SEO Advice of the Day!

If you are accepting guest posts on your blog, mark the link in author bio as no-follow and open in new tab.

WordPress
Aniruddha Chaudhari
I am complete Python Nut, love Linux and vim as an editor. I hold a Master of Computer Science from NIT Trichy. I dabble in C/C++, Java too. I keep sharing my coding knowledge and my own experience on CSEstack.org portal.

Your name can also be listed here. Got a tip? Submit it here to become an CSEstack author.

Leave a Reply Cancel reply

Interview Questions



You can share your interview experience.

Subscribe for FREE Newsletter

Do you want me to send you programing updates for FREE?

Subscribe below…

© 2022 – CSEstack.org. All Rights Reserved.

  • Home
  • Subscribe
  • Contribute Us
    • Share Your Interview Experience
  • Contact Us
  • About
    • About CSEstack
    • Campus Ambassador
  • Forum & Discus
  • Tools for Geek
  • LeaderBoard