• Hi,

    I was trying to use the Posts shortcode to display a list of related posts under a tab but it does not work properly.

    please help.

    below is the sample of what i am doing.

    [su_tabs]

    [su_tab title=”Title 1″]Content 1[/su_tab]

    [su_tab title=”Title 2″]

    [su_posts tax_term=”11″]

    [/su_tab]

    [su_tab title=”Title 3″]Content 3[/su_tab]

    [/su_tabs]

    In this the system only shows the Tab 3 (i.e. title 3)

    https://www.ads-software.com/plugins/shortcodes-ultimate/

Viewing 1 replies (of 1 total)
  • Hi @abhinav_khanna2008, Your code works fine. Maybe you could try testing the same code again.or use this and one more thing is you should check your su_ prefixes in the settings menu, all your prefixes must be the same. example su_

    [su_tabs]
    
    [su_tab title="Title 1"]Content 1[/su_tab]
    
    [su_tab title="Title 2"][su_posts template="templates/list-loop.php" posts_per_page="5" orderby="comment_count"][/su_tab]
    
    [su_tab title="Title 3"]Content 3[/su_tab]
    
    [/su_tabs]
Viewing 1 replies (of 1 total)
  • The topic ‘Su_Posts not working in su_tabs’ is closed to new replies.