CPT Taxonomy & YARPP
-
Hi,
I put this code on my template :
<?php yarpp_related(array( 'post_type' => array('visite','post'), 'weight' => array( 'body' => 1, 'title' => 2, // larger weights mean this criteria will be weighted more heavily ), // Specify taxonomies and a number here to require that a certain number be shared: 'require_tax' => array( 'regions' => 1 // for example, this requires all results to have at least one 'post_tag' in common. ), )); ?>
So if i understood, Related get the
CPT Visite with the Region_tag in common ?But nothing appear (I did my tests with 2 posts in the sames Custom_Tax…)
If i don’t put// Specify taxonomies and a number here to require that a certain number be shared: 'require_tax' => array( 'regions' => 1 // for example, this requires all results to have at least one 'post_tag' in common. ),
I got a result with the title because for the test i put one same word in the title…
Any idea ?
Thanks
Sorry for my bad english (french guy…)
https://www.ads-software.com/extend/plugins/yet-another-related-posts-plugin/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CPT Taxonomy & YARPP’ is closed to new replies.