Remove the word "Tag:"

Posted in: Newspaper
Post count: 5

Hi,
I need to remove the word “Tag:” from the tag page. I’ve modified the page tag.php
from
<h1 class="entry-title td-page-title"><span>Tag: <?php single_tag_title() ?></span></h1>
to
<h1 class="entry-title td-page-title"><?php single_tag_title() ?></h1>

But I see the word “tag:” again
Any ideas?

I need to edit too the breadcrumbs from
Home > Tags > name tag
to
Home > name tag
How I can do this?

thank you
Max

Post count: 18283

Hello !

Please provide a link to your website in order to inspect.

Thank you !

Post count: 5

hi,
Thi is the url https://www.alloggionline.com/booking/dove-alloggiare-roma
but you must change you hosts file, add this:
80.88.87.29 http://www.alloggionline.com alloggionline.com

Post count: 18283

Hello !

We have inspected your website and the links provided by you are not using Newspaper Theme.

Please make sure you provide the right website.

Thank you !

Post count: 5

Yes, The theme is Newspaper
Do you have change your hosts file? (C:\Windows\System32\drivers\etc\hosts)
With this:
80.88.87.29 http://www.alloggionline.com alloggionline.com

Post count: 35449

Hi,

I think that it will be more easy to translate the word tag in an empty space from theme panel -> https://i.imgur.com/u6O4HyL.png please check all the tags -> https://i.imgur.com/AlemKQD.png -> https://i.imgur.com/VYLsVMi.png

Hope this will help you, let us know the results!
Thank you!

Post count: 5

I tried already but doesn’t work.
If you write “yyyy” you will see “yyyy” but if leave empty you see the word “Tag”
You can see my modify here -> https://imgur.com/ruCmT7C

Post count: 35449

Hi,

What I was suggesting was to set some empty spaces -> https://i.imgur.com/53L9eft.png results -> https://i.imgur.com/0pmieNd.png -> https://i.imgur.com/0pmieNd.png or better you can use this custom css: -> https://i.imgur.com/DrYUy7L.png
.tag .td-page-title {
overflow-x: hidden;
text-indent: -62px;
}

The code need to be set in theme panel> custom code> custom css.

Also if you want to remove this from code and you are using a the standard pack not a cloud stile for tags, then you can remove it from here -> wp-content/plugins/td-standard-pack/Newspaper/tag.php -> https://i.imgur.com/FRU4zso.png

Or using a cloud template for tags, you can edit it with tagDiv Composer -> https://i.imgur.com/oCCEBwS.png -> https://i.imgur.com/na8a6Uf.png

Hope this will help you!
Thank you!

Post count: 5

Perfect! thank you Calin for your suggestion and support

Have a nice day
Max

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