Viewing 2 replies - 1 through 2 (of 2 total)
  • This is not possible at the moment but I’ve added it as a feature suggestion.

    Hi,

    I figured out to do this with the category id

    in category.php template I wrote:

    <?php $category_id = get_cat_ID(single_cat_title( '', false ));?>

    in order to get the current category.

    later on, the shortcode I used is:

    <?php echo do_shortcode('[utcw post_term='.$category_id.' color=random title="TAG CLOUD" before_title="<h3>" after_title="</h3>"]'); ?>

    the trick was to use post_term and the category id 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tag cloud for current category’ is closed to new replies.