Tagged: shortcode, single post
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
Any reply is appreciated.
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
Hi Yigit,
It works beautifully!
Thanks,
Hafeez