Remove div#nav-below.navigation below my posts?

  • Author
    Posts
  • #45992

    Hi,

    Is it possible to remove the navigation bar below my individual post. I would like to show pagination only on my homepages, not on my other pages. Can you tell me how to fix this?

    Thanks!

    Website: www.groenebedoelingen.nl

    #46427
    Zed
    Cryout Creations mastermind

    Parabola has an option to control pagination in category sections (including the homepage if it displays posts list), but this option does not apply to the prev/next post links displayed below single posts. To hide that you can use CSS:

    .single #nav-below {
        display: none;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Remove div#nav-below.navigation below my posts?’ is closed to new replies.