Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #433877

    Hi
    How to add php code or short code plugin facebook like and share in each post in the list of blog posts under the Read More? I have a php code, but I know it depends on the construction of thema where to put. So we could have 2 like buttons related to one post: one on that blog list and the other default in the end of post.

    #434948

    Hey Lukasz!

    Thank you for using Enfold.

    If you have a code that needs to go directly in the template file, edit includes > loop-index.php. Look for this code:

    // echo the post content
                echo '<div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>';
                echo $content;
                echo '</div>';

    Add the social code below.

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.