Hello,
I am using the most recent version of OJS and I am looking to turn off the breadcrumbs, but only on the home page. I would like them to appear in all subsequent pages. Is this possible?
Thank you!
Hello,
I am using the most recent version of OJS and I am looking to turn off the breadcrumbs, but only on the home page. I would like them to appear in all subsequent pages. Is this possible?
Thank you!
Figured it out. I added this:
{if $pageTitleTranslated != “Home page title here”}
{include file=“common/breadcrumbs.tpl”}
{/if}
to the header.tpl file