How to hide pagination numbers
-
I have an index page with 29 ugly pagination numbers on the bottom. I don’t need these; readers don’t needs these; is there any way to remove or hide them? The page in question:
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi,
To hide the pagination number given then just add “display:none”
in the CSS of class pagination.
That is,.pagination{ display:none; }Or remove that div then pagination will removed automatically.
Thanks,
Aakash Patel -
- The topic ‘How to hide pagination numbers’ is closed to new replies.