Please help with this code for custom post type “video”:
If is single-video.php page {
list custom-taxonomy of video. Example actors
} Else { do nothing }
I´m tried with is_single, is_singular, is_page_template but imposible.
Please help with this code for custom post type “video”:
If is single-video.php page {
list custom-taxonomy of video. Example actors
} Else { do nothing }
I´m tried with is_single, is_singular, is_page_template but imposible.
You must be logged in to post a comment.
According to the WordPress conditional docs it should be:
Also if you want a blank page or no content to show when the CPT is not video you don’t really need the
else
so you could omit it. You could ALSO do something like: