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.
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