Hi all. I have a custom field called “edition-date” and it isn’t parsing in my template. Here’s my code (yep - this is the only code in the template)
{exp:weblog:entries weblog="editions" orderby="edition-date" sort="desc" limit="1"disable="categories|member_data|trackbacks" paginate="bottom"}
{title} : {edition-date format="%D, %F %d, %Y - %g:%i:%s" }
{/exp:weblog:entries}The {title} renders just fine, but the edition-date does not. It spits out: {edition-date format="%D, %F %d, %Y - %g:%i:%s" }. Interestingly, it does order by the same field in the tag…
Thanks!