Expression Engine 2.0 (beta) is the most awesome, amazing, poorly documented, annoying and exciting CMS I’ve ever used.
I’m trying to set up a clean url structure like:
site.com/category/sub-category/
Which is effortless in wordpress, however just doesn’t want to work in ee off the bat. I have to resort to mysql queries and logical bits of code like the one below just don’t work.
category="{if "{segment_2}"}{segment_2}{if:else}{segment_1}{/if}"
I miss wordpress.