All frame amenities can be suppressed
By default, each webpage comes with all the standard frame amenities:
- Navbar. It comes pre-populated with all the essential buttons. Supports dropdowns, separators, and bookmark anchors. Toggle between fixed and scrolling in the Styles Dash.
- Banner with title and subtitle.
- About Blurb and Categories sidebar.
- Pager buttons below the Text Area (when appropriate).
- Footer. Customizable in the Directories Dash.
These can be removed individually, or en masse, with a single click! To suppress an element from a page or prototype add the corresponding frame option to $blogFrameOpt. With fatherly foresight, BoxPress ensures that adding to the $blogFrameOpt of normal_note affects every page except Home, Categories, Archives, and The 404 Page.
- To suppress the Navbar, add NONAVBAR.
- To suppress the Banner, add NOBANNER.
- To suppress the Sidebar, add NOSIDEBAR.
- To place the Sidebar on the left, add SIDEBARLEFT.
- To suppress the Footer, add NOFOOTER.
Finally, to remove all frame amenities at once, use NOFRAME.