Viewing 15 replies - 1 through 15 (of 16 total)
  • I’m also interested in pagination for this.

    Thanks!

    I need this as well. Especially with a template. Seems that the morelink on the shortcode does not work?

    Dani

    (@danicasati)

    No response from developer.
    Any problem?

    satasiya

    (@satasiya)

    hello how to set auto image gallery pagination in wordpress page

    Plugin Author Fernando Briano

    (@fernandobt)

    I’ll get to this eventually. I’ve been mostly doing small fixes and requests recently, but as soon as I get some more development time, this is one of the new things on the top of the list.

    taniav

    (@taniav)

    Hi, picandocodigo. Thank you for considering it.

    I think it would be great if this plugin allowing pagination of posts list. I want to display all posts from certain category as list using this plugin, but removing limit on numberposts will return insanely long list. The closest I can use now is morelink, but I don’t want to link to its category page.

    I am looking forward to hear any update on it. Cheers ??

    Plugin Author Fernando Briano

    (@fernandobt)

    I’ve coded the pagination and I’m looking for people to test it so that I can integrate this functionality into the stable version of the plugin.

    Please, check out this page to read how to use it and download the pre-release version:
    https://github.com/picandocodigo/List-Category-Posts/releases/tag/v0.36-pagination-alpha.1

    Thanks everyone for your patience, your testing and feedback!

    taniav

    (@taniav)

    Hi picandocodigo,

    I have tried it.

    I have not found any problem so far. When I set numberposts to 10 it shows 10 posts per page. If I set 15, it shows 15.

    Maybe a little notice on the pagination number. It always show dash (-) at the end of it. Example: 1 – 2 – 3 -, and 1 – 2 – 3 – 4 – 5 -. Would it better if the dash is not showing up on the last page number?

    Plugin Author Fernando Briano

    (@fernandobt)

    taniav,
    Thanks for your feedback. It does still need some work on the way the page numbers are displayed. First should be removing the last dash. Then I should also add “previous”, “next”, “first” and “last” links.

    I also have to implement something not to show every page number when there’s too many pages.

    But it’s good to know it’s working fine for at least one more user ??

    emisaidi

    (@emisaidi)

    Great update!… Just that it needs a container with classes that can be styled. like its own ul and li ..
    thanks

    Plugin Author Fernando Briano

    (@fernandobt)

    emisaidi,
    Thanks for trying it and your feedback. I’ll add a CSS class for the pagination so that ul and li can be customized.

    Thanks!

    Plugin Author Fernando Briano

    (@fernandobt)

    To anyone interested, this has been merged into the main development branch, so it will be available on the next release of List Category Posts ??

    Please if you would be so kind to test it here’s the link:
    https://github.com/picandocodigo/List-Category-Posts/releases/tag/v0.38-alpha

    taniav

    (@taniav)

    Hello, picandocodigo.

    Everything is okay with the paginator, until it goes beyond 21 page. It creates new row below the first one. Each rows overlaps each others. There’s also number that break if it’s at the end of a row, like page 22. (screenshot)

    I tried to modify the style a little bit, like this:

    .lcp_paginator li{
       border: 1px solid;
       display: inline-block;
       margin: 2px;
       padding: 0 5px;
    }

    It solved the overlapping issue, but it makes it not justified.. (screenshot)

    I think it’s best to go with your plan: adding prev, next, first, last. Just to make it not goes beyond one row, it doesn’t have to show all pages numbers, etc.

    Thanks for all your great works! ??

    Plugin Author Fernando Briano

    (@fernandobt)

    taniav,
    Thank you very much for your feedback. This is exactly the kind of feedback I’ve been looking for ??

    I’ll fix the CSS and check out how to make it comfortable and nice with lots of pages.

    Thank you!

    Plugin Author Fernando Briano

    (@fernandobt)

    Pagination is now available on version 0.38.

    With this feature, I’m really close to releasing version 1.0 of this plugin.

    Thanks everyone for your feedback and support, hope you enjoy this new version ??

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Pagination’ is closed to new replies.