I’m not entirely sure I understand your explanation of how things are set up, or if it’s the best way to go about what you’re trying to do, but to answer your specific question-
the selected template for a page is stored in post meta under the key _wp_page_template, you can check this key to see if your case study template is selected, otherwise use remove_meta_box to hide the taxonomy for all other pages.
Related Posts:
- What template is used for a custom taxonomy page?
- Taxonomy page template changing when using query variables
- Can I use a Custom Meta Value inside of ‘get_the_terms’?
- Display all posts for taxonomy term across multiple custom post types
- Get list of taxonomies associated with Subscribers
- Custom Taxonomy isn’t working from frontend post submitting
- How to use multiple archive templates for a taxonomy?
- Can You Build Page Templates Without Extra Files
- Taxonomies on Pages with Custom Formatting
- add pagination in wordpress page template
- Link a page from admin to a custom taxonomy
- Custom taxonomy page template name and how to use it?
- How to save custom taxonomy archive as a page template?
- Run next query based on first query’s term
- Custom taxonomy page uses index.php
- Custom taxonomy subcategories template page
- How can I get parent term from a child term
- get_the_term_list without links in 3.1
- Custom columns on edit-tags.php main page
- get_term_children for immediate children only (not grandchildren)
- Creating a non-removable taxonomy term
- Is it possible to use one slug for Multiple Taxonomies?
- Is it possible to add taxonomies to user profiles?
- Get terms from multiple taxonomies
- How can I set a default listing order on the admin page for a custom taxonomy? (without plugins)
- Is it possible to sort the post based on a custom field?
- How do I get terms as a list for a specific post?
- get taxonomy terms for parent and child
- On Taxonomy Template page, want to add Post_Type
- Separator for multiple terms
- The next_posts_link() show me a aditional page in blank
- Help building array hierarchically with taxonomies (to get posts)
- What are terms and taxonomy, how they related to post and how these three are stored in database?
- Get multiple term objects by ids
- Echo custom taxonomy term name
- Next and Previous links on a single taxonomy page only link to same term
- Why does WP rename similar “term name”-slugs in separate taxonomies?
- How can I get WP to build a feed based on multiple taxonomy terms
- Getting the selected terms for custom taxonomies in the editor
- Change permalink of post if it belongs to custom taxonomy
- Set custom post type terms by id without knowing taxonomy
- How to determine the depth of a term in a custom taxonomy?
- How do I Use Multiple Loops with WP_Query?
- $wpdb query a post type within a specific taxonomy term while ordering posts by custom meta value?
- How to obtain the link/URL to the feed of a custom taxonomy?
- Term count by user
- Catchable fatal error on custom category post
- How to add contents of a custom field to a taxonomy term list?
- Google Map Shortcode for Custom Taxonomy/Post Types
- Querying two taxonomies
- How to target parent product category and its children using WooCommerce?
- Custom taxonomy query is empty. 0 = 1 in SQL
- How do you reorder the custom taxonomies on the right side of a custom post edit page?
- Custom Taxonomies not retaining hierarchy while importing from one site to another
- How to dropdown custom taxonomy?
- Sorting main query by custom taxonomy slug
- Creating conditional to display taxonomy term meta
- Custom Taxonomies and parents
- List of Registered Taxonomies of Current Post
- How do I display a custom field from a custom taxonomy in single.php?
- My taxonomy won’t be registered. Can’t see it in my back-end
- Avoid taxonomy-%term%.php if more than one taxonomy
- How to customize taxonomy archive template files for subterms?
- get_the_tags Conditional display of a custom taxonomy
- Proper use of wp_get_object_terms
- Permalink Problems
- Get Terms for Page
- Output all terms in a custom taxonomy and add a “active” class only to the ones attached to the current post
- How can I change the output display of my pagination?
- Hide custom Woocommerce taxonomies when empty
- forward/redirect taxonomy archive of term to a page with same name
- How to add a date creation field when a custom taxonomy relationship is created?
- List custom taxonomies associated to an author’s posts
- Show related posts on single.php, grouped by taxonomy terms, with Advanced Custom Field post object selected
- Listing only custom post types with two required categories?
- custom taxonomies label in hebrew
- Amend taxonomy to search in wordpress admin
- Product custom taxonomy is not found when space in name
- Display term picture of each post in a loop
- filter for thumbnail not working for custom taxonomy term
- Custom taxonomy only gets saved in quick edit
- Get tags name under custom taxonomy in wordpress
- Show message if term slug changed
- Get post meta value outside of the loop
- Unable to create a new taxonomy
- Code inside conditional is_tax() only working when term has posts
- Change link of taxonomy when get_the_term_list( is used?
- Get link for taxonomy to show top-level terms
- Invalid taxonomy with custom script
- Multi level archive
- How to add meta fields to custom taxonomy add/edit page?
- sort Posts by custom user filed
- Change order custom taxonomy
- Passing a variable to register_taxonomy()
- Broken paths on taxonomies after changing permalink to post name
- WordPress taxonomy radio buttons
- Display Custom Taxonomy of custom post type
- Trying to achieve row posts below category with multiple loops in custom tax
- Which filters control the Categories page (or a custom taxonomy page) in the Admin?
- How to get parent and child name in taxonomy page