Home › Support Forums › Theme Support › Pinboard › Side bar only on Homepage… › Reply To: Side bar only on Homepage…
amijangos
Participant
Tyle138 you are correct on the single.php you need to comment out where it says sidebar or remove the following code:
if( ( ‘no-sidebars’ != pinboard_get_option( ‘layout’ ) ) && ( ‘full-width’ != pinboard_get_option( ‘layout’ ) ) ) :
get_sidebar();
php endif;