Template:Nav Getting Started
From ExponentCMS Docs
Getting Started
- What is Exponent?An overview of Exponent including Features, Roadmap, License and a link to a test drive Demo.
- Exponent TerminologyAn explanation of Exponent User and System Terminology to help you understand how Exponent works.
- Installing ExponentA guide to Installing Exponent including System Requirements, Downloading, Uploading, Database, Install Wizard and Troubleshooting.
- Installing ThemesA guide to adding Themes to change the look of your Exponent website.
- Installing ModulesA guide to adding Modules to extend functionality of your Exponent website.
- Configuring ExponentA guide to Configuring your Exponent site after installation.
- Migrating ExponentA guide to Migrating an existing Exponent installation to a new server.
- Upgrading ExponentA guide to Upgrading existing Exponent installations.
Edit Menu
This is the navigation sub-menu template for the Getting Started section of this website. All sub-sections of this category should be included here.
Display Menu
To display the full menu, add this code to the start of all section pages:
<div class="exp_navbox"><div class="exp_nav">{{Template:Nav_Getting_Started}}</div></div>
This will display a menu which floats on the right of the screen. All items in the the menu will display.
Display Menu with Main Site Menu
To display the full menu, add this code to the start of all section pages:
<div class="exp_navbox">
<div class="exp_nav">{{Template:Nav_Main}}</div>
<div class="exp_nav">{{Template:Nav_Getting_Started}}</div>
</div>
Display List
To display a partial menu list, add this code to the Section Category page:
<div class="exp_navlist">{{Template:Nav_Getting_Started}}</div>
This will display a list of links in this category. The first item (Section Page Link) and last item (Edit Menu) link will not appear in this list.

