Archived topic
Numbered Page Navigation
5 replies · Started by bruce on September 29, 2022
How to create Numbered Page Navigation like this https://prnt.sc/tc31oc.
i need add mumbered page navigation on this page:https://finechem.baynoe.com/products
thanks.
Hi Bruce,
I think it's because the posts you've published have not reached the posts per page number you set at settings > reading >Blog pages show at most.
Can you check what the value is set there and how many posts you've published?
Let me know!
hello
yes,i set the number per page ,the Navigation was worked.
can i reset it's style with css ?
thanks.
can i reset it’s style with css ?
I'm not sure what this means. Can you explain a bit more?
hello
i mean Can i customize the Navigation style use CSS?
thanks.
Yes, you can, CSS can style everything :)
You can use this selector in general: .paging-navigation .page-numbers;
Current page number: .paging-navigation .page-numbers.current;
Next page button: .paging-navigation .page-numbers.next;
Previous page button: .paging-navigation .page-numbers.prev;