Next and Previous Post

  • Author
    Posts
  • #102275
    andy76
    Power User

    Hi I am trying to locate the php file with the code that enables the previous and next post links that are displayed at the bottom of each post.
    Thanks!

    #103425
    Zed
    Cryout Creations mastermind

    The next/previous post links are core WordPress functionality.
    If you want to customize them, you’ll find the function calls in Parabola’s single.php template.

    If you want to hide them, that can also be done with 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 ‘Next and Previous Post’ is closed to new replies.