Change Title Based on Taxonomy Filter in archive-{cpt}.php
I’ll answer this question myself since I found the solution after consulting with my programmer friend. Basically the code above that I posted is wrong, turns out I shouldn’t be using get_the_term_list but to use get_query_var instead. The final code is to replace the above code I posted with these code: EDIT: Change few things … Read more