I couldn’t agree more, and since that review I’ve tried to ensure belarus whatsapp number data that all future Theme Lab releases have tag support, as well as working on tag support in previous theme releases . In this guide, I’ll teach you how to add tag support to your own themes that may not have it. As Jeff said, it really is “as simple as adding the feature to your theme.” What is a tag? Okay, if you don’t know what a tag is and what the difference is between a category and a tag, read the article Category vs.

Tags by Lorelle on WordPress . I can’t explain it any better than that, so go there if you’re not sure. List tags in the Loop The the_tags() function is the function used to display tags in the Loop , similar to categories. We’re going to borrow some code from my all-time favorite WordPress theme, Kubrick (the default). <?php the_tags('Tags: ', ', ', '<br />'); ?> It’s a little hard to read the arguments, but the first argument is what’s displayed before (currently Tags: ), then the comma separator (between each tag), and then what comes after – the line break.