<?php /** * The right, additional Sidebar containing the secondary widget areas (some default hard-coded widgets are included). */ ?> <div id="sidebar-secondary"> <?php if (!is_page(array(10,28,21))): ?> <p id="sidebarr"><?php _e( 'Related items', 'hangar' );?></p> <!-- igual format i alçada que el breadcrumb --> <?php include (TEMPLATEPATH . '/related-post.php'); ?> <?php endif; // end is is page ?> </div> <!--end Sidebar Secondary-->