switch statement for taxonomy content
Your code is all upside down and scrambled. What you would want to do is to check for a specific term and then feed that into get_the_term_list(), not the other way around. Also, evaluate your switch to true. I would probably first get an array of terms attached to the post and then check if … Read more