Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Steve Brown 125 posts 290 karma points
    Apr 29, 2013 @ 21:38
    Steve Brown
    0

    hide from navigation checkbox not working

    I have some pages I would like to hide from my top navigation bar. I check the "hide from navigation" checkbox in the properties of the page, but it's still appearing. I've cleared my browser's temp files, and republished the entire site to clear umbraco's cache, and the pages are still appearing.

  • Steve Brown 125 posts 290 karma points
    Apr 30, 2013 @ 18:42
    Steve Brown
    0

    I think I figured this out. I modified ublogsyGlobalNavigation.cshtml and changed

    @foreach (var n in nodes)

    to

    @foreach (var n in nodes.Where("Visible"))

Please Sign in or register to post replies

Write your reply to:

Draft