• After assign a custom taxonomy (i.e. teams) to a custom post type (team), I’ve created the taxonomy-teams.php template but the custom post type seems to not by specified to the $wp_query. I would like to avoid to create an additional query or to alter the query_post (i.e.: query_posts(“post_type=team&”.$query_string);) which is a bit hacky.

    Any way to do that ??

    https://ww.wp.xz.cn/plugins/mb-custom-taxonomy/

The topic ‘Taxonomy template’ is closed to new replies.