Before you ask please READ THIS

Blog Sidebar vs. Post Sidebar

edited December 2013 in Airlock Posts: 21
Hi,

I'm wondering how I can get the main blog page without sidebar keeping the sidebar (with widgets) on post pages.
Please see the attached images.

Thank you.

Captura de ecrã 2014-12-29, às 20.20.34.png
1280 x 636 - 279K
Captura de ecrã 2014-12-29, às 20.20.12.png
1280 x 636 - 354K

Comments

  • AirAir
    Posts: 10,970
    Hi

    Go to Main settings-> Blog settings-> Sidebar-> Disable

    With regards.
  • edited December 2013 Posts: 21
    Hi,

    That was my first move but the 'disable' mode deactivates the post pages sidebar too...
    Post edited by ammatias on
  • AirAir
    Posts: 10,970
    That sux. Then I think there is no possibility for this without some modification. Can you live with this?:-)

    With regards.
  • That 'modification' it's complicated? I could try something...

    Thank you.
  • AirAir
    Posts: 10,970
    I have checked and it ended up to be easy one:-)

    Go to home.php and chnage this code
    
    $blog_sidebar_switch = $apollo13->get_option( 'settings', 'blog_sidebar_switch' ); 
    if( $blog_sidebar_switch == 'off' )
    	define( 'FULL_WIDTH', true );
    else{
    	define( 'SIDEBAR_POS', $blog_sidebar_switch );
    }
    
    to
    
    define( 'FULL_WIDTH', true );
    
    and you are done:-)

    With regards.
  • Perfect!

    Thank you so much. :)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!