Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #240555

    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

    • This topic was modified 10 years, 8 months ago by remix1998.
    #240603

    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

    #240642

    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?

    #241791

    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

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