Omit a section from navigation?
  • I've searched around this forum, but can't seem to find the answer to this -

    I've created a section called "front page" specifically to add stores to so that I can order them using section order on the homepage. However, I don't want to see the section name in the main navigation (in header-nav.tpl). How do I do this?

    I'm very new to this kind of template, so forgive me, but I've tried:

    {{ list_sections contraints="section is not 61"}} - which doesn't work!

    Thanks!
  • 3 Comments sorted by
  • I spelled constraints wrong! How embarrassing!

    {{ list_sections constraints="number not 61" }}
  • what if I want 5 sections not to be displayed on section list ??
  • Just stack them up.

    constraints="number not 61 number not 62 number not 63"

    I'm saying this without actually having a computer to test on but I think this is right.