Replies: 1
Hi
I don’t need a left sidebar at all for this client website.
I have tried different coding in functions.php but nothing seems to remove it.
I found this in google but didn’t work:
function iconic_remove_sidebar( $is_active_sidebar, $index ) {
if( $index !== “sidebar-1” ) {
return $is_active_sidebar;
}
if( ! is_product() ) {
return $is_active_sidebar;
}
return false;
}
add_filter( ‘is_active_sidebar’, ‘iconic_remove_sidebar’, 10, 2 );
Can someone offer some coding for help please ?
Thanks
Kristin