Hello world
A new blog
To make a page visible or hidden in the navigation menu in Grav CMS, set the page frontmatter property to visible: true or visible: false.
Numeric prefixes (e.g., 01.home/) automatically default to visible: true.Configure this using either of the following
methods:Admin
Plugin: Go to Pages, select your page, click the Advanced tab (or Options tab), toggle the Visible setting, and click Save.Markdown File: Open the page's default.md file and add the frontmatter line: visible: true.
Note on Modular Pages: Child subpages of a modular page do not display in menus by default.
If you are trying to configure an Antimatter or Quark theme dropdown, standard root or sub-pages should be used rather than modular sections.
For troubleshooting menu visibility issues across themes, consult the Grav Community Forum.
If you'd like, let me know:What theme are you using (e.g., Quark, Antimatter)?
Are you trying to show a standard page, sub-page dropdown, or modular section in the nav?
I can give you the exact Twig code or configuration tailored to your layout.