Primary Navigation

For information regarding managing the links in your website's primary navigation area, please see Managing Primary Navigation.


The required element with the id of #primary_navigation is where the main navigation will be inserted as a list.

Primary navigation dynamically generated HTML

<ul>
  <li>
    <li class="active" href="/">Home</li>
  </li>
  <li>
    <a href="/about">About Me</a>
  </li>
</ul>


This html including the link created within it will be inserted into the required element with the id of #primary_navigation.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Site Heading

The required h1 with the id of #site_heading is where your sites title will be inserted, with a...

Site Sub-Heading

The required h2 with the id of #site_subheading is where your sites subtitle will be inserted,...

Making your own Theme

This article is intended to help you understand what you can do when creating a theme for website...

Installing Your Theme

Installing your website builder theme is very simple. Just follow these easy steps: Make sure...

Required File Structure

When finished, a website builder theme should be a ZIP file made up of the following: File...