Archived topic
How do I hide Pagination numbers (Page: 1,2,3,..)
3 replies · Started by Hemant on July 22, 2020
Viewing posts 1–4 of 4
Hello Team,
Is there a way to hide the pagination numbers only in posts? I want o keep it for pages but hide that for Posts...
Example: https://pressbuzzer.com/keep-testing-testinagain123/
I want to hide the Page numbers here... please help
Hi there,
Try this CSS:
.single .page-links {
display: none;
}
Hey, this one worked!!
Thanks a ton for the help...
Case resolved as I will buttons as custom pagination was a huge issue :)
No problem :)
This archived topic is closed to new replies.