Give Up Internet! Internet Culture Magazineis now 17 years old.
$tags = get_tags(); if ($tags) { foreach ($tags as $tag) { echo '<p>Tag: <a href="' . get_tag_link( $tag->term_id ) . '" title="' . sprintf( __( "View all posts in %s" ), $tag->name ) . '" ' . '>' . $tag->name.'</a> </p> '; } }