WordPress

Here guys I will tell you how to develop Theme in WordPress platform. Its not very difficult to develop Theme in WordPress but you have to understand below steps which is important.

- First create your theme folder under 'wp-content->themes' and you folder name will be 'CodeLifo' or whatever you want to keep and your final path will be wp-content->themes->CodeLifo

- Second create minimum 6 files with .php extension and the files name I have mentioned in the below.

index.php
functions.php
sidebar.php
header.php
footer.php
style.php


- Third create .png file that will be your blog's or website look in themes section under admin dashboard. Here I kept file name 'screenshot.png' and the same file I have uploaded in the following path wp-content->themes->CodeLifo.

- Call your header.php, footer.php, sidebar.php & style.php under index.php.

- And test your website on any browser if everything goes fine that means your theme development process is right.

Have any query or feedback, please use below comment section.

No comments:

Post a Comment