Hello,
I have two custom sidebars in my inFocus theme, but Archives and Category pages (when clicking on tags in top metadata, or on categories in breadcrumbs) show the default sidebar of the theme (see example on my site: http://greyarium.com/category/people/)
Where in the code should I specify to use one of my custom sidebars?
I've tried to change "<?php get_sidebar(); ?>" to "<?php dynamic_sidebar("sidebar-popular"); ?>" in "template-single.php", but it didn't work. It's surely cause I'm not advanced in coding.. :)
Thanks in advance for your help!













