Embed presentation
Download to read offline





![ What your template files need?
First, a name ( on top of your file )
<?php
/*
Template Name : [ Type your template name here ]
*/
Second, at least these 2 include tags
<?php get_header(); ?>
<?php get_footer); ?>
Last, any other content tag which you want to add](https://image.slidesharecdn.com/presentation-140611085829-phpapp01/75/Wordpress-Custom-Child-theme-6-2048.jpg)



Wordpress is an open source PHP content management system with many free templates and plugins available. It uses template files like header.php, footer.php, and page.php to control layout and design, and includes template tags to dynamically output content. Custom functions can be added in the functions.php file to control business logic.





![ What your template files need?
First, a name ( on top of your file )
<?php
/*
Template Name : [ Type your template name here ]
*/
Second, at least these 2 include tags
<?php get_header(); ?>
<?php get_footer); ?>
Last, any other content tag which you want to add](https://image.slidesharecdn.com/presentation-140611085829-phpapp01/75/Wordpress-Custom-Child-theme-6-2048.jpg)

