Plugin Author
WPKube
(@wpkube)
Hi @petners
Try adding the only_authors set to no to the shortcode, so the full shortcode will be:
[authors_list amount="4" pagination="yes" only_authors="no"]
thankyou, i will try this solution!
hi @wpkube , i’m trying to put your code but unfortunately it does not change anything.
example i have 6 authors
i’m trying to put [authors_list amount=”4″ pagination=”yes” only_authors=”no”]
–> result : same with [authors_list amount=”4″ pagination=”yes”] , no slider, 2 other authors other than 4 authors disappear .
if I try to put [authors_list pagination=”yes” only_authors=”no”], the result –> it shows 6 authors displayed as follows: 4 authors in upper part, 2 authors in placed under the 4 authors. so this setting has no slider either. it display all 6 authors.
the codes are not working for me, i’m really sorry. can you help me?
Plugin Author
WPKube
(@wpkube)
Hi @petners
You mentioned a slider. The pagination is not a slider, it’s a regular “1,2,3…” pagination which shows up below the authors.
Let’s test if the pagination is functional, try this simplest approach:
[authors_list amount="1" pagination="yes"]
It should show 1 author and then below should be “1,2,3…” pagination elements.
i tried your approach and the pagination appears. but i’m so confused, currently i have 3 authors, using this code [authors_list amount=”1″ pagination=”yes”], the pagination that appears only 1 and 2 (supposedly 3 because i have 3 authors). so one of my authors is missing whenever I tried this code. i wonder why, please kindly help. thankyou!
Plugin Author
WPKube
(@wpkube)
Hi @petners
And if you switch it to [authors_list amount="3"] it shows 3 authors?
Or does it show 2 authors? In which case the pagination itself is fine.
But let’s go back a bit.
How many authors in total do you have? Not how many are shown by the plugin, how many do you have?