[Resolved] GP Paginate Total Pages

Home Forums Support [Resolved] GP Paginate Total Pages

Home Forums Support GP Paginate Total Pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #223725
    James

    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?

    #223749
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a try:

    .paging-navigation .nav-next, 
    .paging-navigation .nav-previous {
        display: block;
    }
    
    .page-numbers {
        display: none;
    }
    #223764
    James

    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.

    #223766
    Tom
    Lead Developer
    Lead Developer

    Thank you! I really appreciate it! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.