Forums

[resolved] Pool Theme - Hiding Page Tabs (2 posts)

  1. Harvey
    Member
    Posted 5 years ago #

    Hello everyone.

    I am using the Pool theme on my blog.
    http://www.japannewbie.com

    The Pool theme creates a "tab" for every page which is created.

    I like this, but I would now like to create a page, that does -not- have an associated tab.

    Essentially, I want to create a page without a tab link generated for it. I will create the link to the page myself in another location.

    Is this possible? I imagine I will have to tweak something in index.htm, but I'm not sure where to start.

    Thanks for any help!

  2. Evita
    Member
    Posted 5 years ago #

    The code for listing pages is
    <?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
    or something like that.
    For hiding your page, find the code in your theme folder (maybe header.php) and change it to
    <?php wp_list_pages('title_li=<h2>Pages</h2>&exclude=YOUR PAGE ID' ); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags