Conditional single.php statement not recognizing conditionals
My first suspicion that something is amiss is this: $post = $wp_query->post; You shouldn’t need to do this. Anywhere that the query conditionals are already setup, the conditionals will assume the current Post ID. So, that suggests a couple things: The specified categories don’t actually exist. I will assume this not to be true, since … Read more