Hi Chris,
How to show Breadcrumb in front-end?
Ex:
MainPage>Category>Article title.
MainPage>Blog>Blog title
....
In controller I should to use:
$this->Breadcrumb
->push()
And in view I should use:
$this->Breadcrumb->renderIfNotEmpty()
Right?
Seems Breadcrumb was wrote for back-end.
Thanks you!