Shortcode:
[permalink][title][/permalink]
Output:
<a href="foobar">[title]</a>
Wordpress shortcode API sais, it's correct:
http://codex.wordpress.org/Shortcode_API#Nested_Shortcodes
Any Ideas?
|
Shortcode:
Output:
Wordpress shortcode API sais, it's correct: http://codex.wordpress.org/Shortcode_API#Nested_Shortcodes Any Ideas? |
|||
|
|
|
From the page you linked:
You need to recursively call
That should handle nested shortcodes just fine. |
|||
|
|