• Hi! The pagination on my blog is displaying every single number. I’d like the display to be in batches, e.g. 1, 2, 3, 4, 5, followed by an ellipsis and ending with Last, or something along those lines.

    I tried installing the WP-PageNavi plugin, but it didn’t work. Is there a code I can use?

    My website is at https://www.nadinetomlinson.com.

    Kind regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi,

    Go to Appearance >Editor and select page-blog_template.php replace this:

    'show_all' => true,

    with:

    'show_all' => false,

    Thread Starter nadinet

    (@nadinet)

    Hi,

    When I go to Appearance, I don’t see Editor, only Edit CSS.

    Theme Author OptimizerWP

    (@layerthemes)

    @nadinet Can you please ask your host about this? Your wordpress should have an Editor under Appearance Menu.

    Thanks

    Thread Starter nadinet

    (@nadinet)

    Hi,

    I couldn’t get through to my host, so I Googled about the missing Editor. One person found that a security plugin was the culprit. For me, it turned out to be the All In One WP Security plugin. Once I disabled two of its sub-features, Editor was back.

    I made the change and it worked. Thanks so much for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Lengthy Numeric Pagination on Blog’ is closed to new replies.