Remove Tag Title and breadcrumbs from tag page

Posted in: Newspaper
Post count: 7

Hi,

I want to use a resume table in description on the tag pages and need to remove the TAG: in the title, and the breadcrumbs.

Post count: 20688

Hi,

That can be done with a cloud template – https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Here are some cloud tag templates designed by us, you can also design your own with the blank template or modify the ones created by us
https://affiliate.tagdiv.com/#/load/Tag

So in a cloud tag template you can choose if you want to display breadcrumbs or not, display just the name of the tag without “TAG:”, there is also a description element which uses the data set here – http://prntscr.com/my6gcnhttp://prntscr.com/my6gjm
Or instead of the description element use a column text.

If you do not use a cloud template, the breadcrumbs could be removed with some CSS, the “TAG:” could be removed in the theme files, and the description will be what you enter in the edit tag field in WordPress.

Let me know if you have more questions.
Thanks

Post count: 7

Thank you.

The only problem is that my tagDiv Composer isn’t working properly. I can’t even delete a element, when i click in it, the screen turns black and nothing happens.

Post count: 20688

Could be a matter of insufficient memory – https://forum.tagdiv.com/requirements-for-newspaper/
Try to increase it to 256M if possible. Also check the other requirements, note the code mentioned at the bottom of the guide as well.

These would be the most common causes for composer problems
https://forum.tagdiv.com/tagdiv-composer-not-working/

If you want us to take a look, send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email.

For the default tag template, I could give you a code to remove the breadcrumbs

.tag .entry-crumbs {
display: none;
}

The “Tag” and “:” could be removed from here – http://prntscr.com/mybtn5 This should be able to achieve through a child theme if you use it.

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