I'm completely new to Serendipity and Smarty (and this forum - please have patience
But nonetheless I jumped into the cold water and just started to port the Emire theme from WordPress (http://ifelse.co.uk/emire/).
But now I'm a little stuck because of lack of knowledge of Serendipity's internals.
So far I managed to number the articles of a dategroup by means of some foreach constructs to style them differently on a page.
I also managed to hack together a plugin to construct a suckerfish menu from static pages by picking up some code in this forum and abusing the static pages sidebar plugin - still needs some nice styling but alas it works for me.
(You can see my progress so far at http://www.bogomips.de/s9y/)
But I up till now found no hint of how to determine whether an article to display is the very latest of the blog. I just want to style the very latest posting differently as the original Emire theme does.
Any ideas?