• Resolved hbee

    (@heatherbodlak)


    Hello,
    Projects are Entries.
    News articles are entries.

    I am using Categories to display only NEWS on the news page, and PROJECTS on the projects page… however, when someone clicks on a news article, the navigation below for Previos and Next includes ALL categories, including the projets, when I only want it to browse through NEWS.

    How can I fix this? thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter hbee

    (@heatherbodlak)

    My solution for this was to use a plugin, WP Next Post Navigation
    hiding the “previous and next” block with CSS

    .prevNextArticle {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Blog navigation’ is closed to new replies.