[gamipress_ranks] shortcode: several attributes not working
-
Hi there,
I am using the following code in a page to load the current user’s ranks:
<?php echo do_shortcode('[gamipress_ranks type="social,reviewer,writer,translator,chef,volunteer" orderby="priority" order="DESC" exclude="9865,9873,9882,75650,10180,9889" layout="none" title="yes" toggle="no" link="no" excerpt="no" requirements="no" user_id="' . $userid = get_current_user_id() . '"]'); ?>
Of the shortcode attributes above, 3 are not working: orderby, order and exclude. Ranks are being ordered according to the order they were listed in attribute “type” and no ranks were excluded. I used the rank post IDs that I wanted to exclude for the “exclude” attribute.
Is this a bug or am I not using the shortcode correctly?
Many thanks in advance,
Isabel
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[gamipress_ranks] shortcode: several attributes not working’ is closed to new replies.