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 17, 2018 at 9:10 pm
#3903
Keymaster
Hmm, can you test something for me?
After this: $term_slug = get_queried_object()->slug;
Add this: var_dump($term_slug);
Is the value correct?