Forums

how is sidebar called in pool theme ?? (3 posts)

  1. marcopolo
    Member
    Posted 6 years ago #

    ok, i've searched everywhere and i haven't seen this addressed.

    i'm using the Pool theme, which is great, but i want to switch the sidebar off on a few of my static pages, except i can't figure out how the sidebar is called in the first place.

    there is no get_sidebar include in the index.php, or any of the other templates.

    for example, this is the entire code for the links.php template, which calls a sidebar:

    <?php
    /*
    Template Name: Links
    */
    ?>

    <?php get_header(); ?>

    <div id="bloque">
    <div id="noticias">
    <div class="entrada">
    <h2>Links:</h2>

      <?php get_links(-1, '
    • ', '
    • ', ''); ?>

    </div>
    </div>

    <?php get_footer(); ?>

    can somebody please tell me how pool derives its sidebar?

    in case it helps, my not-yet-finished blog is here:
    http://www.cummings-info-design.com/

    any elucidation would be appreciated.

    thanks

  2. moshu
    Member
    Posted 6 years ago #

    I am not familiar with this theme, but many themes call for the sidebar from the footer.php. Did you check it?

  3. marcopolo
    Member
    Posted 6 years ago #

    i never thought to look in the footer.

    the get_sidebar call was in the footer. thanks.

    issue resolved.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags