Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Adding comments to blog posts WordPress

  • REFUNDED

I would like to to add this plugin to our Wordpress site: http://we8u.com/facebook-comments/

I only want the comments section to show up on our blog posts (not on our site pages).
I already have the plugin installed and it is not showing because we do not have any code for a comments section in our template. The website is www.thebowery.com but the blog is www.thebowery.com/blog.

Answers (3)

2011-09-10

Romel Apuya answers:

insert


<?php if (function_exists('facebook_comments')) facebook_comments(); ?>


in your blog.php

somewhere in the have post loop


mike shamah comments:

do not have blog.php


mike shamah comments:

I do not even have regular Wp comments, even though it is enabled in my admin.


Romel Apuya comments:

can you give me access?


mike shamah comments:

Sure,
how do i give you access?


Romel Apuya comments:

i'll sen you in PM.


Romel Apuya comments:

done now sir.. i found out now the issue..
you can check in the blog..


mike shamah comments:

Thank you. Is there anything else you need to do? Did you make any changes to the code when you were trying to find the problem that you need to change back?


Romel Apuya comments:

no I was just editing one file..so prolly there's no more to put back..

2011-09-10

Navjot Singh answers:

To insert the facebook comments you will need to enter this code in your single.php file:

<?php if (function_exists('facebook_comments')) facebook_comments(); ?>

somewhere after the_content() code.


mike shamah comments:

I tried this, still not working. I do not even have regular Wp comments, even though it is enabled in my admin.

2011-09-10

ej_emman answers:

hello mike shamah,

I have already a hint to your problem. Can I access your site?

regards,


mike shamah comments:

It is not the plugin, the standard wordpress comments feature did not work even before I installed the plugin.


ej_emman comments:

Hello Mike,

the standard plugin does not work, because you still need to place this function to the pages you like to display the comments;

facebook_comments()

But if you do not want to share your access to your site its ok. Just share to me the facebook plugin you are using so that I can search the function that is need to place on your theme.

regards,

ej_emman