Opened 4 years ago
Last modified 4 years ago
#51759 new defect (bug)
WordPress the_tags() before not working at the loop
Reported by: | dagmanolis | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.5.2 |
Component: | Taxonomy | Keywords: | |
Focuses: | Cc: |
Description
I am using WP 5.5.3
The code is
<?php the_tags("My tags:", ","); ?>
On a single post I get what I supposed to get
My tags: tag1, tag2 etc...
But on the loop I get the before string plus the default wordpress title
My tags: Tags: tag1, tag2 etc...
Note: See
TracTickets for help on using
tickets.