Tagged: breadcrumps
Why do the breadcrumps show the categories of the post even I did not define this in wordpress permalinks?
Is this intended?
greetings Karl
Hey KWiesner!
That is the expected behaviour yesm but we can hide it with CSS if you like? Please link to your site so that we can have a look at it.
Best regards,
Rikard
thanks for your answer.
Hi!
You can use the below settings to display the title only:
http://i.imgur.com/I4jh2Xn.png
Alternatively you can use the below css:
.avia-breadcrumbs {
display: none !important;
}
Regards,
Dake