How can i add a new sidebar?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #14396
    neubi
    Participant

    Hi everyone,
    i’ve created a new page template. Now i would like to create a new sidebar too, that only is displayed on pages based on the new template. I’ve already registered the new sidebar in functions.php but now i got stucked in sidebar.php

    Can anybody tell me how to add a new sidebar to the pinboard theme?

    TIA

    Rainer

    #14410
    Daniel Tara
    Keymaster

    You can make a call likt this:

    <?php if( is_page( $page_id ) ) dynamic_sidebar( $sidebar_id ); ?>
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.