• Hi!
    I created a meta tag and used the following code to display it
    <?php $loc=get_post_meta($post->ID, ‘wtf_comlocate’, true); echo $loc; ?>
    Now, I want it to also be a link to all the posts that are using this meta tag.
    How can I do it?

  • The topic ‘How to make metatag clickable’ is closed to new replies.