WPIntell

Source evidence

Help with usage?

Category Ajax Chain Selects · support · 2013-05-23T05:24:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 23 rows with source links

13.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Michael Aronoff unresolved
OK, 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/

Comments

1 shown
kalligator 2013-10-06T16:14:00+00:00

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/