What I want to do is create a “category page” for each category
That would be category archive, not page. See category templates.
As all of my “product detail pages” are pages, and not posts, I’m not sure how to set up my taxonomies.
It would make sense to create custom post type for your products, rather than trying to repurpose pages.
The other issue is that I’ve found plenty of information on how to use taxonomies to display, for example, a list of posts that correspond to a given taxonomy. But what if I simply want to display those three things for each product that corresponds to a given taxonomy?
You can customize template to display whatever you want. Loop will go through posts in category, but you can use any (or none or whatever) template tags to display information.
Related Posts:
- meta_key & meta_value not working with get_pages and custom taxonomy
- Tell the difference between a term and page when they have the same ID
- How to use multiple archive templates for a taxonomy?
- Remove taxonomy widget from “PAGE” post
- Can You Build Page Templates Without Extra Files
- add pagination in wordpress page template
- Unregistered taxonomy apears still as emtpy filter list
- Child Pages and Custom Taxonomies
- What is the current page’s Taxonomy?
- Using wp_query is it possible to orderby taxonomy?
- How to add images to taxonomies?
- Can you add the visual editor to the description field for custom taxonomies?
- custom post type taxonomy “tag” archive : no post found
- Get taxonomy names by post id
- Return only the custom sub-term for custom post type, do not echo term-parent
- Get total number of comments from posts in a specific custom taxonomy
- Check if current term is a child of another term
- Custom hierarchal taxonomy loses interface hierarchy when selecting parent & children
- Formating the_terms() function output
- Custom taxonomy on users with UI
- Post tags saving as both tag name & tag ID on post update when tags are displayed as checkboxes
- Looping Through Custom Tax Terms and Displaying All Posts For Each
- Taxonomy Relationships
- How to get the top most term (top ancestor) of a custom taxonomy child term?
- Combine multiple custom user taxonomy in single url
- Add custom taxonomy to default category taxonomy?
- how to get title to custom tags page
- Display sub-taxonomies based on SELECTED parent-taxonomy
- Checking if a Page has an Associated Term?
- What are terms and taxonomy, how they related to post and how these three are stored in database?
- Taxonomy , subtaxonomy,child taxonomy of a product woocommerce
- Get terms ordered by post date
- How can I get WP to build a feed based on multiple taxonomy terms
- Change permalink of post if it belongs to custom taxonomy
- Get pages only with a specific taxonomy
- Share taxonomy between user and posts?
- ACF vs Taxonomies
- Reverse traversing taxonomy based on term_id
- How to filter terms from a custom taxonomy by a usermeta value on all screens and templates
- How to obtain the link/URL to the feed of a custom taxonomy?
- get_term_children doesn’t return an array of children terms
- Use get_the_terms to list subcategories of custom taxonomy
- Get taxonomy parent using child slug (from merged taxonomies)
- Custom taxonomy [year] is directing to yearly archive
- Display Taxonomy Terms in an option tag with value being the slug
- Display all posts for taxonomy term across multiple custom post types
- Modify “View” in admin panel for custom taxonomy
- Taxonomies on custom taxonomies
- Get list of taxonomies associated with Subscribers
- How to join result of different taxonomies?
- Hide product categories and taxonomy terms in menu if empty
- Custom taxonomy forms for user profile
- How to add Post Format Taxonomy Archive page in the menu?
- Query posts by taxonomy with current term
- Custom Taxonomy isn’t working from frontend post submitting
- get the taxonomies terms associated with users
- Add Taxonomy Subcategory To Permalink
- problem in taxonomy-{taxonomy}.php pagination
- How to get posts which must match both custom taxonomies?
- How to add images to taxonomy terms? [duplicate]
- Why get_page_template() doesn’t show taxonomy template file name?
- Edit custom taxonomy description programatically
- Get taxonomy name for the current post
- one post per term taxonomy
- How can I change the output display of my pagination?
- Get name of taxonomies of current page
- How to get attached image to taxonomy..?
- How to get list of only custom taxonomies?
- How can I get Taxonomy Images to work with ‘orderby’ argument?
- register_taxonomy for both ‘Post’ & ‘Page’
- How to combine taxonomies into URL?
- Amend taxonomy to search in wordpress admin
- Unique taxonomy for post
- Add terms to a taxonomy archive from within the same taxonomy
- Show recent posts from a custom taxonomy in wordpress
- Fill New Taxonomies
- how do you pull data from two taxonomies?
- problem : Custom taxonomy template not showing
- Custom dropdown list taxonomy not saved
- How to get all the terms from a custom hierarchical taxonomy via REST api?
- Filter “get_terms” query
- Get post meta value outside of the loop
- Unable to create a new taxonomy
- Change link of taxonomy when get_the_term_list( is used?
- generate random slug when adding taxonomy
- Custom taxonomy shows full articles
- Add and Custom category for posts “PAGE”
- Change order custom taxonomy
- Register custom taxonomy from a Advenced custom field option page
- Custom taxonomy page uses index.php
- Taxonomy term breadcrumb; how?
- Using wp_query is it possible to orderby taxonomy?
- List of taxonomy archive index page links
- Insert taxonomy term to different table
- wp_get_object_terms count on taxonomies within an category archive
- Group custom taxonomies based on tags contained in their posts
- Make custom post type display with custom taxonomy in url
- Save selected terms in order of custom taxonomy in post
- Taxonomy entries are spawning copies of existing entries with the new title as the existing ID, since upgrade
- How to get parent and child name in taxonomy page