How to remove Tags: text from the_tags?
Use something like <?php the_tags(”, ‘, ‘, ‘<br />’); ?> From WordPress codex for the_tags(): <?php the_tags( $before, $sep, $after ); ?> Parameters $before (string) Text to display before the actual tags are displayed. Defaults to Tags: $sep (string) Text or character to display between each tag link. The default is a comma (,) between … Read more