Keith Anker
0
Q:

wordpress link post tags

$posttags = get_the_tags();
if ($posttags) {
  foreach($posttags as $tag) {
    echo '<a href="' . get_tag_link($tag->term_id) . '">' . $tag->name . '</a>';
  }
}
0

Tags

New to Communities?

Join the community