• Resolved mjblake

    (@mjblake)


    Hello,

    I’m trying to remove all of the extra tabs at the top of the page. I want the articles to show on the side like they are… and only show 3 or 4 special-page tabs at the top.

    Can anyone help me remove the extra tabs?

    NewToManagement.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • Len

    (@lenk)

    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.

    Thread Starter mjblake

    (@mjblake)

    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?

    Thread Starter mjblake

    (@mjblake)

    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?

    Len

    (@lenk)

    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.

    Len

    (@lenk)

    Oops, I’m talking posts and you’re talking pages. ?? The same applies when in the Edit Pages screen.

    Thread Starter mjblake

    (@mjblake)

    brilliant! thank you, LenK! You’ve solved my problem!

    Len

    (@lenk)

    You’re most welcome. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing tabs’ is closed to new replies.