1. INTRODUCTION - How to develop WORDPRESS THEME from SCRATCH - TUTORIAL

Let's start to learn how to develop a wordpress theme from scratch.
   

Prerequisites:

First of all we can develop the wordpress theme locally. So in that case we need to set up our personal desktop or laptop to a local server. For that you have to download Apache server XAMPP and install it on your computer. You can also use WAMP or MAMP instead of XAMPP. You can download XAMPP from https://www.apachefriends.org/download.html
   
After having the XAMPP download the latest version of wordpress from https://wordpress.org/download/ and extract it to the htdocs folder in XAMPP.
   
Now we are ready to develop the theme for wordpress.
  
Before starting developing the theme we must need to know some general information that will helps you to understand the wordpress themes better.
   
It is not required to memorize each and every single PHP line of code in the themes. It is enough to know what and how does the different files and sections of the theme is working. So that you would be able to build the theme even if you got stuck at any point of time while building.
   
Lets wind up the introduction here. And in the next post I will show the HTML Structure of the theme that we are about to build.

------------------------------------------------------------------------
How to develop a WORDPRESS THEME from scratch - TUTORIAL 
  1. Introduction
  2. Creating the theme HTML Structure

Comments