Skip to content

3.4 breaks Child Themes #85

@upwut

Description

@upwut

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions