I'm using this code:
<?php wp_tag_cloud( array( 'taxonomy' => 'channels') );?>
To display custom taxonomy as a cloud tag.
How can display with all links being the same size? I can't seem to override the inline styles.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
How about passing the
Update: use
|
||||
|
Strip the inline CSS with a filter on
|
|||
|
|