Start of the BlogEntry.ss file - they are here...
<% include BlogSideBar %>
<div id="BlogContent" class="typography">
<% include BreadCrumbs %>
http://www.landingpages.ws/google-seo-and-your-landing-page/
This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.
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.
Start of the BlogEntry.ss file - they are here...
<% include BlogSideBar %>
<div id="BlogContent" class="typography">
<% include BreadCrumbs %>
http://www.landingpages.ws/google-seo-and-your-landing-page/
Well couple points where this would fail.
a) Is that initial template being included - eg if you put a <h1>TEST!</h1> where the <% include %> is does that come up?
b) do you have a BreadCrumbs.ss file in theme/yours/templates/Includes/ (case matters)
c) Do you have a $BreadCrumbs code in your BreadCrumbss.ss file (case matters)
a) Is that initial template being included - eg if you put a <h1>TEST!</h1> where the <% include %> is does that come up?
b) do you have a BreadCrumbs.ss file in theme/yours/templates/Includes/ (case matters)
c) Do you have a $BreadCrumbs code in your BreadCrumbss.ss file (case matters)
---------
a) yes, that shows up.
b) no - that was it - I had removed it because of the template I was setting up - Thank you.
c) All set
Hi Steve,
Unless you've just fixed this recently, your breadcrumbs seem to work just fine.
The page you posted and http://www.landingpages.ws/maybe-you-just-need-the-right-tools/ both display the breadcrumb at the top when I look at them. You won't see them at your /blog/ level, as that is where the trail begins ofcourse.
Also, last we talked I got you to put your site into dev mode (in your /mysite/_config.php). Can you comment out that line if you haven't done so already?
Aaron
Yes, was missing the file. Got it working.
For now I removed the Date Archive because it still failed. I will deal with that once I have more entries and want it back.
I have commented out the dev
Thank you for your help.
Steve
Date Archive because it still failed...
The current stable release of blog has a bug with archive widgets - try downloading the latest daily build http://silverstripe.org/assets/modules/trunk/blog-trunk-r91387.tar.gz which should have the date fixed
Everything seemed to work ok, but the widgets do not save. Drag and drop - Save and Publish. Refresh the page, none!
Any ideas what I might have missed?
Did you do a dev/build and ?flush=1 on both the frontend and admin after installing Will's archive?
When you say "none", do you mean on the frontend or the admin?