Title: [Plugin: Mini Loops] Miniloops inside another shortcode
Last modified: August 20, 2016

---

# [Plugin: Mini Loops] Miniloops inside another shortcode

 *  [gn.ozdemir](https://wordpress.org/support/users/gnozdemir/)
 * (@gnozdemir)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-mini-loops-miniloops-inside-another-shortcode/)
 * First I want to thank you for this limitless plugin! Thank you!
 * Now let me tell the problem. I am using sws sliding tabs to generate tabs. I 
   want to combine your loop with the tabs. Here is what the tabs normally look 
   like.
 * [sws_hor_stab width=”0″ height=”0″ contentAnim=”slideH” contentAnimTime=”600″
   easing=”easeInOutExpo” autoHeight=”false” autoHeightTime=”400″ autoplay=”false”
   autoplayInterval=”4000″ auto=”” buttonsFunction=”slide” tabSaveState=”false” 
   tabsAnimTime=”300″ tabsEasing=””][h_stab_panel title=”This is title for tab #
   1″ rel=””]This is content of tab #1 [/h_stab_panel] [h_stab_panel title=”This
   is title for tab #2″ rel=””]This is content of tab #2 [/h_stab_panel] [/sws_hor_stab]
 * And here is what I turn it into:
 * [sws_hor_stab width=”0″ height=”0″ contentAnim=”slideH” contentAnimTime=”600″
   easing=”easeInOutExpo” autoHeight=”false” autoHeightTime=”400″ autoplay=”false”
   autoplayInterval=”4000″ auto=”” buttonsFunction=”slide” tabSaveState=”false” 
   tabsAnimTime=”300″ tabsEasing=””][miniloop before_items='[h_stab_panel title=”[
   title]”]’ after_items='[/sws_hor_stab]’][miniloop][excerpt wlength=30 space_between
   =1 after=”…” after_link=1][/h_stab_panel][/miniloop][/miniloop][/sws_hor_stab]
 * However it does not work :/ What should I do? Please consider that I am not so
   good at coding at all.
 * [http://wordpress.org/extend/plugins/mini-loops/](http://wordpress.org/extend/plugins/mini-loops/)

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

 *  Plugin Author [Kailey (trepmal)](https://wordpress.org/support/users/trepmal/)
 * (@trepmal)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-mini-loops-miniloops-inside-another-shortcode/#post-2912796)
 * Nested shortcodes are [not supported](http://codex.wordpress.org/Shortcode_API#Nested_Shortcodes)
   directly by WordPress. In order to allow it, the outer shorcode (sws) would have
   to be modified and told to process shortcodes inside.
 * I’m not familiar with sws, so I don’t know if that plugin has an alternate means
   already built in.
 *  Thread Starter [gn.ozdemir](https://wordpress.org/support/users/gnozdemir/)
 * (@gnozdemir)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-mini-loops-miniloops-inside-another-shortcode/#post-2912800)
 * Thank you. That at least give an idea. I will take a look to nested shortcodes.
   
   🙂

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

The topic ‘[Plugin: Mini Loops] Miniloops inside another shortcode’ is closed to
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mini-loops_f7f7f7.svg)
 * [Mini Loops](https://wordpress.org/plugins/mini-loops/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mini-loops/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mini-loops/)
 * [Active Topics](https://wordpress.org/support/plugin/mini-loops/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mini-loops/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mini-loops/reviews/)

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)
 * [tab](https://wordpress.org/support/topic-tag/tab/)

 * 2 replies
 * 2 participants
 * Last reply from: [gn.ozdemir](https://wordpress.org/support/users/gnozdemir/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-mini-loops-miniloops-inside-another-shortcode/#post-2912800)
 * Status: not resolved