Using loop in a theme page template
-
I love this plugin and have used it extensively. It is the first plugin I install.
I have been using the following loop in a page to show the current author’s posts. It works perfectly.
[loop type="html5-blank" author="this"] <div class="ebook-container"> <h2>[field title]</h2> <div class="ebook-content">[content]</div> </div> [/loop]
I am now trying to get this to work using
do_shortcode
. I am struggling because the shortcodes are nested.Any help would be appreciated.
- The topic ‘Using loop in a theme page template’ is closed to new replies.