Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

How to remove left sidebar entirely from site

$
0
0

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


Viewing all articles
Browse latest Browse all 59525

Trending Articles