Make WordPress Core

Opened 6 years ago

Last modified 6 years ago

#51759 new defect (bug)

WordPress the_tags() before not working at the loop

Reported by: dagmanolis Owned by:
Priority: normal Milestone: Awaiting Review
Component: Taxonomy Version: 5.5.2
Severity: normal Keywords:
Cc: Focuses:

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
6 years ago

  • Component GeneralTaxonomy
Note: See TracTickets for help on using tickets.