How do I add anchor text in php?

kaizen_66

New member
On my wordpress blog, I'm trying to add the anchor text "#fbcomments" to the following php code - not sure how. It should go immediately after the permalink. Thanks in advance for your help!

<a class="readmore" href="<?php the_permalink(); ?>"><span><?php _e('Comment','OnTheGo'); ?></span></a>
 
Back
Top