www.csundm.de
Member
Posted 4 months ago #
Hey guys!
Is there a way to get nested shortcodes working?
I just wrote a content slider plugin with shortcode support.
But when I add a shortcode within my slider shortcode, the new shortcode (e.g. for contact forms or hover images) the inside shortcode don't work.
Can anybody imagine a workaround for that issue?
Thanks a lot!
Greets
Julian
I just wrote a content slider plugin with shortcode support.
have you added do_shortcode() to the $content part of your shortcode?
http://codex.wordpress.org/Function_Reference/do_shortcode
www.csundm.de
Member
Posted 4 months ago #
Thanks, alchymyth!
I found the answer a few hours ago.
Exactly what you said.
Greets