- This topic has 2 replies, 2 voices, and was last updated 5 years, 10 months ago by tury.
- AuthorPosts
- January 21, 2019 at 3:13 pm #9983turyParticipant
Hello,
I find myself in the following situation:
I go to the main page of my blog (wm-explorer.com).
The configuration states that as a home page I serve a static page (Blog).
However, in the Breadcrumb section, I have the following link: “Home / Coding Guidelines in webMethods IS – Part 6”
This means that although I am on the page with the list of posts, the breadcrumb shows the last post.
Could you please let me know if there is some way to fix this?
Thank you.
Best regards.
January 21, 2019 at 7:27 pm #9986HashKeymasterHi,
We will definitely look at it and fix it in our future updates.
For a quick fix, go to Appearance > Customizer > Additional CSS and paste the below CSS code. This will remove the breadcrumb from homepage only.
body.blog .breadcrumb-trail{display:none}
February 4, 2019 at 6:12 pm #10200turyParticipantHello,
Yep, that fixes my problem.
Thank you.
- AuthorPosts
- You must be logged in to reply to this topic.