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
- Get The Post Type A Taxonomy Is Attached To
- How to limit the number of terms (terms acts like categories)
- Custom Taxonomy with Custom Post Type Finds No Posts
- Custom Taxonomies Terms as Post Title for Custom Post Types upon Publishing
- Not Able to Insert Taxonomy Term Using wp_insert_post()
- array_pop() expects array, boolean given for $event_type_term ->slug
- post count is wrong when using same taxonomy for 2 different CPT
- Glossary with Custom Post Type
- Correct way to use a form to to filter custom posts by taxonomy terms?
- Showing current taxonomy terms
- Displaying custom post type by first letter through custom taxonomy
- automatically create taxonomy with same name as post title
- Separate Custom Post Type Taxonomy by Comma
- Trouble adding custom featured image for custom taxonomy TERMS
- Get child terms of current term of the current post
- Creating a function that receives the taxonomy terms that have been changed in a custom post type
- Get the terms of a custom taxonomy for a specific author in author template
- Best practice for adding posts in bulk
- WP 3.1 getting tax_query to work in query_posts()
- Output the content of a term organised by each of the CPT?
- How to get posts from multiple custom post types according to it’s custom taxonomy terms?
- How to check the terms in single custom post type template
- Weird problem happening with custom taxonmy when creating/updating posts
- Displaying a custom post types custom taxonomy value?
- 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?
- Filtering WP_Query Dynamically on the Front-End
- Get template part using a custom taxonomy term
- How to restrict users and admin from creating new taxonomy terms?
- using $wpdb to get custom post type with term
- 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?
- Conditional Query of Custom Post Type and custom taxonomy
- How do I move/order posts with a tag to the end?
- 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?
- Issue on Creating Custom Tax Term Dynamically From Another CPT Meta-box On Publish
- How do I display the taxonomy for a custom post type in an array
- 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
- Lists custom taxonomy terms that has specific custom field value assigned to the term (not post)
- Display taxonomy terms, child terms and posts in a template
- Use custom walker to add taxonomy terms to main nav menu
- Add term to custom post type on draft
- Listing all term items alphabetically / sorting loop
- How to get WordPress term attached to the Post?
- 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 Post Types Archives and Single Pages not showing custom taxonomy data
- 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 display custom taxonomy term meta on custom post type
- Display Custom Post Types Glossary
- Get the link of the first post of a custom taxonomy in a custom taxonomy list
- Commas not displaying in implode
- does wp_insert_term link the term to a certain post ID?
- How should I structure complex content hierarchies?
- How can I get 3 different taxonomy type terms in a div class element?
- Grab all Custom Posts by multiple taxonomies and terms
- Query Multiple Custom Post Types & Exclude a Taxonomy Term
- Is it possible to have hierarchical taxonomy and hierarchical custom post types in one permalink?
- Using get_terms() to list terms from one custom taxonomy AND from one specific built-in category
- display post count in archive page that have relation with another taxonomy term
- Change the term based on the value of a $variable using wp_update_post in submitting a form
- Get all posts for custom taxonomy term
- posts_per_page is not working by term
- Dropwdown: Get taxonomy terms from posts that share preselected terms from 3 other taxonomies
- CPT: multiple loops with different terms
- Custom Post Type / Taxonomy / Term – what template to use to avoid 404-page?
- Display title of all custom posts from same taxonomy term on a custom post template
- wordpress does not see the correct custom taxonomy hierarchy
- Add active class to foundation 6 tabs while looping categories
- Get category list & taxonomy list from different post type using post id?
- Filter By Term Not Working – Custom Post Type
- WordPress query posts by custom post type not workng
- Get posts of an specific term of a custom taxonomy
- WordPress add taxonomies/terms list as a menu in archive page
- Hide Custom Taxonomy title if not associated with another Custom Taxomony
- WP_Query for CPT with filter by another WP_Query
- How to pass taxonomy terms to WP_Query along with $args?
- Fetch posts list from fist CPT taxonomy term and list under 2. CPT
- How to List CPTs Under One Tax Term
- Get link for feed of specific post type AND taxonomy
- Using get_terms() as shortcode attribute
- Taxonomy Query of Custom Post Displays Archive Instead of Posts
- List custom taxonomy terms
- Display associated taxonomy child name on single CPT page
- Get all terms assigned to a post from different taxonomies
- Issue On Listing Woocommerce Parent Tag List
- cannot export data from CPT UI (books)
- How to develop Knowledge center in WordPress Website
- Taxonomy Archive URL + Template
- ACF – Tags not showing up in Custom Post Types
- Is it possible to get_terms by taxonomy AND post_type?