Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #475267

    Why do the breadcrumps show the categories of the post even I did not define this in wordpress permalinks?
    Is this intended?

    greetings Karl

    #475527

    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

    #476084

    thanks for your answer.

    #476246

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.