-
tyler138
ParticipantHow 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
tyler138
ParticipantAnyone.? 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.
MiriamB
ParticipantI 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.
amijangos
ParticipantTyle138 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;
You must be logged in to reply to this topic.