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/
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.