How to unset a set query variable?
When I call the template part in the second instance, how do I ensure that no feature_id value is resident, since none is passed? I’m afraid you misunderstood what set_query_var really does. It doesn’t pass anything and it doesn’t work only for the next get_template_part call. OK, so what does it really do? From docs: … Read more