It’s a Woo theme, I don’t see any options for setting sidebars–
When I go to Widgets I see the sidebar I’m using as default “Sidebar Home”, but I also see 2 sidebars that were once there “Sidebar Blog” “Sidebar Page”. With the plug-in I’ve easily been able to replace the “sidebar home” with created sidebars without issue.
On the blog and pages where it’s missing –
<?php get_sidebar(); ?>
On the index.php
<?php get_sidebar('home'); ?>
However I’ve tried adding the ‘home’ in there for where it’s missing sidebars and doesn’t seem to be updating.
Ideally would like to set the ‘home’ as default and what would appear on the blog/archives as there seems to be no setting for that. And then replace individually on the pages where can easily replace or leave as is. Thanks for your help