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
You can make a call likt this:
<?php if( is_page( $page_id ) ) dynamic_sidebar( $sidebar_id ); ?>