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
Hi,
You're right when removing these functions in the single.php file.
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 {if you still face this issue, you can send me the admin account via private question, we will help you resolve this.
display: none;
}
Please login or Register to submit your answer