• Resolved JeRetiens

    (@jeretiens)


    Hello,

    I have some issue to display a list of all my authors, editors, and administrators (and just them) on that page https://jeretiens.net/equipe

    I use this code: [starbox id=”all” orderby=”name” order=”asc”] I know it’s not the good one but I can’t find a list of shortcodes…

    Also, is it possible to order the list by the amount of the posts written ?

    Thanks a lot

Viewing 1 replies (of 1 total)
  • Plugin Contributor Calin Vingan

    (@calinvingan)

    Hi,

    The correct shortcode would be

    [starbox id="all" orderby="post_count" order="desc"]

    I see that you added ” which is not working with the shortcode.

    Or you can specify the ids of the users:

    [starbox id="1,2,3,..." orderby="post_count" order="desc"]

    Best, Calin

Viewing 1 replies (of 1 total)
  • The topic ‘What is the shortcode for a team authors page ?’ is closed to new replies.