You can use the term description with echo term_description()
or create a new custom post type for these descriptions and associate each post in that post type with one or more terms.
The term description is probably faster, but the custom post type can be searched, and you can add metaboxes and everything else like in other posts.
Related Posts:
- Get terms for a specfic post from multiple taxonomies in custom post type
- Custom taxonomy not saving correctly
- Show listings from Impress Listing plugin in random order using taxonomy and terms
- Update post terms with custom taxonomy
- How do I display tags for a custom post type single page?
- Custom Post Type Archive Page Filtering
- Filtering WP_Query Dynamically on the Front-End
- Get template part using a custom taxonomy term
- Get posts by querying taxonomy and certain terms of the taxonomy?
- How to restrict users and admin from creating new taxonomy terms?
- using $wpdb to get custom post type with term
- Show posts from two or more custom taxonomy terms
- Allow user to set custom order to a list of custom taxonomies?
- Displaying custom taxonomy in the admin list of a custom post type
- Which post does a taxonomy term belongs to?
- A question on creating filters for custom posts using taxonomy
- Conditional Query of Custom Post Type and custom taxonomy
- List custom taxonomy specific to one custom post type
- How do I move/order posts with a tag to the end?
- Display post as term id
- WordPress sort search results by custom order
- Use same slug base for Custom Post Type posts, and multiple taxonomy terms
- How do I display the taxonomy term alongside the post type post title?
- Hide parent categories when clicked, and show it’s childs
- Issue on Creating Custom Tax Term Dynamically From Another CPT Meta-box On Publish
- Post count by month of taxonmy term
- WordPress loop: Show only a Custom Post Type Taxononmy TERM
- How to start a new post with custom Taxonomies already set?
- How do I display the taxonomy for a custom post type in an array
- Display Custom Taxonomy Alphabetically
- How do I require the specification of term in a custom post type and custom taxonomy?
- Custom Post, set object Taxonomy terms in plugin
- How to include term custom meta into the custom taxonomy term permalink structure
- Get terms that contain posts that in turn belong to other terms?
- How to get custom posts sub category link
- Custom while loop for hierarchical display of a taxonomy
- Lists custom taxonomy terms that has specific custom field value assigned to the term (not post)
- How to add attributes to taxonomies that may be different from post to post?
- Display taxonomy terms, child terms and posts in a template
- Use custom walker to add taxonomy terms to main nav menu
- Migrating a taxonomy’s tags to the native category
- Add term to custom post type on draft
- Displaying custom-taxonomy-terms sorted by parent/child-hierarchy?
- Listing all term items alphabetically / sorting loop
- How to produce a sub-page-system in WordPress
- How to get WordPress term attached to the Post?
- Query posts with double taxonomy
- Adding predefined terms to a taxonomy
- custom post type vs. conditionally displaying meta boxes for specific terms?
- Get parent category id from child category page for custom taxonomy
- How to get only child terms from a custom taxonomy of current post type?
- Custom query – get_the_terms not work
- How to Display Posts From Category Within a Custom Taxonomy?
- List Categories (wp_terms) and count posts
- Custom Post Types Archives and Single Pages not showing custom taxonomy data
- Shared terms between taxonomies
- attach CPT data to a taxonomy
- Get_the_terms restrict output
- Get terms of a post but only if they’re also the child of a specific term
- The Difference Between Categories and Tags and Taxonomies and Terms
- How to get dropdown instance value in WordPress custom Widget
- Get taxonomy term by slug in post on archive page
- custom hierarchical taxonomy and custom post type list contains surplus posts
- Creating a non-hierarchical Taxonomy that behaves like categories
- How to display custom taxonomy term meta on custom post type
- get_terms() returns Trying to get property of non-object error for custom taxonomy
- how to count the current posts terms
- Display Custom Post Types Glossary
- Get the link of the first post of a custom taxonomy in a custom taxonomy list
- Urls in Custom Post Type work for Terms but not for its Taxonomies
- Commas not displaying in implode
- does wp_insert_term link the term to a certain post ID?
- How should I structure complex content hierarchies?
- Custom Taxonomy Terms in Menu lead to which page?
- How can I get 3 different taxonomy type terms in a div class element?
- Displaying One Custom Post Type’s Content On Single Post of Another Custom Post Type
- Grab all Custom Posts by multiple taxonomies and terms
- taxonomy terms array not working
- install.php Custom Taxonomy Term not being added to custom post
- Taxonomy Query of Custom Post Displays Archive Instead of Posts
- get_the_term_list() wanting to loop through the returned values
- List custom taxonomy terms
- show 10 most recent custom post types excluding the one(s) from specific custom taxonomy
- How to Get The Taxonomy Term in Custom Post Type Loop Inside a Wp Query
- Inserting two categories
- Display associated taxonomy child name on single CPT page
- How to manage a bookstore
- Get all terms assigned to a post from different taxonomies
- Issue On Listing Woocommerce Parent Tag List
- Advise on Custom Taxonomies and Structure
- cannot export data from CPT UI (books)
- Same slug for Custom Taxonomy archive and CPT archive – Rewrite rule not working
- Get term link of shared taxonomy between multiple post types
- How to use wp_set_object_terms depending on page ID?
- How to develop Knowledge center in WordPress Website
- Taxonomy Archive URL + Template
- ACF – Tags not showing up in Custom Post Types
- Custom post type URl Cutomization
- Display posts from Custom Post Type, group by term, arrange term groups and arrange items within groups by menu order
- Is it possible to get_terms by taxonomy AND post_type?