Support » Fixing WordPress » Category Navigation

  • nathani

    (@nathani)


    Hi Everyone,

    I just upgraded to WordPress 2.3.3 and am having some navigation challenges when clicking on a category link from my sidebar (www.StrategyDriven.com). Although there are more than 5 (my default posting limit per page) posts within a category, I am not seeing the ‘Previous Entries’ link at the bottom of the page as I had prior to the upgrade. (I was using WordPress 2.0.2) The ‘Previous Entries’ and ‘Next Entries’ links work as they should from my Homepage, Archieves, and Search Results.

    I believe I am using typical navigation coding within my theme as follows:

    <div class=”navigation”>
    <span class=”previous-entries”><?php next_posts_link(‘Previous Entries’) ?></span> <span class=”next-entries”><?php previous_posts_link(‘Next Entries’) ?></span>
    </div>

    in the Index.php and Search.php theme files.

    I would greatly appreciate any help, suggestions, and direction you could provide to me.

    Thanks,
    Nathan

  • The topic ‘Category Navigation’ is closed to new replies.