I’m having a big problem with Freebie + GWcode Categories. I am totally stumped. I have “locations” set up as a breaking segment in Freebie. I then visit /locations/illinois. The template is the following code:
{exp:gwcode_categories
show="9"
style="linear"}
test1-{cat_url_title}
{if freebie_2 == "illinois"}
test2
{/if}
{if freebie_2 == "{cat_url_title}"}
test3
{/if}
{/exp:gwcode_categories}This outputs:
test1-illinois
test2
Why won’t it display test3?? It makes zero sense…? Clearly the {cat_url_title} is equal to “illinois” and so is {freebie_2}. Can anyone lend an idea?? Banging my head against a wall here.