Hi mjblake,
Upon opening header.php I saw the following …
<?php echo buildMenu(); ?>
That is a custom function which would be defined in the theme’s functions.php file. I looked at functions.php and discovered that theme has its own Options page. DUH, I should have looked first.
Okay, from the WordPress Menu to the left, navigate to Appearance > Alibi3col Options. From there you can omit any pages from appearing in the horizontal navigation menu by inserting the applicable Page IDs into the field provided.
I tried that, but it said :
Error – invalid data
Or maybe I don’t know how to do it right. I typed in “Leadership” since that’s one of the tabs being displayed.
Am I doing it wrong, or do you have any other tricks up your sleeve?
oh wait! I just realized it is asking for page ID. Now what the heck is that? I tried putting in the url, the name of the page, name of the site followed by the name of the page…
What am I missing?
In the Edit Posts screen you will see a list of your posts. Hover over a post title and at the bottom of your browser window you’ll see a link that looks something like …
yoursite.com/wp-admin/post.php?action=edit&post=32
The ID is the number, in this case 32.
Oops, I’m talking posts and you’re talking pages. 🙂 The same applies when in the Edit Pages screen.
brilliant! thank you, LenK! You’ve solved my problem!