-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
The closing div for content-outer should be placed before the get_footer function as opposed to after since footer contains the closing body & html tags.
Multiple files should be formatted to the following:
...
<div id="content-outer">
...
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>
This will then necessitate the removal of the following lines from footer.php
<?php if ( is_home() && ! is_front_page() ) {?>
</div>
<?php } ?>
Metadata
Metadata
Assignees
Labels
No labels