Plugin: BuddyPress Group Tags

Join this plugin group to follow comments, support topics and reviews.

Typo in Version 1.3.1 (2 posts)

Started 1 year, 9 months ago by: paulhastings0

  • Profile picture of paulhastings0 paulhastings0 said 1 year, 9 months ago:

    @dwenaus I noticed a small typo in your comment for your latest update.


    /* Edit this array in order to change the tag could appearance
    see http://codex.wordpress.org/Template_Tags/wp_tag_cloud for details
    optionally order by 'count' and 'ASC' */
    $gtags_args = array( 'smallest' => 8, 'largest' => 23, 'number' => 45, 'order' => 'RAND', 'separator' => '&nbsp ' );

    The line that reads

    optionally order by 'count' and 'ASC' */

    should actually read

    optionally order by 'RAND' and 'ASC' */

    Great plugin. I love using it.

  • Profile picture of Dwenaus Dwenaus said 1 year, 7 months ago:

    thanks, the new version allows you to edit this in the back end admin :)