Title: Multiple Clouds?
Last modified: August 21, 2016

---

# Multiple Clouds?

 *  [sapiringo](https://wordpress.org/support/users/sapiringo/)
 * (@sapiringo)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/multiple-clouds/)
 * Hey, first of all, thanks for the amazing plugin. Now, im wondering if i can 
   create multiple instances of the widget. I can only use it once and i would like
   to have it in other sidebars. Let me know if there is a way to make it work this
   way.
 * [http://wordpress.org/extend/plugins/fast-category-cloud-wordpress-plugin/](http://wordpress.org/extend/plugins/fast-category-cloud-wordpress-plugin/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Emilian Robert Vicol](https://wordpress.org/support/users/byrev/)
 * (@byrev)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/multiple-clouds/#post-3685424)
 * Try to hardcode this in template …
 *     ```
       <coded_p><?php if (function_exists('byrev_cat_cloud')) { ?>
       <div><h3>Categories Cloud</h3>
       <?php
       byrev_cat_cloud('mincount=1&limitcat=41&order=asc&min_scale=10&max_scale=20&color_start=0000FF&color_end=CCCCCC&cache=ON&cahe_timeout=600&orderby=name');
       ?>
       </div>
       <?php } else { ?>
       <div><h3>Categories</h3>
   
       <ul><?php wp_list_categories('orderby=name&show_count=1'); ?> </ul>
   
       </div>
       <?php } ?></coded_p>
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Multiple Clouds?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fast-category-cloud-wordpress-plugin_f1eff1.
   svg)
 * [Fast Category Cloud WordPress Plugin](https://wordpress.org/plugins/fast-category-cloud-wordpress-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fast-category-cloud-wordpress-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fast-category-cloud-wordpress-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/fast-category-cloud-wordpress-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fast-category-cloud-wordpress-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fast-category-cloud-wordpress-plugin/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Emilian Robert Vicol](https://wordpress.org/support/users/byrev/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/multiple-clouds/#post-3685424)
 * Status: not resolved