Google comments for wordpress comment box to show on main index page
-
[Please do not post in uppercase & shout at us. Post title de-capped.]
Hi
I installed Google+ Comments for WordPress plugin and I would like to show a comment box under each of my posts on the main index page.
The Google+ comment box is currently only showing on the individual post page, eg. https://whoacool.com/tl-wpa281kit/I found a thread where someone described the process of adding the comment box on the main index page.
1.Open your theme’s index.php file.
(e.g., /wp-content/themes/whatever/index.php)2.Find this line:
< ?php endwhile; ?>3.Add these lines immediately above said line:
< ?php $withcomments = 1; ?>
<?php comments_template(); ?>It works, but it shows the default wordpress template comment box (see https://whoacool.com but I would like it to show the Google+ Comments template instead of the default wordpress comments template.
I think I need to modify this line <?php comments_template(); ?>, but what do I need to enter there?
How can I do this? I am a complete newbie with a bonking headache now ??
Thanks so much for your help.
Cheers
Stef
- The topic ‘Google comments for wordpress comment box to show on main index page’ is closed to new replies.