I have this theme: http://ihostzen.com/demo/?themedemo=green_beam This is what I want done: The second nav under the header image, I want to be able to have specific pages that are links to pages, not post categories. I am having a hard time explaining it, but I want the links in the nav to link to specific pages I have created not, site categories. If you can help, please pm me.
go to your theme editor: then edit on header.php, find <?php wp_list_categ.......?> replace with this code <?php wp_list_pages(’title_li=&include= 1,2,3‘); ?> you need page id to do with this.....<?php wp_list_pages(’title_li=&include= 1,2,3,4,5,30‘); ?> change 1,2,3 with your page id....you can add more