Greetings all,
Simple question.
I do the following:
<h2>
By: <span>{author}</span>
on <span>{date format="%F %d %Y"}</span>
</h2>And i get the author, but the date displays as: By: Admin on {date format="%F %d %Y"}.
What am I doing wrong here?