I ended up solving this on my own and thought I would come back to show my solution. On my taxonomy page I needed to get the current taxonomy term like so:
<?php $term = get_queried_object();
if (get_field('subtitle', $term)) { ?>
<p><?php the_field( 'subtitle', $term )?></p>
<?php } ?>
Here is the documentation page: https://www.advancedcustomfields.com/resources/adding-fields-taxonomy-term/
Related Posts:
- Query Custom Post Type Taxonomy term with multiple parameters
- Sort custom posts by date and then by taxonomy
- How to query posts by meta keys AND under specific category?
- Getting custom taxonomy from custom post type
- $wp_query->queried_object->ID throws warning: Undefined property
- The Operator “NOT IN” Does Not Work In tax_query
- How to get_queried_object on multiple objects?
- Displaying Posts Related to Other Posts by a Taxonomy Term?
- How to get the parent’s taxonomy?
- Querying Posts by Taxonomy From Alternate Network Site
- Help with hierarchical custom taxonomies and permalinks…almost there
- custom post type paging not working past page 3
- get terms that have post with custom post type between 2 values
- Should unaltered default loop/query return a list of custom posts belonging to a custom taxonomy?
- Query for posts in 2 taxonomies
- Query current and future events, ordered by begin date
- Building an Advanced Search (text, tags, category, custom fields) – Getting the wrong SQL query
- Linking three taxonomies with ACF
- Optimised Code for Pulling Taxonomy Posts
- WP_Query search posts by custom post type and custom taxonomy
- Remove duplicated values from a loop
- Custom Post Type Loop within Shortcode
- Fetch taxonomies by custom post type id array
- How to retrieve category NAME instead of ID in a function with a taxonomy custom field?
- Custom Post type and Custom Field WP_Query
- Display multiple custom post types and sort them chronological by one of their fields
- Display CPT posts based on specific taxonomy
- shortcode to show custom post types by category
- get_posts of Custom Post Type AND Custom Taxonomy
- Query/list all terms and their custom post count
- Filtering WP_Query Dynamically on the Front-End
- Why get_posts() not returning only selected category posts from Custom Post Type?
- Genesis filterable portfolio isotope [closed]
- Get custom taxonomies from multiple posts
- Return one unique custom post type result when it shares a custom taxonomy in WP_QUERY?
- WP_Query inside foreach loop returning same value for all options when filtered using ajax
- How can I made custom taxonomies relationship?
- Custom taxonomies relationship
- First custom field value (out of several) displayed twice after query
- Lists custom taxonomy terms that has specific custom field value assigned to the term (not post)
- WP_Query orderby and tax_query
- Why is my WP_Query outputting my entries twice?
- How to display Related Posts based on number of taxonomy terms matched
- How to make WP_Query not to show irrelevant posts?
- Create an archive page for custom post type with custom taxonomy
- WP_Query() with custom post type and taxonomy — get all terms?
- Variable not working in WP_Query
- WP_query – Filter by tax_query and meta_query using multiple select
- Wp Query with multiple custom tag(taxonomy) by get the terms
- how to get this tax_query working?
- How to sort a WP_Query by a custom field AND ALSO filter by a different custom field
- Custom post type and custom taxonomy 404 on page 2
- tax_query (if the terms are empty)
- How to count other posts not having specific taxonomy terms?
- Group by custom field value (start and end times)
- Get posts by category name
- Using WP meta query to show custom post types by a start and finish date
- Query custom posts from custom taxonomy
- Query Custom Post Type by Taxonomy
- Multiple custom post type queries causing wrong post types to be grabbed in taxonomy + single templates?
- Query for specific taxonomy that executes a particular loop depending on volume of posts?
- Related “custom post type” using “custom taxonomy”
- ACF – Retrieve custom taxonomy from a relationship field
- set object terms after some some time of published post – functions.php
- Create loop from selected terms in ACF taxonomy field
- WP_Query not using custom taxonomy categories on custom post type
- Taxonomy shows up twice on Custom Post Type
- WP_Query based on ‘s’ and tax_queries
- WP_query sort by taxonomy
- Custom Taxonomy – fields
- CPT Loop, include taxonomies and disclude others?
- Linking posts together with Advanced Custom Fields “both ways”
- WP Query tax_query not returning posts
- The most recent post of custom taxonomy
- Custom Field as Custom Post type element class
- Best way to have one product in both rental and sale parent category
- Problems with the WP_Query query for a Custom post type
- Query pulling all taxonomies, not one I am specifying
- Get archive of posts separated by taxonomies and subtaxonomies
- Custom post type and custom taxonomies display
- How to pass taxonomy terms to WP_Query along with $args?
- WordPress custom post type
- Custom Taxonomy Query by Taxonomny not working
- Post data in separate divs with incrementing class using WP_Query
- WP Query Post Type with same Taxonomy name
- WP Query WordPress Post Type with the same Taxonomy name
- Advanced Custom Fields: query posts filtered by multiple field values
- How to list groupings and keep pagination
- How to retrieve taxonomy terms of the current custom post?
- How to Get The Taxonomy Term in Custom Post Type Loop Inside a Wp Query
- display custom post type from register taxonomy
- Display ACF object field data using Elementor Custom Query
- Sort ACF by custom taxonomy
- Complex Custom Loop with Includes
- Query custom post type and group by taxonomy
- Dynamically count the number of custom post types associated to a custom taxonomy
- WP Query filtering by custom category not showing all relevant posts
- ACF Pro simple Business Directory – Requesting assistance with created Templates and associated Functions.php Coding
- How to assign a single-menu-template to a menu-items in a taxony/ cat/ subcat/ subcat-item
- Use Custom Field to Display Post Loop