You can create a taxonomy-people_categories.php or a more general taxonomy.php (which will display all your taxonomies in this category – excluding post categories) – please see Taxonomy Templates / Template Hierarchy.
As far as a what you need to display your posts, once you have the taxonomy-people_categories.php created you can just run the normal WordPress loop:
<?php if(have_posts()) : ?>
<?php while(have_posts()) : ?>
<?php the_title(); ?>
<?php endwhile; ?>
<?php endif; ?>
Related Posts:
- How to get all taxonomies of a post type?
- Renaming Custom Post Types and Taxonomies
- Saving Taxonomy Terms
- Get Posts by Custom Post Type ,Taxonomy, and Term
- How to change permalink structure for custom post type and it’s taxonomies?
- How do I list custom taxonomy terms without the links?
- How to list custom taxonomy categories?
- Custom Taxonomy Template Post List with Sort Order
- wp_insert_term doesn’t work with custom post type’s taxonomy
- Order Posts by Taxonomy and Meta Value
- Taxonomy page returns 404 page not found
- It is possible to get a list of post types asociated to a taxonomy?
- display multiple term post from taxonomy in a single page
- How to get the parent’s taxonomy?
- Adding a term name from a custom taxonomy assigned to a post link displayed by a wp_query loop based on another taxonomy
- Group Custom post type in a page by its taxomony tag
- Same base slug for CPT post and CPT taxonomy terms
- wp_insert_post custom taxonomy
- Displaying related posts in a custom post type by a custom taxonomy
- Display taxonomy term only if there’s a value
- Post Link Filter Help [closed]
- How to list custom post types?
- Problem with custom post types, taxonomy and permalinks
- How to create new category for custom post type?
- Fetch taxonomies by custom post type id array
- get_terms showing all categories instead of the ones assigned to a specific post
- Why does querying on post_tags (which has been applied to custom post types) only return posts?
- Order By Post Type ThenBy Taxonomy
- How to show CPTs in term archive
- Custom query to filter posts that have current post as a taxonomy [closed]
- Tag page with Custom Post Types not returning any posts
- wp_set_object_terms() not adding new term to custom post and custom taxonomy
- Is using taxonomies the way to go here or would custom post types be better?
- Categories of custom taxonomy don’t show any posts
- Is it possible to have dedicated page for parent/child taxonomy?
- Display a grid of taxonomy terms at root taxonomy page
- limit value taxonomy based on previous taxonomy value wordpress
- Using meta_query and tax_query at the same time
- How to make custom taxonomy into drop down select in a custom metabox
- Custom Post Type Category Link
- Custom Post type category pages template and loop
- Output terms for custom post types
- Page not found for custom post type UI plugin and taxonomy
- Categories and tags for custom post types
- How to get all Custom Post Type Filtered by one Specific Taxonomy Term
- Filter second dropdown (tax) based on first dropdown (cpt)
- Archive-posttype.php isn’t loaded
- How can I create an automatic drop down menu with my tags?
- How to define a term for custom taxonomy
- List custom taxonomy as navigation – taxonomy pages with all it’s posts?
- Get taxonomy singular name instead of taxonomy slug inside $taxonomy query
- Get assigned post categories
- Query custom post types & Taxonomies and list them in a table on a page
- Default Category Page not showing custom post type which has taxonomy category
- Custom taxonomy template shows 404 Error
- Custom Post Type API doesn’t show taxonomy or category array
- How to constrain the results to a specific post_type on tag archive page?
- Creating custom post type posts and associating them with a post from another custom post type
- Custom Post Type with modified permalink structure results in 404
- Problems making shortcode with custom post types and taxonomy
- Custom Post taxonomy template
- Query Multiple Custom Post Types & Exclude a Taxonomy Term
- How to use taxonomy term as permalink folder
- Filter taxonomy by CPT
- automatically select taxonomy based on post meta
- Display related CPT with custom taxonomy
- Custom permalink structure for custom post types including multiple taxonomy
- How to group custom posts in admin menu based off taxonomy/postmeta
- How to get current post type?
- Custom post types not showing on the standard WordPress Category page
- Display 3 level taxonomies
- List posts that have the current url taxonomy
- If custom taxonomy exist on post?
- How to get all posts assigned to a taxonomy term only?
- Wrap an X amount of taxonomy posts in a separate Row in WordPress
- I want to create an archive and single page for a custom taxonomy for a custom post type
- Taxonomy’s title
- Display all posts from single taxonomy term
- How to show post which has the specific taxonomy terms?
- Displaying the Taxonomy and a Queried Term on a taxonomy.php page?
- Permalinks for a custom post type – with a page template (custom query) and taxonomy archive
- WordPress add taxonomies/terms list as a menu in archive page
- Default taxonomy ‘post_tag’ added to CPT managing by custom role : nothing in the metabox
- Custom Search not working
- Custom post type post taxonomies
- Show all post of a taxonomy with one specific term not working
- Using a Taxonomy in Two Spots in a WordPress Post
- insert a taxonomy for a custom post type
- Custom post type URL returns 404 error page
- Problems with custom post type and hierarchical permalinks
- using post_type with meta_query
- Custom Post Type Template based on Taxonomy
- custom post type tags
- Structure of custom post type / taxonomy?
- Display associated taxonomy child name on single CPT page
- Issue On Listing Woocommerce Parent Tag List
- How can I rename custom taxonomy if multiple custom post type have the same taxonomy name?
- Get a custom post type’s taxonomy type term names displayed as checkboxes and filter
- How to get taxonomy category in permalink for each taxonomy OR How to give a parent page to a given taxonomy?
- Add taxonomy or category slug to custom post types URL