I am having trouble working with WordPress rewrite rules, and could use some help. I have a custom post type called _shows_. All shows have a single custom taxonomy...
How can i get taxonomies of a post type? If I have a post type event and i need to find out the list of taxonomies that are attached...
My question is simple, I’m using WP_Query to retrieve some custom type posts filtering by a taxonomy using tax_query. Now my problem is I would like to orderby the...
I’ve been combing this site and google for the answer and I’ve come up completely empty. Basically I want to do exactly what this post asks, but I need...
This is driving me nuts and I’m sure it’s simple but nothing I search for comes up with a simple structure (everything is very complex). I have a custom...
I’m trying to get the SEO title from a custom taxonomy. Here’s my current code for it: $my_yoast_wpseo_title = get_term_meta( $term_id, '_wpseo_title', true ); if( $my_yoast_wpseo_title ){ echo $my_yoast_wpseo_title;...