Creating new theme in Wordpress

First go to wp-content/theme and create new folder of your theme ->fictional-university-theme

Add file -> index.php and write some text, and add style.css and add below description in comment

/* 

Theme Name: Fictional University 

Author: Anil Kumar

Author URI: https://www.example.com

Version: 1.0

Description: A fictional university theme for WordPress.

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: fictional-university

Tags: university, education, responsive, custom-header, custom-menu, featured-images

*/

and save and go to Appearence-> theme and check theme 

and also add png file of theme in this folder for theme thumbnail.

after that Activate the theme.

and also in style.css add body { color: orange;}

After activation delete other theme folder from wordpress.


Comments

Popular posts from this blog

Creating App.js for Node Application

Setup Server.js for Node Js Application

Add responsive viewport, lang attribute and Body Class in Wordpress