Dear Sir
I want to use facebook comment box code in archive between each articles, where can i put this code exactly in loop-archives.php?
Thanks
Hey remix1998!
I’m not sure what you mean by the comment box code. Can you explain a bit more or give an example?
Regards,
Devin
Hi Devin
Thanks for your help
i use this function https://developers.facebook.com/docs/plugins/comments/, want to insert this code to archive,but i can’t find the right place to insert the code between each post in archive, where can i insert it?
Hi!
You can add the code to enfold\includes\loop-index.php – I recommend to add it below following code:
if(has_tag() && is_single() && !post_password_required())
{
echo '<span class="blog-tags minor-meta">';
the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
echo '</span></span>';
}
Cheers!
Peter