Hello,
I am building a site with “non-standard” EE URL structures. I am inserting the year and month into my URLs like:
http://mysite.com/section/2012/10/url-title
When setting the value for “Search Results URL” in the Channel Preferences, I am using:
/section/{entry_date format='%Y/%m'}/as the path, dynamically building the correct year/month.
In my templates, I am attempting to use:
{comment_url_title_auto_path}It appears this is not parsing and links are returning URLs like:
http://mysite.com/section/{entry_date format='%Y/%m'}/url-title
Is it possible to use dynamic code in the Channel Preferences fields?