Hello, I’m new to EE and building my first set of templates. I’m trying to pass the ‘year’ in the URL
../news/press-releases/2012
I don’t get any results. But if I hard-code the year in the channel tag, the results display fine.
{exp:channel:entries channel="press_release"
dynamic_parameters="year"
year="{segment_3}"
orderby="entry_date"
sort="desc"
disable="member_data|paginate"
}
<li>{entry_date format="%m/%d/%y"} - {title}</li>
{/exp:channel:entries}Thanks for your assistance.