Tagged: Title tags
Title Tags have “Archive” written in the title. How do I remove word “Archive” from the Title and on the page? See screen grab of this issue.
Hey marangie32,
Please, can you provide the website link?
Best regards,
John Torvik
Here’s an example: https://greennrgexperts.com/tag/solar-power-ppa/
Hi,
Please try
.tags #top .alternate_color.title_container .main-title { display:none; }
it should work properly
Best regards,
Basilis
Archive is still appearing in the title and on the page. Here’s where I placed the code see screen grab.
https://theworldofcode.com/img/remove_archive_tile.jpg
Also I’m giving you credentials if you can review this issue. THANK You
Hi,
I added following code to bottom of Functions.php file in Appearance > Editor
add_filter('avf_which_archive_output','avf_change_tag_archive', 10, 3);
function avf_change_tag_archive($output)
{
if( is_category() || is_tag() ) {
$output = __('Tag for:','avia_framework')." ".single_tag_title('',false);
}
return $output;
}
Please review your website
Best regards,
Yigit
OK this worked for the page not showing word “ARCHIVE” however it’s still in the TITEL of each Keyword tag post. See the link below.
https://greennrgexperts.com/tag/capital-lease-contract/
Can you remove it from the Titles? Thanks
Hi,
It shows up as following on my end. Can you please elaborate on the changes you would like to make?
Best regards,
Yigit
REMOVE ‘ARCHIVE” from the Title
See screen grab here
Hi,
Can you give us ftp access? so we can check the files.
Best regards,
Nikko