Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #178983

    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?

    #179794

    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

    • This reply was modified 11 years ago by Yigit.
    #180178

    Thank you very much. Worked great!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Single Blog post – Add Recent post’ is closed to new replies.