Skip to main content

How to Update Custom Theme in Wordpress? [ Upload & Install ]

When you are trying to upload a custom theme just make sure you have all the required files.

Step 1: Checking Required Theme Files

1. style.css :

Your theme must be contained with style.css which is the main theme CSS file.Here should include your theme informations, version,URL,author name and something like that.

 2. index.php : 

index.php file will be your theme main template files for all pages or your desire pages.

3. screenshot.png :

To represent your theme you will need a screenshot.png file to include in your theme files.

4. functions.php

 This file will contain all your theme functions



Step 2: Making theme file



Now put all your files in a folder and

 

 Give a name it can be theme name.


 Then zip the file.
Now the theme is ready to install.

Step 3: installing theme

 Go to your WordPress dashboard and select  Appearanc >> themes >> Add new >> Upload theme

Select browse or drop your theme zip file here.And then click on "install now"

 
Now activate your theme ...




Comments

Popular posts from this blog

How to install Wamp Server Windows 10, Windows 7 (With Screeshots )

WampServer is a localhost  server for windows, which allow you to install and host  apache, PHP  and mysql applications. This article will stroll you through the stairs to install WampServer to your laptop. Step 1:  Downloading WampServer  To download WampServer just click here --> Download latest version WAMPSERVER .you will find two different files, 30bit and 64bit.To check your system right-click on My Computer and select properties.After checking your system download the exact one. System type will be your operating sestem.  Step 2:  Installing WampServer  To start the setup, you want to open the folder wherein you saved the file, and double-click on the installer report. A safety warning window will open, asking in case you are positive you need to run this document. Click run to start the installation procedure. Subsequent you will see the welcome to the WampServer setup wizard display. Click next to continue the set...

How to setup WordPress in localhost

Step 1: Setup WampServer To simply download wamp please go to here--> http://www.wampserver.com/en/ You will get two options one is for 64bit and for 32bit.Download as your desktop configuration. Install wamp and start it. If you setup wamp correctly wamp icon will  turn into green. Step 2: Database, Username and Password creation Creating database, username and password click on wamp icon and select phpMyAdmin. It will lead you to phpMyAdmin page on your browser.Click on 'User' First click on "check all" after that "add user" Fill this form with your desire user name, select host as "Local" , set password and click on " Create database with same name and grant all privileges " Than select "Add user" Step 3: Download WordPress For setup WordPress first you need to download WordPress.To download WordPress just go to https://wordpress.org/ and download latest WordPress files.  After dow...