woocommerce / woosidebars

Replace registered sidebars in your WordPress themes using different conditions such as a specific page, a category or even an individual blog post.
https://wordpress.org/plugins/woosidebars/
51 stars 42 forks source link

Post with Custom Taxonomy not accepting conditions #45

Open vilav opened 8 years ago

vilav commented 8 years ago

Hello,

WooSidebar's been very useful while building for Wordpress. I've witnessed an issue so far. I can enable custom taxonomies by adding this snippet into functions.php

add_post_type_support( 'custom-post-type-name', 'woosidebars' );

This does enable the custom taxonomies type in the Advanced section of the Widget Areas option

screenshot 2016-01-04 17 01 24

As a result, the sidebar does change for the custom taxonomy archive page, but does not change on the post pages which have that custom taxonomy.

Can you point me in the right direction?

Thanks!