Recent Topics

1 Mar 03, 2005 06:36    

How can I get the post title to link to "More"? Previously I had it set up so the post title linked to the permalink so it looked like this in _main.php:

<a href="<?php $Item->permalink() ?>" title="<?php echo T_('Permanent link to full entry') ?>"><h3 class="bTitle"><?php $Item->title(); ?></h3></a>

What do I need to change?


Form is loading...