Remove child category from breadcrumbs

Posted in: Newspaper
Post count: 9

Is it possible to remove the child category from the breadcrumbs? Such as authors and tags in the authors archive page and tag archive pages? https://gyazo.com/e93f8b98736ae9c8ee946abb2089ca00 https://gyazo.com/818e942507ad2d63d96e5a3d38225435

Post count: 35449

Hi,

I do not quite understand, please provide some more details, about what you want to achieve.

Thank you!

Post count: 9

In the blank authors template, I added the breadcrumbs element, but I don’t want the authors portion to show in the breadcrumbs (“home / authors / posts by john doe”), I would like it to be (“home / posts by john doe”). When I turned off the setting to show parent category for breadcrumbs in the theme panel, it did not remove it. Any ideas? https://gyazo.com/05e91080559a3515b544fb3c51e2d373

Post count: 35449

Hi,

Unfortunately there is no option in our theme to remove the author from breadcrumbs, but you can use a custom css like this one -> https://i.imgur.com/2ksmoy6.png
.author .tdb-bred-no-url-last {
display: none;
}

The code will apply only on author cloud template, also the code need to be set i theme panel> custom code> custom css.

Thank you!

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