Custom Taxonomy not working
-
I’m trying to display a cloud tag for custom taxonomies, but I’m not getting any results. Here’s my code:
$args = array( ‘title’ => ‘ ‘, ‘taxonomy’ => array(‘tag_a’,’tag_b’));
do_utcw( $args );Any ideas on what I’m doing wrong?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom Taxonomy not working’ is closed to new replies.