QuestionsCategory: General QuestionsDW Focus: Remove Next/Previous Hyperlinks At Bottom Post
Caleb
asked 5 months ago
Hello,   I'd like to remove the Next Post/Previous Post hyperlinks at the bottom of my article posts as they don't go together from article to article. I followed your previous suggestion and removed (below) from the single.php but that still didn't do anything.
<?php the_post_navigation(); ?>


1 Answers
tech Staff
answered 5 months ago
Hi, 
You're right when removing these functions in the single.php file.
the_post_navigation();
In this case, you can try the following CSS code: 
.post-navigation {
    display: none;
}
if you still face this issue, you can send me the admin account via private question, we will help you resolve this. 

Please login or Register to submit your answer