I am unfamiliar with pods, but I use CPT UI quite a lot. Correct me if I am wrong, but I think in this case you could use the term_description()
function. You can target the specific taxonomy using the two optional parameters: <?php echo term_description($term_id, "your_taxonomy_term_slug"); ?>
If so this could be a duplicate of: https://stackoverflow.com/questions/47841160/show-taxonomy-description-on-wordpress
I also found a closed GitHub issue about using get_terms_meta to get data from a Custom Taxonomy using Pods: https://github.com/pods-framework/pods/issues/5243
I know you said you were 100% on WP structure, however, for everyone else:
Archives file name examples in priority order:
taxonomy-your_taxonomy-term_slug.php
taxonomy-your_taxonomy.php
taxonomy.php
archive.php
index.php
Related Posts:
- Show all terms of a custom taxonomy?
- To close or not to close php
- How does printf( __( ) ); work?
- Return HTML Template Page with PHP Function
- Why do templates contain so many PHP tag pairs?
- Is there a way to parse shortcodes in PHP?
- Displaying a WooCommerce product via PHP
- What exactly does “Posts page” do in WordPress?
- Check if a menu is empty?
- wp_set_object_terms and arrays
- Static Frontpage Pagination – Custom loop
- Get the php template file from other theme folder
- WordPress Template Engine?
- How to have a custom display for both woocommerce archive and product-category pages? [closed]
- How to find objects by terms
- wp_remote_get returns an error for valid URL
- On this day PHP code
- How to loop over custom fields in a page template?
- Blank on static home page?
- Display certain amount of posts on taxonomy archive page
- Get used terms by an author as array of strings
- category not display in word press grammatically
- WordPress theme & site not loading after moving files
- How to get the term before the last from a custom taxonomy?
- List all categories but exclude current post category on single post page
- Adjust the results quantity for Search Results page pagination
- Exclude pages with certain template from wp_list_pages
- Use Timber/Twig to pull an image by image ID [closed]
- How do I get taxonomy terms by ID in a specific order
- Categories Template Assistance
- WP_Query use for a filter with multiple Taxonomies and Terms
- Is it possible to use the featured image of a page as a css background without inlining?
- Unable to set right time in admin and frontend template
- Easiest way to show total number of subpages
- Append a term to WooCommerce product existing product category terms
- Problems with function on function.php
- Switching between custom templates in a post type of the admin menu
- Use template for posts with a particular category grandparent
- Blank space at beginning of tag?
- Check if term object is in array
- How to change / delete product short description in Woocommerce
- Placing the_content inside shortcode not working
- Link to file in plugin directory from wordpress template?
- Password protecting content in custom template
- How to override wp-admin styling
- Get taxonomy terms only of the WP_Query current posts
- Add a Second Menu to a theme that only support 1 menu
- Custom excerpt function re-factoring
- get_the_terms – only top level
- Inject PHP code into “sidebar-content” – code before my WooCommerce sidebar widget?
- Change description on specific WooCommerce product status change
- How to create dynamic templates?
- If is_page elseif is_page not working like I want it to
- Change WooCommerce template for PDF – access to custom field
- How to display last whole post on the homepage
- missing admin bar and widget in a template
- How to include a function in a template with template tag
- New term taxonomy and description in front page. Input’s
- What syntax is this? “{{post.price}}”
- My own theme’s custom widget areas are not working
- How do I modify the Previous and Next Page posts on blog pages to include “previous” and “next” before the links?
- Add point on excerpt post
- WordPress using get_term to retreive slug not working as expected
- WooCommerce – Print Processing orders [closed]
- Loop returns more items than exist?
- Access methods in plugin template
- how to display child terms with parent terms in custom taxonomy?
- How to display terms from two taxonomies in one php code?
- Create dynamic content from one WP page to multiple other pages
- How to call a certain object/menubar in a PHP file
- Problems With Query and/or Template Part and/or PHP
- Pass custom value to custom taxonomy
- why is this content-template not showing any of my blog-entries?
- how to register a second page-template
- How to get the count for each taxonomy term
- Get all the contents of taxonomy and sort by term
- why is markup routinely placed in functions in wordpress?
- PHP code rendered in HTML
- Odd page behaviour after removing sidebar
- get_permalink returning first letter
- ISOTOPE – Missing/Invalid Arguement Get Terms
- Add Column to Term Database
- Custom Archive Page
- Incomplete term slugs output from a foreach loop with get_the_terms
- If I define a variable in header.php, how do I make it available to templates?
- How to refresh a template page on WordPress in 3 seconds – easiest method?
- php “use” not working in template [closed]
- Loop on a wordpress Page instead of content coming from the WP text editor
- Twig+WordPress how to use array arguments inside a function?
- How to implement a custom sliding banner? [closed]
- get_the_term_list give me a whitespace
- WordPress different custom tag being displayed in on tag list
- How can one use variables in a template or template part without polluting the global scope?
- WordPress taxonomy and terms question
- Need Help With Making Full-Width Template for Blog Posts (common methods aren’t working)
- Put ACF function output code the_terms
- Replace attribute terms with wp_update_term (woocommerce)
- How to edit templates created in the block editor in code / template files not updating
- WordPress post-template null warnings
- AJAX Appending Data Adds Mystery “0” :(