Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dfwdraco76

    (@dfwdraco76)

    I think I’ve fixed it…

    The end of library.php was like this:

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

    Whereas the end of single.php was like this:

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

    Once I matched it to the library.php order it seems to be working fine.

    I’ll check to see if the same “fix” works on author, search, & tag as well.

    Thread Starter dfwdraco76

    (@dfwdraco76)

    for these files:

    • author.php
    • search.php
    • tag.php

    The first fix (re: div tags) did the trick.

    ??

    Hopefully this will help the next person that runs into this problem…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Now Reading Reloaded] Template Help’ is closed to new replies.