problem with blog and breadcrumbs

Hi, 

check this page


is a blog page, called Angela Molteni Blog. if i visualize a post, in the breadcrumb do not see the name of the page, but the category !! 
this is not good, how can I display the name of the page in breadcrbumb?
(attention, in the site I manage 4 blog with categories: news, events, angela molteni blog..)



Comments

  • Hey,

    as we see everything is ok because the link is the same as breadcrumbs what means path is ok. This is how breadcrumbs works and this can`t be changed because if we`ll do any modifications in current code, then all other things will be broken. The only thing we can give you is css to remove 2nd breadcrumb item and this can be done within below css:
    .page-id-2005 .breadcrumbs li:nth-child(2) { display: none !important; }
    If you want to do the same thing for other pages, then all you need to do is use the same code as above but with different page id.
Sign In or Register to comment.