Ok, we had everything sorted out to make the title the anchor text in the last version, but I can't get it to work in the latest update.
On a client's site (http://www.createmyscene.com/blog/) we are trying to make the post title the anchor in the link to the permalink. Below is what seems like it should work, but it doesn't. Any ideas?
<h1><a href="<?php $Item->permanent_link( '#', '#', 'permalink_right' ); ?>"><?php $Item->title(); ?></a></h1>
This is what I use
In your exemple that would be