Just updated from v.2.1.3 to v.2.2.2 and noticed that the following code is no longer working, as in not returning any results:
{exp:channel:entries channel="downloads" dynamic="off" url_title="dl_{segment_3}"}If I manually replace the value contained within segment_3, the code works as intended and returns the desired results:
{exp:channel:entries channel="downloads" dynamic="off" url_title="dl_123"}I even tried replacing segment_3 with other variables with no success. It looks like anything in curly braces gets ignored if it’s inside the ‘url_title’ parameter.
Any ideas?