I had this in the CMS section but I'm thinking it was in the wrong place. Mods please remove from there. I'm a hand coder and am just starting out with WP for my blog. I'm using a theme called vectors by Maximus over at ThemeForest and I’m trying to remove my about page from my header (next to the logo) I’m referencing this in the header but I can’t seem to remove the page. <?php wp_nav_menu( array(‘container’ ?> false, ‘menu_class’ => ‘menu-nav-top’, ‘theme_location’ => ‘top-menu’ ) ); ?> Code (markup): I assume one of these will remove it but everything I try produces a php error. Anyone have any ideas how I can remove this thing? blog is at http://www.atseadesign.com/blog
If the theme supports menus then you don't need to change the code. In the admin area, go to Appearance -> Menus and create a new menu with the pages you want, then, change the primary navigation menu to the new menu.