Site logo

Archived topic

GP Paginate Total Pages

3 replies · Started by James on September 4, 2016

Viewing posts 1–4 of 4

Hi Tom,

For competition reasons, I don't want my pagination showing how many posts are on my site. It should just show [First]...[previous] [next]...[Last] or something similar?

Where do I go to edit the code?

On a side note, I would gladly pay another $5 for a css plugin for the pagination to give it some style like this: https://codecanyon.net/item/css-styles-for-your-wppagenavi-plugin/759518

Too bad both wppagenavi & wp-paginate have had several known exploits, or I would use them and not bother you. Can you help?

Hi there,

Give this CSS a try:

.paging-navigation .nav-next, 
.paging-navigation .nav-previous {
    display: block;
}

.page-numbers {
    display: none;
}

Hey Tom,

That was quick! And, it worked well. I didn't think of solving the problem like that. I really appreciate your time, and sent a "thank you". Invoice #223760.

Thank you! I really appreciate it! :)

This archived topic is closed to new replies.