How to control the tag cloud font size?
April 29th, 2008 — adminJust add the following code at any place you need to let the tag show:
if ( function_exists(’wp_tag_cloud’) ) :
KingPHP Tags
-
wp_tag_cloud(’smallest=8&largest=8′);
Just add the following code at any place you need to let the tag show:
if ( function_exists(’wp_tag_cloud’) ) :
You must be logged in to post a comment.