Title: [Plugin: NextGEN Gallery] bug in function nggTagCloud
Last modified: August 20, 2016

---

# [Plugin: NextGEN Gallery] bug in function nggTagCloud

 *  [breglis](https://wordpress.org/support/users/breglis/)
 * (@breglis)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-bug-in-function-nggtagcloud/)
 * the function ‘nggTagCloud’ has a light bug where the default setting in the args
   array
    is missing the separator item that splits the individuals tags and allows
   the cloud to form. so when the shortcode [ tagcloud ] is applied it does not 
   create a cloud but a vertical column of tags on the page as the default seperator
   of the underlying wp_generate_tag_cloud function has  as default
 * I replaced this in line 1117 to fix this.
 *  $defaults = array(
    ‘smallest’ => 8, ‘largest’ => 20, ‘unit’ => ‘pt’, ‘number’
   => 45, ‘format’ => ‘flat’,** ‘separator’ => ” “**,’orderby’ => ‘name’, ‘order’
   => ‘ASC’, ‘exclude’ => ”, ‘include’ => ”, ‘link’ => ‘view’, ‘taxonomy’ => ‘ngg_tag’);
 * [http://wordpress.org/extend/plugins/nextgen-gallery/](http://wordpress.org/extend/plugins/nextgen-gallery/)

The topic ‘[Plugin: NextGEN Gallery] bug in function nggTagCloud’ is closed to new
replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [breglis](https://wordpress.org/support/users/breglis/)
 * Last activity: [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-bug-in-function-nggtagcloud/)
 * Status: not resolved