• Resolved martinperreault

    (@martinperreault)


    Hi,
    I would like to know how can I display clickable tags of each post at the end of the post. So if someone was to click on the tag “photos”, then all posts with the tag “photos” would be displayed.

    Is this possible?

    My blog: https://allaccess.biancabeauchamp.com

    I have Simpletags installed, if this helps.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter martinperreault

    (@martinperreault)

    The more I think about this, the more I wonder if this is not a function already in WordPress. Is there a code to be added in my theme index.pgp? Take this forum for instance: we see tags at the end of each post and they are clickable and we can view other posts with similar tags.

    Does anyone know how to do that for my blog posts?

    Thread Starter martinperreault

    (@martinperreault)

    Resolved.

    I looked into the default template’s index.php and found this code:
    <?php the_tags(‘Tags: ‘, ‘, ‘, ‘
    ‘); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to display linkable tags in each post?’ is closed to new replies.