Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Specific sidebar for each category

Home / Forums / Virtue Theme / Specific sidebar for each category

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
June 16, 2014 at 1:24 am

Hello I am trying to add a specific sidebar for each category page.
I found this code

<?php if (is_category(‘music’)) {
get_sidebar(‘sidebarmusic’);
} else {
get_sidebar();
} ?>

I tried to add it in the sidebar.php but it doesn’t seems to work. Could you tell me where it should be added ?
I think many users are interested in changing their sidebar in the category pages.

Thanks a lot

  • The forum ‘Virtue Theme’ is closed to new topics and replies.