Update breaks child theme
-
In the latest version (3.4), the content-outer id breaks child themes relying on different components of the theme. 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.
Multipe files should be formatted to the following:
... <div id="content-outer"> ... <?php get_sidebar(); ?> </div> <?php get_footer(); ?>with footer.php eliminating
<?php if ( is_home() && ! is_front_page() ) {?> </div> <?php } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Update breaks child theme’ is closed to new replies.
