Page structure
HTML
<!-- extra-head.php contained in <head> //--> <div id="wrap"> <!-- extra-body.php //--> <p id="sitename"><a href="https://example.com/">Site Name</a></p> <nav> Menu links </nav> <main id="content"> Main content (contains whatever you put in) <!-- extra-content.php //--> If extras enabled <div class="extras"> Content </div> If comments enabled <div class="comments"> If comments </div> <script src="https:// ... /js/slides.js"></script> </main> <footer> Footer content </footer> </div>
Additional HTML and/or PHP scripts can be added manually to extra-head.php, extra-body.php and extra-content.php.