• Hi, do you know how to fix the problem of using your pagination on a static page ? (for the homepage or other static page). Your pagination not work on static page, when i click on nextpage it always display the samepage.
    My code [authors_list style="1" columns="3" amount="12" show_link="no" show_bio="yes" bio_word_trim="25" roles="author" skip_empty="no" after_title="{alf:social} {al:phone}" before_bio="{al:zipcode} {al:adresse_ville}" orderby ="registered"]

    The code work pefectly when i use the homepage as “the last articles” of the blog. I know it’s a problem of jquery because of “paged” instead of “page” as it was reported for old version of wordpress but whith new WP it s only with your plugin i found this problem. So i don’t know how to find a solution. Please if some one can explain me exactly how to do, thanks !

Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @curtisnew

    In the shortcode you sent the pagination is not activated.

    pagination="yes" needs to be added.

    Full shortcode would then be:

    [authors_list style="1" columns="3" amount="3" show_link="no" show_bio="yes" bio_word_trim="25" roles="author" skip_empty="no" after_title="{alf:social} {al:phone}" before_bio="{al:zipcode} {al:adresse_ville}" orderby ="registered" pagination="yes"]

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination not work on static page’ is closed to new replies.