I am new to Umbraco and I am trying to hide a page from the nav bar. Based on what I have read I need to change the value of the property umbracoNaviHide
. Nothing I have read gives any specific information on how to do this or where this property would be located. I also am having a hard time finding detailed information about umbraco 7.
Is this something that I need to enable in an xslt file somewhere so that it shows up as an editable property in the Umbraco UI or do I need to add some code somewhere and rebuild umbraco?
Is this a property that I need to include in my template files somewhere?
Any help would be greatly appreciated.
Go to: http://www.systenics.com/blog/create-a-responsive,-fluid-html5css3-based-website-on-umbraco-7-using-bootstrap-30-framework/?tag=Umbraco+7 and look for umbracoNaviHide
on the page and you will see how to set this property.
Relevant text from the link:
Switch to the Generic properties tab and click on the Click here to add a new property link...
Generic Properties tab can be found by going to Settings->DocumentType->[Name of your document type]
and then click on Generic Properties on the right side.
and follow the instructions provided in the following image:
This post might also be helpful to understand how an Umbraco site is setup: http://24days.in/umbraco/2014/how-to-set-up-an-umbraco-site/