Tags appear on the post page with the following text preceding the tag POST_TAGGED_WITH How to remove?
Hello, Go tp single.php present in your theme directory and replace the current code Code: <?php the_tags(POST_TAGGED_WITH,','); ?> with code given below Code: <?php the_tags('',','); ?> Check image for reference This will solve your issue. Thanks & Regards Gourav Shrivastava