Using Tag name in link to post
-
I have a Tag called ‘The Guardian’ assigned to some posts.
Right now my link to those posts says ‘Read Full Article’ and it’s coded like this:
<a href="<?php the_permalink();?><?php _e("Read Full Article",THEME_NAME);?></a>
What i want is for my link to say ‘Read Full Article in The Guardian’
How do i go about achieving this?
- The topic ‘Using Tag name in link to post’ is closed to new replies.