• The codex sais I should be able to do:

    [shortcode-1]
     [shortcode-2]
      [shortcode-3]
       test
      [/shortcode-3]
     [/shortcode-2]
    [/shortcode-1]

    How ever, the first short code will work but the second and third will not. if they are out side of eachother:

    [shortcode-1]
    [/shortcode-1]
    
     [shortcode-2]
     [/shortcode-2]
    
      [shortcode-3]
       test
      [/shortcode-3]

    it works….

    The codex did say something about do_shortcode. But I am not sure if I need that or how I would use that

  • The topic ‘short codes with in short codes with in short codes?’ is closed to new replies.