1 johnnyeng Feb 06, 2007 23:06
3 johnnyeng Feb 12, 2007 21:57
hmm, that doesn't seem to work either.
That displays the permalink.
I'd like to link to an external site.
The following snippet will not display properly, but it might give a better idea of what I'm going for...
<?php echo ('<a href='); ?>
<?php $Item->title(); ?>
<?php echo ('>More >></a>'); ?>
Thanks much.
Like this?
$Item->permanent_link('#title#');