[Plugin: ShortCodes UI] nested shortcodes produces error
-
I am attempting to nest a php call for the_permalink into a shortcode
my method is:
1) create an advanced shortcode (named “php”) with the php the_permalink(); code in the php section
2) create a second simple one tag shortcode [named “sc1”) with the [php] shortcode inside the shortcode template
The shortcode template for “sc1” is:
TweetI then insert [sc1] at the bottom of the relevant wordpress posts but an error occurs:
The value from [php] (the permalink) is printed at the top of the post outside of the rest of the values from [sc1]ie:
http://thepermalink.com
TweetUnfortunately the site I am working on with this error is currently not live to public. But I would greatly appreciate help from the developer from what is an otherwise excellent plugin
The topic ‘[Plugin: ShortCodes UI] nested shortcodes produces error’ is closed to new replies.