Simple problem, but I can’t seem to find a solution. I have a weblog page with article links running down the page. I want the first entry only to have an additional class of “first” appended to it. I’ve tried if count = 1, “count” == 1 and other variations, and I can’t get it to work. What should I use?