我有大约70个标签,每次页面刷新时,我想从这70个标签中随机获得5个不同的标签。。。这对我没用
<?php wp_tag_cloud( array( \'taxonomy\' => \'electrician-perth\', format => \'list\', order => \'rand\', number => \'5\', smallest => \'10\', largest => \'10\') ); ?>
每次刷新页面时,我都会得到相同的5个字母数字顺序的标签?
谢谢你,皮特