• In 3.5 update, a number of files were changed (including, but not limited to blog.php, home.php, & sidebar-content-page.php) to better account for new features and proper functionality with child themes.
    This new code was

    <?php get_sidebar(); ?>
    </div>
    <?php get_footer(); ?>

    However, the ‘archive.php’ file was neglected and still has the old code of

    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    </div>

    Would you please fix this issue? Thank You

    • This topic was modified 7 years, 1 month ago by upwut.
    • This topic was modified 7 years, 1 month ago by upwut.
    • This topic was modified 7 years, 1 month ago by upwut.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Update missed archive.php file’ is closed to new replies.