Loading...
 
Features / Usability

Features / Usability


Re: how to switch off "bread crumbs" on blog pages?

posts: 4656 Japan

Sorry, that particular line isn't controlled by the breadcrumbs switch. The reason is that this was never actually part of the breadcrumbs feature; the blogs previously had a way-overkill default title "Blog: My Blog Title" so when this was simplified to remove the "Blog:", I thought it would be good to have a little link back to the blogs list as a visual clue that this page was a blog. It should be optional, but that hasn't been added yet. The whole breadcrumbs feature is due for a major overhaul so that it will actually be useful.

Anyway, probably the easiest way to get rid of the line is to add this at the bottom of the stylesheet file of the theme that you are using (located in the styles directory):

body.tiki_blogs div.breadcrumbs {display: none;}

or that can be added as a "custom.css" file in the styles/theme_name/ directory (where theme_name is the name of the theme your site is using) so it will be safe from being overwritten when the theme file is updated in the future.

-- Gary

There are no comments at this time.