Adding Header & Footer To Pages

Create a new header.php file
Add to index.php / single.php / page.php pages 
<?php get_header(); ?>

Create a new footer.php file
Add to index.php / single.php / page.php pages
<?php get_footer(); ?>

These lines are added to index.php / single.php / page.php

Scroll to Top