Problem with the H1 of tag archives

Posted in: Newsmag
Post count: 2

Hello,

I would like to remove the word that is automatically added to the <h1> in the tag archives (before the actual name of the tag).

In French, with the translation, it looks something like that “Balise: Vidéos de Drones” where the actual name of the tag is “Vidéos de Drones”.

You can see it live here : http://www.leptidrone.fr/tag/video-drone/

Basically, I would like the H1 just to be “Vidéos de Drones” instead of “Balise: Vidéos de Drones”.

Which file can I edit to remove this ?

Thank you,

Vincent

Post count: 2

OK found it.

If it can help some people here : its simply in the tag.php file, you need to have this code for the <h1> :

<h1 itemprop="name" class="entry-title td-page-title">

<?php /*" rel="bookmark" title="<?php echo __td('Posts in ') . $current_tag_name?>"><?php echo $current_tag_name ?>*/?>

<span><?php echo $current_tag_name ?></span>

</h1>

Cheers!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.