• My question has two parts one general and one more specific:

    Does anyone have recommended reading on best practices for “tagging”? I know this may seem like a no-brainer, but looking for what may be helpful so we do not go tag crazy.

    More specific to Word Press: How do I integrate tags into my posts? What code do I use to attach the tags list to an article.

    How do tags help in Word Press? Do they increase searchability?

Viewing 1 replies (of 1 total)
  • <?php the_tags('before', 'between ', 'after'); ?>
    
    <?php the_tags('Tags: ', ', ', ''); ?>

    It will look like:
    Tags: WordPress, Dexter, New Version (break)

    Just activate the Default Theme of WP, then you see how it looks

Viewing 1 replies (of 1 total)
  • The topic ‘Learning About Tags’ is closed to new replies.