Home › Forums › Pro Support › Possible to show posts by taxonomy, rather than by specific terms? › Reply To: Possible to show posts by taxonomy, rather than by specific terms?
March 20, 2018 at 8:07 am
#3925
Participant
Getting closer 🙂
Now it just says that no posts were found.
How can I point this to my custom taxonomy called Similars? I tried this, but no luck:
$term_slug = get_query_var( 'similar' );
wpsp_display( 1508, 'tax_term="' . $term_slug . '"' );
I tried ‘similar’, ‘Similar’ and ‘Similars’.