• I am trying to nest a group of posts by tags within a category of posts with the following code.

    [su_posts template=”templates/theme-loop.php” posts_per_page=”5″ tax_term=”207″ order=”desc” ignore_sticky_posts=”yes”]
    [_su_posts template=”templates/theme-loop.php”  posts_per_page=”5″ taxonomy=”post_tag” tax_term=”1223″ order=”desc” ignore_sticky_posts=”yes”]
    [/_su_posts]
    [/su_posts]
    I have added the update option to my functions.php file.
    Shortcodes Ultimate 5.3.0
    WordPress 5.1.1 running Tempera theme.

    Is this possilble? Could there me a different way?

The topic ‘Nested Posts shortcode’ is closed to new replies.