Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #396147

    Hi,

    I really like the blog post grid layout function on the page so I went ahead and copied the shortcode below in the footer widget:

    [av_blog blog_type='posts' link='category' blog_style='blog-grid' columns='3' contents='title' content_length='content' preview_mode='auto' image_size='portfolio' items='9' offset='0' paginate='no']

    But the problem is I only want it to appear on single posts, not anywhere else. Therefore, including it in the footer is not the best option.

    Can this shortcode be embedded on the single post template after the comment/before the footer?

    Please advise.

    Many thanks,
    Hafeez

    • This topic was modified 9 years, 9 months ago by mhafeezmm.
    #396363

    Any reply is appreciated.

    #396644

    Hi!

    Please go to Enfold/includes folder and open loop-index.php file and find

    avia_social_share_links();

    and following right below it

    echo do_shortcode("[av_blog blog_type='posts' link='category' blog_style='blog-grid' columns='3' contents='title' content_length='content' preview_mode='auto' image_size='portfolio' items='9' offset='0' paginate='no']");

    Regards,
    Yigit

    #396862

    Hi Yigit,

    It works beautifully!

    Thanks,
    Hafeez

    #396905

    Hey!

    Glad we could help you. Enjoy the theme.

    Cheers!
    Günter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Blog Post Grid Layout On Single Post’ is closed to new replies.