さて、次のようなWPテンプレートファイルにショートコードを追加できます。
<?php echo do_shortcode('[my_awesome_shortcode]'); ?>
しかし、ショートコードが次のようなコンテンツをラップアラウンドすることを意図している場合はどうなりますか?
[my_awesome_shortcode]
Hey, this is the content within the awesome shortcode.
[/my_awesome_shortcode]
それをテンプレートファイルに入れる方法が少しわかりません。