I recently discovered that the recent entries plugin does not play well with posts that have no title. I've been playing with different 'wrong' things that users can do to break a theme, and whilst I have found a fix for entry titles, as below;
Code: Select all
<h4 class="serendipity_title"><a href="{$entry.link}">{$entry.title|@default:$entry.body|truncate:40:" ..."}</a></h4>