Viewing 1 replies (of 1 total)
  • Plugin Author Matthew Muro

    (@mmuro)

    See the Shortcode API:

    The shortcode parser uses a single pass on the post content. This means that if the $content parameter of a shortcode handler contains another shortcode, it won’t be parsed

    That being said, your enclosed shortcodes can call do_shortcode in order to allow non-enclosed shortcodes to be parsed recursively.

Viewing 1 replies (of 1 total)

The topic ‘styling missing when shortcode is intermingled with other shortcodes’ is closed to new replies.