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!
|