Permalinks: custom post type -> custom taxonomy -> post
I am having trouble working with WordPress rewrite rules, and could use some help. I have a custom post type called _shows_. All … Read more
I am having trouble working with WordPress rewrite rules, and could use some help. I have a custom post type called _shows_. All … Read more
How can i get taxonomies of a post type? If I have a post type event and i need to find out the … Read more
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 … Read more
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 … Read more
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 … Read more
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 … Read more