Make WordPress Core

Opened 3 years ago

Last modified 3 years ago

#51759 new defect (bug)

WordPress the_tags() before not working at the loop

Reported by: dagmanolis's profile 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...

Change History (1)

#1 @desrosj
3 years ago

  • Component changed from General to Taxonomy
Note: See TracTickets for help on using tickets.