This topic has 7 replies, 3 voices, and was last updated 4 years, 3 months ago ago by Skye
Hi, I have breadcrumbs activated.
In blog they say” Home>Blog”.
When I go into a single blog post it says “Home>’Post Category'”.
Firstly shouldn’t it say “Home>Blog>’Post Category”‘ or Blog>’Post Category’?
Secondly, why does it include the ‘Post Category when I click on the link in the post title. I wouldn’t expect all the post in that category to be shown when I clicked to read a single blog post.
Pictures below to explain what I’m seeing
https://prnt.sc/u2f5rv
https://prnt.sc/u2fban
Many thanks
Hello,
1) We don’t have option to enable blog in the breadcrumbs for the single post. If you have PHP skills you can try to customize it according to your needs (xstore/templates/breadcrumbs.php) Or you may submit a feature request to improve it https://www.8theme.com/taskboard/
2) Don’t understand the issue. If you click the post category in the breadcrumbs you are redirected to the category page. Breadcrumbs on the single post do not include the post title, only category title.
Regards
Thank you for the update.
I saw on another support forum post that I am control breadcrumbs on a blog or even post level (see pic in private area). I would like to know how to turn off breadcrumbs for the blog only but I can not find this option as per the previous advise.
Many thanks
Hello,
If you want to disable the breadcrumbs for the Blog page only, add the next code in Theme Options > Theme Custom CSS > Global Custom CSS:
.blog .page-heading {
display: none;
}
Regards
Thank you for such a quick reply. I have added the code provided, and it does remove the breadcrumbs from the blog page, but doesn’t leave gap between the header and page contents and also doesnt remove breadcrumbs from the blog page itself. Sorry!
Hello,
Please provide temporary wp-admin access.
Regards
Hi, I have requested a feature change and you never know it may be accepted so I am going to put the breadcrumbs back on leave, at least for the short term in the hope they will make more sense soon!
I will close for now.
Thank you
The issue related to '‘Breadcrumbs in blog vs single blog post’' has been successfully resolved, and the topic is now closed for further responses