Title: Nested Shortcodes
Last modified: March 11, 2017

---

# Nested Shortcodes

 *  [B & L Marketing](https://wordpress.org/support/users/unifiedac/)
 * (@unifiedac)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/nested-shortcodes-10/)
 * Hello,
 * Great little plugin. However, when adding the shortcode of another plugin inside
   your shortcode, the internal shortcode doesn’t process:
 * [wpts_spin]
 * Click [button]this button[/button] for more info.
 * [/wpts_spin]
 * This may help:
 * [https://www.sitepoint.com/wordpress-nested-shortcodes/](https://www.sitepoint.com/wordpress-nested-shortcodes/)
 * I look forward to a plugin update soon. Thanks again!

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

 *  Thread Starter [B & L Marketing](https://wordpress.org/support/users/unifiedac/)
 * (@unifiedac)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/nested-shortcodes-10/#post-8909627)
 * I made this update to text-spinner.php:
 *     ```
       function wpts_render_shortcode( $atts, $content = null ) {
   
           $my_content = wpts_spin($content);
   
           return do_shortcode($my_content);
   
       }
       add_shortcode( 'wpts_spin', 'wpts_render_shortcode' );
       ```
   
 * Now any shortcodes embedded within the [wpts] shortcode should work. Hopefully
   the next version of the plugin can be updated to include this. Thanks!
    -  This reply was modified 9 years, 2 months ago by [B & L Marketing](https://wordpress.org/support/users/unifiedac/).
 *  [wasanajones](https://wordpress.org/support/users/wasanajones/)
 * (@wasanajones)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/nested-shortcodes-10/#post-9258320)
 * I have a new hero… that is one of the most valuable ‘shares’ I have enjoyed in
   a long time. what a life saver, make this plugin very powerful. thanks

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

The topic ‘Nested Shortcodes’ is closed to new replies.

 * ![](https://ps.w.org/text-spinner/assets/icon-256x256.png?rev=1538019)
 * [Text Spinner](https://wordpress.org/plugins/text-spinner/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/text-spinner/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/text-spinner/)
 * [Active Topics](https://wordpress.org/support/plugin/text-spinner/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/text-spinner/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/text-spinner/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [wasanajones](https://wordpress.org/support/users/wasanajones/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/nested-shortcodes-10/#post-9258320)
 * Status: not resolved