Title: How to make pages on secondary navigation?
Last modified: August 22, 2016

---

# How to make pages on secondary navigation?

 *  Resolved [Rachel](https://wordpress.org/support/users/xxrayray/)
 * (@xxrayray)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-make-pages-on-secondary-navigation/)
 * Hi,
 * My client was using this theme for a while, then everything went to shit when
   WordPress updated and it turns out I DIDN’T USE A CHILD THEME!! *smacks self*
 * Thankfully I have the code copied on another server. One thing isn’t working:
   The navigation is currently on the top of the page. I’d like the navigation to
   be secondary, not primary.
 * How can I switch everything to the secondary? I have no idea how I did it the
   first time.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Theme Author [heatmap](https://wordpress.org/support/users/stuartwider/)
 * (@stuartwider)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/how-to-make-pages-on-secondary-navigation/#post-5241249)
 * Just assign the menu to the secondary menu bar
    through appearance > menus
 * and edit header.php if you want to eliminate a menu bar.
 * There’s a tick box for removing each menu bar in the pro version.
 *  [mark1615aaa](https://wordpress.org/support/users/mark1615aaa/)
 * (@mark1615aaa)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-make-pages-on-secondary-navigation/#post-5241345)
 * Hi [heatmap](http://www.heatmaptheme.com) I am having a similar problem with 
   a site for a client. They switched from another theme to Heatmap Adaptive (free)
   and when they did that all of the categories appeared as a menu below the header.
   I can’t find any tick box as you mention above (probably because it’s the free
   version) but how did they get there in the first place? How do I eliminate them?
   I use your theme on other and have never seen this before and can’t figure out
   how to fix it.
 *  [mark1615aaa](https://wordpress.org/support/users/mark1615aaa/)
 * (@mark1615aaa)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-make-pages-on-secondary-navigation/#post-5241346)
 * One more thing heatmap – here is the code that it shows:
 * <div id=”heatmapthemead-secondary-menu” class=”heatmapthemead-menu”>
    <nav role
   =”navigation” class=”site-navigation secondary-navigation”> <p class=”secondary-
   small-nav-text”>
 * But I can’t locate anywhere to control the secondary navigation. Help.
 *  Thread Starter [Rachel](https://wordpress.org/support/users/xxrayray/)
 * (@xxrayray)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/how-to-make-pages-on-secondary-navigation/#post-5241347)
 * I didn’t see Heatmap’s post so I went into header.php and switched:
 *     ```
       add_action('heatmapthemead_header_hook', 'heatmapthemead_primary_menu');
       add_action('heatmapthemead_header_hook', 'heatmapthemead_secondary_menu');
       ```
   
 * to
 *     ```
       add_action('heatmapthemead_header_hook', 'heatmapthemead_secondary_menu');
       add_action('heatmapthemead_header_hook', 'heatmapthemead_primary_menu');
       ```
   
 * It worked.
 *  [Al-Imran](https://wordpress.org/support/users/alimraan/)
 * (@alimraan)
 * [11 years ago](https://wordpress.org/support/topic/how-to-make-pages-on-secondary-navigation/#post-5241352)
 * Hello,
 * I have deleted primary menu. And added pages and categories in secondary menu.
   But it’s not showing the sub menu item under sub-menu.
    for example – ‘Duas &
   Wazaif’-main menu item [visible after hover] ‘Worldly Problems’-sub-menu item[
   visible after hover] ‘Homely Issues’-sub-sub menu [visible after hover] ???-sub-
   sub-sub menu [not visible after hover]. There are 4-5 items here but it’s not
   showing.
 * Please refer to this link- [http://yaallah.in/](http://yaallah.in/) go to Duas&
   Wazaif>Worldly Problems>Homely Issues>
    Please let me know how to resolve this.
   Quick answers would be highly appreciated. Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘How to make pages on secondary navigation?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/heatmap-adaptive/1.5.3/screenshot.
   png)
 * HeatMap AdAptive
 * [Support Threads](https://wordpress.org/support/theme/heatmap-adaptive/)
 * [Active Topics](https://wordpress.org/support/theme/heatmap-adaptive/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/heatmap-adaptive/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/heatmap-adaptive/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [Al-Imran](https://wordpress.org/support/users/alimraan/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/how-to-make-pages-on-secondary-navigation/#post-5241352)
 * Status: resolved