Deleting Next / Previous Post
-
Hi. I want to delete the Previous / Next post button in my post.
When I editing the post, I cannot see any previous/ next button, but after I update the post, and the buttons are generated.The blog I need help with is: (visible only to logged in users)
-
+ The post will be appeared if you click Image or Graffiti on the right top of the homepage.
-
Hi JwKim,
previous and next post buttons I have deleted on my site by adding below custom CSS (My sites-Design-Cusomise-Additional Css):
.nav-links {
display: none;
}
- The topic ‘Deleting Next / Previous Post’ is closed to new replies.