I am using Oxygen's third header type (I don't want to use header type 1) and i want to add breadcrumbs to my site. I've tried installing the Breadcrumbs NavXT plugin but was confused when nothing happened.
I noticed in Oxygen's Header.php file, there was this code on line 61:
Hey,
Site: Store.Caro.ca
I am using Oxygen's third header type (I don't want to use header type 1) and i want to add breadcrumbs to my site. I've tried installing the Breadcrumbs NavXT plugin but was confused when nothing happened.
I noticed in Oxygen's Header.php file, there was this code on line 61:
I'm not sure if this code is conflicting with plugins or with me being able to custom code breadcrumbs in. Any help with this would be awesome.
I don't have a lot of experience in coding! Dumb down version would be appreciated.
Hi Phil,
You can add this custom PHP code in oxygen/tpls/breadcrumb.php after line 9:
It should look like this:
(view large version)
The result:
(view large version)
I hope it works fine for you.