Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You can do it with CSS and hide the links or make child theme, copy single.php to the child, and remove the call to post_navigation(). The first is easiest, the second is cleaner.

    The CSS way:

    .post-navigation { display: none; }

    If your theme has a custom CSS option, add it there. If not, install the plugin “simple custom CSS” and use it to add the CSS.

    Thread Starter Tha Dopeman

    (@donpeoples89)

    Thanks Mr. Stern!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Getting Rid Of Post Navigation’ is closed to new replies.