Tags don't appear in HTML?

9 months ago | eddydc (Member) | |

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

Read responses...

Responses

  1. John:

    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_tags template function. This example is taken from the default theme (single.php):

    <?php the_tags( '<p>Tags: ', ', ', '</p>'); ?>

Reply

You must log in to post.

Home | Software | Terms & Conditions | Sitemap | John Godley © 2008