php - How to create a page with a cloud of product tags -


i'm building bookshop woocommerce , i'm using product tags authors. idea create page tag cloud (thus, authors), looked on wc documentation , found this:

woocommerce product tags – display product tags in tag cloud format

thing is: have no idea of how use it, looked on template-tags.php , found this:

<div class="tag_cloud">   <?php wp_tag_cloud(); ?> </div> 

am supposed change else in order display cloud of products tags?

thanks in advance!

try this:

wp_tag_cloud(array('taxonomy' => 'product_tag')); 

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -