Have you set WP_DEBUG
and WP_DEBUG_LOG
to true in your wp-config.php
?
Doing so makes debugging a lot easier as you’ll get an error_log
in your wp-content
directory, which will tell you what is it it your code that is causing the error.
If I had to make a guess, I’d say it’s the $post->id
that might be causing the problem as $post
might be undefined. Unless you have defined it in your code earlier, but just left it out from the code you’ve shared. You could try replacing it with get_the_ID()
as it defaults to the current global post like has_term
does when no post or post_id is provided.
But check your error_log
to be sure.
Related Posts:
- Get The Post Type A Taxonomy Is Attached To
- Shouldn’t this be easy?! Custom post type/custom taxonomy permalink
- Custom Post type & Taxonomy URL structure
- How to pass URL parameters for advanced taxonomy queries with multiple terms for one custom taxonomy
- Combining Multiple Taxonomies in one URL
- How can I list all the categories under a Custom Post Type (taxonomy)?
- Two Custom Post Types, Share Two Taxonomies
- ‘No pages found’ in Dashboard after registering custom taxonomy
- Add custom taxonomy to custom post type
- How do I add a custom post type to the Featured Content in twenty fourteen theme?
- Ajax filter with custom taxonomies
- Querying Posts by Taxonomy From Alternate Network Site
- Is there An Input Checkbox Option That Works like `wp_dropdown_categories()` To Use In A WP Search Form?
- How to display recent posts added in custom post types
- Creating a function that receives the taxonomy terms that have been changed in a custom post type
- Adding Custom Taxonomy Archive Link to Nav Menu Shows Up As (Invalid)
- How to dynamically build a multiple taxonomy query loop within a post type’s single loop?
- Permalinks when filtering multiple custom post types by single taxonomy
- Filter custom post type archive page with custom taxonomies (categories) with AJAX
- How-to leverage WordPress for creating Extended Social Profiles
- How can I filter by taxonomy on a custom post type’s page?
- Weird problem happening with custom taxonmy when creating/updating posts
- How To Create A Custom Taxonomy 404 Page
- How to Get Current Custom Post Type Selected Taxonomy Term (Not All Terms)
- $wpdb: Counting posts corresponding to 3 terms in 3 different taxonomies
- Query Multiple Taxominies Across Multiple Post type’s
- Overriding taxonomy and custom post type
- Custom Post hierarchical to custom taxonomy
- Loop custom taxonomy to get lists of cutom post types?
- Conditional Query of Custom Post Type and custom taxonomy
- Is $object_type truly required with register_taxonomy()?
- Show a Category X’s custom post type on Category X archive page?
- How to checked selected category checkbox when my custom post inserted from frontend
- Specific query for custom post type
- WordPress uses url different from defined in rewrite arg of custom post type
- Suggested Post and Taxonomy structure
- Display post content with respect to its title?
- Display taxonomy terms, child terms and posts in a template
- Use custom walker to add taxonomy terms to main nav menu
- WP_Query orderby and tax_query
- Ordering values entered in Custom Taxonomies
- Show fields based on taxonomy selection in editor
- Permalinks: custom structure for taxonomy – tags?
- Creating custom post type with custom taxonomy and custom fields programatically
- Add “Select All” to custom taxonomy
- Disable custom taxonomy on admin bar
- How can I merge this function(s) that inserts terms to a custom taxonomy with this other that adds a custom taxonomy filter?
- how to show records that don’t have custom meta value
- how to get this tax_query working?
- How to see posts in taxonomy endpoint
- Get taxonomy singular name instead of taxonomy slug inside $taxonomy query
- Add term slug in URL of custom post type details page
- Custom post type and custom taxonomy 404 on page 2
- Ideas on how to organize a project [closed]
- Query only current post type using taxonomy
- Template for custom taxonomy for custom post type broken
- How should I structure complex content hierarchies?
- Querying two different post types with the same taxonomony
- Arduous WordPress Custom Post Type Permalink Path
- Convert Custom Taxonomy Posts to Normal Posts
- Query Multiple Custom Post Types & Exclude a Taxonomy Term
- Order custom posts by taxonomy, then by meta_key
- Using get_terms() to list terms from one custom taxonomy AND from one specific built-in category
- set object terms after some some time of published post – functions.php
- Is there a way to use ‘publicly_queryable’ => false only on specific taxonomy term?
- Display custom post types in dropdown with option “all”
- How to select custom posts thats are tagged with multiple taxonomies using wpdb
- How to debug failing updates for custom post type?
- Custom post type single page returning 404 error when sharing archive url with custom taxonomy
- I want to create a metabox under custom taxonomy
- Grid slider with custom post type (how to filter with taxonomies?)
- Dropwdown: Get taxonomy terms from posts that share preselected terms from 3 other taxonomies
- Order posts by meta value hiding posts instead of re-ordering
- Set different posts_per_page for custom post type/taxonomy
- Why get_posts() returns empty array while I am trying to get posts from some specific taxonomies and work properly with others?
- Facing some Issues on Two Parts Custom Post Type Taxonomy Names
- I want to create an archive and single page for a custom taxonomy for a custom post type
- Looping through custom taxonomy in one template
- Change the url of a custom post type to include taxonomy
- Creating adminable dynamic filtering on custom post type
- Complex strcuture as CPT or taxonomy for use in woocommerce product variations [closed]
- WP_Query for CPT with filter by another WP_Query
- Get posts in same category not working
- Heirarchical URLs with CPT and custom taxonomy
- How to query posts by meta keys AND under specific category?
- Shortcode display CPT Query only showing 1 post?
- Permalinks when using Custom Post Type with static page for archive
- How to change permalinks to taxonomy and post type’s posts
- Query Posts with Custom Taxonomy from a Custom Post Type
- How to show a custom taxonomy using a custom template
- Get Registered Custom Post Type to get All Custom Taxonomies
- Parent cpt/child custom post type URL permalink relationship
- Query Only Show Text on Posts With Certain Taxonomy Tag
- Plugins for putting Custom Post Types into the Menu
- Custom term link return 404 error
- Remove slug from Custom Category Permalink + dual-category permalinks
- How to make a single Menu Item call another Mega Menu for Custom Post Types and Custom Taxonomies?
- Display ONLY ONE $term (Out of 4 terms) from a Custom Taxonomy and CPT
- Same slug for Custom Taxonomy archive and CPT archive – Rewrite rule not working
- Problem with shortcode