• We’re using WP2.3. With WP2.2.x we’ve also used tag plugins. Those (linked) tags were displayed at the frontend, below each post. With 2.3 it isn’t necessary to use other tag plugins anymore (?). But, how do I display linked tags below each post?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add <?php the_tags(); ?> wherever you would like the tags to display. [Only possible within the Loop]

    Seems so easy… Doesn’t work for me on my index.php file though. Works well enough on single.php. I wonder.. is this because I edited my loop to remove certain categories?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Each posts with (linked) tags, how?’ is closed to new replies.