Hi all,
On my review site I list entries by rating. This makes it difficult to spot which entries are new since the visitor’s last visit. I’d like to insert a “NEW!” badge beside the newest entry in the list (or, say, every entry made in the last week—I post two per week). The list is at http://www.lunchblock.ie/index.php/site/list/
I’ve tried searching the docs but I’m unsure how to go about this. The easiest way I can imagine would be something along the lines of
{if newest="true"}new-badge.png{/if}or something like being able to compare the entry date with the current date, and if the difference is less than 1 week, show the badge.
Any ideas? Thanks!