I’m using the latest build of EE2 and I’m running into an issue where I’m not able to reference the url_title of entries. If I specify the entry_id instead, everything works as it should. However, I want to create generic templates that I can reuse throughout the site.
Works:
{exp:channel:entries channel="{product_channel}" entry_id="{product_id}"}Doesn’t work:
{exp:channel:entries channel="{product_channel}" url_title="{product_url_title}"}I’ve also tried referencing {segment2} and {segment1} but that doesn’t work either. Any ideas on what might be happening. For this particular site, I’m using the Structure add-on. Could this be causing the issue? Anything I should try or another approach that might allow me to make generic templates that I can deploy over the site?