View Single Post
  #7  
Old 11-13-2012, 09:15 AM
SoZo's Avatar
SoZo SoZo is offline
Community Moderator
 
Join Date: Oct 2008
Location: Minneapolis, Minnesota
Posts: 47,500
Default

This should be in there
PHP Code:
// Force layout on homepage
add_filter('genesis_pre_get_option_site_layout''education_home_layout');
function 
education_home_layout($opt) {
    if ( 
is_home() )
    
$opt 'content-sidebar-sidebar';
    return 
$opt;

You need to change it to
PHP Code:
// Force layout on homepage
add_filter('genesis_pre_get_option_site_layout''education_home_layout');
function 
education_home_layout($opt) {
    if ( 
is_home() )
    
$opt 'sidebar-content-sidebar';
    return 
$opt;

__________________
John "Nicolas Flamel" Wright | SoZo's design | John Wright Photography

New to Genesis? Check out Genesis Explained.
"We are the music makers, and we are the dreamers of dreams..." - Arthur O'Shaughnessy

"Some days even my lucky rocket ship underpants don't help" - Calvin
StudioPress on Facebook