Hi There
Firstly the best theme I have worked with by far!
I would like to add a strip of Recent post to the bottom of all my single blog post.
Can this be done by adding a do_shortcode tag in single.php file?
If so what shortcode can I use.
Any other idea of doing this?
Hey christotoua!
You can switch to Default Editor and choose “Blog Posts” shortcode and generate your shortcode http://i.imgur.com/DuajsGa.jpg
And you can add it in loop-index.php file inside Enfold\includes folder. Find following code and add right over it
echo '</footer>';
It should be such way
echo do_shortcode('[gallery option1="value1"]');
Please do not forget to change all ‘ to ” in shortcode
Best regards,
Yigit
Thank you very much. Worked great!