• I’m using the [starbox] shortcode to display multiple authors on my authors page. I’m defining the ID’s, however for some reason Starbox doesn’t keep the order I put the ID’s in, and displays the authors from biggest to smallest ID.

    For example, [starbox id=”31,29,32,1″] is the same as
    [starbox id=”1,32,29,21″] even though they are reversed.

    Can you please make it so it keeps the order I put it in? Thanks.

    https://wordpress.org/plugins/starbox/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi markman, I think the simple way to solve your problem could be to write different codes in the order you prefer:

    [starbox id=32]
    [starbox id=31]
    [starbox id=29]

    And it will works.

    I have some trouble with an user ID setted like name surname (with the space between):

    I put the starbox codes as I used to put for the others (just nickname as user ID) but I can’t view in the page…do u know why?

    Thread Starter markman641

    (@markman641)

    That is a workaround, but it adds a large amount of blank space in between each author box, and I do not want that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Starbox shortcode doesn't display in correct order’ is closed to new replies.