WordPress
It is often seen that, after creating WordPress theme, it works with any WordPress installation, uploading it with ftp or keeping it in the folder in localhost. But uploading WordPress theme zip from WordPress's admin panel is not working, it shows various errors. To solve this problem is today's post. WordPress theme zip upload way to create a way to upload a custom WordPress theme zip
1. First, place all the files in a zip file. Keep in mind that there is a folder inside the zip file and it will have a theme file / folder inside it, or not. Rather, all the files / folders in the theme are directly inside the zip file. That is, the theme's style.css, index.php and functions.php files should be directly inside the zip file. There will not be any folder inside.
2. Style.css must accurately describe the theme's comments. The following information are important: / * Theme Name: Your theme name is Template Name: Your theme name again Template URI: Theme link Author: Your name / theme-maker Name Author URI: Theme Builder Link Version: Theme Version Description: Description * / Note here that There should be two things in the Theme Name and Template Name. If there is no one, zip can cause problems while uploading. It is very important to have a theme name in particular. Hopefully, after creating a custom theme, there will be no problem uploading it zip. If you have any problems tell the comment.

