Urban Giraffe Support | HeadSpace
Tags don't appear in HTML?
Hi,
Maybe this is a rather stupid question, but shouldn't the tags also appear in the html source (via eg meta keywords) or are these tags only used for pinging services?
Is there a way to show these tags before/after this post? If so, what should I add to my theme in order to show them? Is there any use to do that?
Eddy
Responses
Posted 9 months ago by Key Master
Tags should appear as meta keywords, and can also be shown next to posts through the use of
the_tagstemplate function. This example is taken from the default theme (single.php):<?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>
Reply
You must log in to post.