December 2017
Beginner
458 pages
7h 52m
English
Now let's split this up into a header and a footer file in addition to index.php:
<?php get_header(); ?> <div class="container index">
Our page will look the exact same.
<div class="container"> <hr> <footer> <p>© 2017 WordStrap</p> </footer> </div> <script src="http://code.jquery.com/jquery-1.12.0.min.js"> ...
Read now
Unlock full access