Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

How to add breadcrumbs?


Go to End


2 Posts   2040 Views

Avatar
Jookl

Community Member, 2 Posts

11 April 2014 at 11:03pm

Hi,

Im new with ss cms and use cloudy theme, but there are no breadcrumbs.

How to add breadcrumbs to theme?

Avatar
moniuch

Community Member, 11 Posts

12 April 2014 at 7:26am

Edited: 12/04/2014 7:27am

in your theme's /Includes directory place BreadCrumbs.ss - and place code like the following:

<% if $Level(2) %>
	<div id="Breadcrumbs">
	   	$Breadcrumbs
	</div>
<% end_if %>

and visit ?flush=1