Shortcodes inside a shortcode - wordpress

后端 未结 3 1290
攒了一身酷
攒了一身酷 2020-12-05 07:20

I created a shortcode which display the employees, the HTML look somthing like that:

3条回答
  •  忘掉有多难
    2020-12-05 07:50

    Shortcodes do not automatically nest -- you have to call do_shortcode($content) yourself. See the caption_shortcode() example on http://codex.wordpress.org/Shortcode_API.

提交回复
热议问题