Hide Breadcrumbs Certain Pages and Posts

Posted in: Newspaper
Post count: 159

Hello… I searched the forum and couldn’t find a clear answer on this. Can breadcrumbs be hidden on:

1) Specific PAGES:

2) Specific POSTS:

Thanks!

IC

Post count: 23312

Hello InstallationComplete,

If you want to hide the breadcrumbs feature for a specific pages and posts, you have to use PAGE ID and POST ID. To get the post ID, please consult this link -> http://screencast.com/t/0DVC9a1rj and to get the page ID, please consult this link -> http://screencast.com/t/Lkh3XODB9Am

Example for posts ->

.postid-143 .entry-crumbs {
display:none;
}

Example for page ->

.page-id-382 .entry-crumbs {
display:none;
}

Hope this helps!

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.