Hi,
I have a page that has some shortcodes like bellow:
[insert_php a=’allow_php’ b=’Topic:a:b:111]
… some implementation goes here …
[/insert_php a=’allow_php’ b=’Topic:a:b:111]
Which lists events from database to site. Now we want to put the whole implementation in your shortcoder to be reusable.
[sc name="EventsList"]
But this rather than listing the events now shows the actual text implementation. In other word other shortcodes cannot be used inside shortcoder. How can we fix this?
Kind regards,