Tags



 
 
 
and the code to accomplish this in wordpress:

if( function_exists('wp_tag_cloud') ) {
	$opts='';
	$opts.='&smallest=8&largest=22unit&pt';
	$opts.='&number=0&format=list';
	$opts.='&orderby=name&order=ASC';
	$opts.='exclude=&include=';
	$opts.=substr($opt,1);
	echo( '<style>' );
	echo( '#_tagcloud ul{list-style:none} #_tagcloud ul li{list-style-type:none;float:left;padding:.5em}' );
	echo( '</style>' );
	echo( '<div id="_tagcloud">' );
	wp_tag_cloud($opts);
	echo( '</div>' );
	echo( '<br style="clear:left;"/>' );
}

Leave a comment

  • Categories

  • Need Code Written?

  • Need a Coding Job?

  • Tags

  • Archives