Skip Navigation

[Resolved] Rename "archive" blogposts

This support ticket is created 3 years, 12 months ago. 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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 3 years, 12 months ago.

Assisted by: Luo Yang.

Author
Posts
#2150783

Hi, I am still trying to rename the "archive" of my blogsite using Toolset.

I want to have "news" written as a header here: hidden link
And "Videokonferenz" coming from a taxonomy here: hidden link

Like I have "Finder" here: hidden link

All the plugins you suggested do not help or solve the problem, see: https://toolset.com/forums/topic/rename-archive-blogposts/

I tried:
https://wordpress.org/plugins/archive-title/#can%20i%20change%20the%20archive%20title%20label%20instead%20of%20removing%20it%3F
https://wordpress.org/plugins/rename-taxonomies/
https://wordpress.org/plugins/custom-archive-titles/

#2151095

Hello,

The WordPress Archive page titles are outputted from your theme files, Toolset plugins can not change them by default, I suggest you try to locate the PHP codes, disable/remove them in your theme files, for example WP default theme "2021", it is in theme file "archive.php", line 20:

		<?php the_archive_title( '<h1 class="page-title">', '</h1>' ); ?>

You might contact your theme author for it.