Typo in Version 1.3.1
-
@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' => '  ' );
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.
You must be logged in to reply to this topic.
