Navigation überspringen

[Gelöst] I don't know how to change the title of the archive of tags

This support ticket is created vor 2 years, 6 months. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Dieses Thema enthält 1 reply, hat 2 Stimmen.

Zuletzt aktualisiert von Nigel vor 2 years, 6 months.

Author
Artikel
#2671995
tags1.PNG
tags2.PNG

I created an archive of tags for blogs. And right now it says, "Posts Tagged 'Air to Water.' I would like the title it's just Air to Water without the apostrophes as well.

#2672031

Nigel
Unterstützer

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: Europe/London (GMT+01:00)

Hi there

The heading "Posts tagged..." comes from your theme, Toolset doesn't affect that part of the page (it replaces the content area of the page, and that heading comes before the content).

To change it you should locate the source and modify it (within a child theme).

With the default twentytwentyone theme, for example, the equivalent heading is generated within the archive.php file, using the core WordPress function the_archive_title().

#2673107

Thank you! I'm checking with the theme.