Recent content by kaizen_66

  1. K

    How do I add anchor text in php?

    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>
  2. K

    How to modify a php hyperlink?

    trying to edit (in php) a hyperlink (this is on a Wordpress blog) <a class="readmore" href="<?php the_permalink(); ?>"><span><?php _e('Leave Comment','OnTheGo'); ?></span></a> right now, it references the_permalink, which is fine - however, I want it to add to the end of the_permalink...
Back
Top