I try call the wp_tag_cloud directly, and then use this parameter, but not work.
Can we change the parameter?
For example:
<?php wp_tag_cloud('smallest=12&largest=12&unit=px&separator=|'); ?>
This code not work.
Codex says: The text/space between tags
This
<?php $tag_cloud=wp_tag_cloud('smallest=8&largest=18&format=array');
foreach($tag_cloud as $tags) :
echo $tags.' | ';
endforeach; ?>
Work fine. Thanks
I unchecked the ‘Organize my uploads into month- and year-based folders’ box. Unchecking this box and saving the changes is what solved my problem.