View Single Post
  #5  
Old 11-12-2012, 08:15 PM
mountain mountain is offline
Registered User
Genesis Member
 
Join Date: Dec 2009
Posts: 30
Default

I am guessing about the code I would add to the functions.php file and hoping you can help further with any editing of this code.

// Force Sidebar Home-Content-Sidebar Layout
add_filter( 'Sidebar_home', 'homepage', 'Sidebar');

I am also wondering if it matters where I add this statement in the functions.php file and if there are other changes I need to make.

Thanks!