Possible to not have breadcrumbs appear 1st level?[SOLVED]
Posted: Tue Jul 17, 2012 4:32 am
This is an old post, so I was wondering if there is a more updated solution besides a different template. I'm trying to set up as much formatting as possible so my client doesn't have to choose different templates and such, so it's much easier for him to add new pages.
I'm using 1.10.3
I tried putting this in my template:
and
but those just made all the breadcrumbs go away. I'm trying to achieve the same effect-only show a breadcrumb if it's a child link so there is an actual trail, and not show them on root or first level pages.
Would something in CustomContent work in this case?
I'm using 1.10.3
I tried putting this in my template:
Code: Select all
{if $node->child == true}{breadcrumbs}{/if}
Code: Select all
{if $node->haschildren == true}{breadcrumbs}{/if}
Would something in CustomContent work in this case?