Search for: Search Side bar only on Homepage… Viewing 4 posts - 1 through 4 (of 4 total) December 5, 2012 at 3:03 pm December 5, 2012 #11375 tyler138Participant How can i change it so that the sidebar is only showen on the homepage. I don’t want it on any post as I want then to be the full width. What css do i need to change.? Thanks December 6, 2012 at 9:30 pm December 6, 2012 #11426 tyler138Participant Anyone.? Looks like i need to change something on single.php I have managed to get rid of the side bar on posts by getting rid of “” but can’t get the width of the post to fill where the sidebar was. December 18, 2012 at 7:07 am December 18, 2012 #11527 MiriamBParticipant I think you just need to change the “Template” option under Page Attributes when editing each page. eg Landing Page or Full Width give a page with no sidebars or you can choose from the other options as to page type and which side the sidebar is on. December 24, 2012 at 10:13 pm December 24, 2012 #11545 amijangosParticipant 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; This reply was modified 11 years, 11 months ago by amijangos. This reply was modified 11 years, 11 months ago by amijangos. This reply was modified 11 years, 11 months ago by amijangos. Viewing 4 posts - 1 through 4 (of 4 total) Tagged: no, pages, Posts, sidebar You must be logged in to reply to this topic.