Which main navigation bar are you referring to?
Hi Drew,
Sorry I wasn't clear. I was just referring to a website's generic main navigation. Essentially I want to add categories on to a website's main navigation
You can output your categories using the perch_categories() page function.
perch_categories()
https://docs.grabaperch.com/functions/categories/perch-categories/
Which main navigation bar are you referring to?
Hi Drew,
Sorry I wasn't clear. I was just referring to a website's generic main navigation. Essentially I want to add categories on to a website's main navigation
You can output your categories using the
perch_categories()
page function.https://docs.grabaperch.com/functions/categories/perch-categories/