Conversation
supportOK, I have created a custom Post Type called Products, the taxonomies are as follows: Systems & Assemblies Systems A Systems B Product Category Category 1 Category 2 Division Division 1 Division 2 My code is as follows but it is not working. <?php chainselect_getcategories( 'Products', 3, array('Systems and Assemblies', 'Product Category', 'Product Division'), array('Systems and Assemblies', 'Product Category', 'Division') ) ?> I am not sure about that last array. I have a name with an & so do I use the slug or what? Thanks http://wordpress.org/extend/plugins/category-ajax-chain-selects/
This plugin only looks into a single taxonomy for terms with optional (when we set ‘levels’ > 1) hierarchical descendants. Unfortunately it doesn’t filter across multiple taxonomies. Perhaps this one does the job? (haven’t tested) http://wordpress.org/plugins/ajax-wp-query-search-filter/
This plugin only looks into a single taxonomy for terms with optional (when we set ‘levels’ > 1) hierarchical descendants. Unfortunately it doesn’t filter across multiple taxonomies. Perhaps this one does the job? (haven’t tested) http://wordpress.org/plugins/ajax-wp-query-search-filter/