• I installed a facebook plugin and catch box theme and client wants to have the ability for visitors to use and the wordpress native comments and facebook comments. I read an interesting article about how to implement it. in it ask to find this line of code:
    <?php comments_popup_link(‘0′,’1′,’%’); ?>
    or equivalent and replace it with:
    <?php echo full_comment_count(); ?>
    trouble is I couldn’t find this line of code in any of the theme files where it’s likely to be found. I know it should have an equivalent but I don’t have a clue. any assistance in showing me which lines of code to change will be very helpful. thank you. souleye

  • The topic ‘wordpress comment count on template files’ is closed to new replies.