In the posts bylines etc. options I am using the %comments option to refer the user to the comments section.
However, I would like to use the facebook comments for wordpress plugin, which uses the div 'fbcomments' rather than atahualpa's 'respond'
Is there any way of changing where the %comments otion refers to?
I tried to use
Code:
<?php the_permalink(); ?> #fbcomments
Thnks
Jon