Title: Product tag cloud
Last modified: May 12, 2023

---

# Product tag cloud

 *  Resolved [tores54](https://wordpress.org/support/users/tores54/)
 * (@tores54)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/product-tag-cloud/)
 * For some reason, only 10 of the product tags are displayed in the product cloud,
   that is, I have 500 of them, and only 50 are displayed.
 * At the same time, tags are assigned to products, available by reference. The 
   backend shows how many products are assigned to each label. But in the tag cloud
   is not shown, what is the reason?
 * I tried using woocommerce tools to recalculate values ​​and products to update
   tables, it did not help
    -  This topic was modified 3 years, 4 months ago by [tores54](https://wordpress.org/support/users/tores54/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproduct-tag-cloud%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [tores54](https://wordpress.org/support/users/tores54/)
 * (@tores54)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/product-tag-cloud/#post-16733565)
 * I did not know that there are restrictions on the output of tags, chat gpt wrote
   me a solution that works, the problem is solved
 *     ```wp-block-code
       add_filter( 'woocommerce_product_tag_cloud_widget_args', 'my_tag_cloud_args' );
       function my_tag_cloud_args( $args ) {
           $args['number'] = 100; // измените это значение на нужное вам количество
           return $args;
       }
       ```
   
 *  [xue28 (woo-hc)](https://wordpress.org/support/users/xue28/)
 * (@xue28)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/product-tag-cloud/#post-16738587)
 * Hi [@tores54](https://wordpress.org/support/users/tores54/)
 * Thanks for reaching out!
 * I understand that you are experiencing an issue with the product tags in your
   tag cloud, where only 50 out of 500 tags are being displayed and you were able
   to solve it using the code snippet provided by Chat GPT, correct?
 * If you have some time, you could perform a [full conflict test ](https://woocommerce.com/document/how-to-test-for-conflicts/)
   to verify which is causing the issue here.
 * Meanwhile, I will be marking this thread as resolved. Should you have further
   inquiries, kindly [create a new topic here](https://wordpress.org/support/plugin/woocommerce/#new-topic-0).
 * Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Product tag cloud’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3640790)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [xue28 (woo-hc)](https://wordpress.org/support/users/xue28/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/product-tag-cloud/#post-16738587)
 * Status: resolved