Page 1 of 1

permalink in entry footer?

Posted: Thu Aug 31, 2006 3:46 am
by Elaine
Anyone know how I can add each entry's permalink to the entry footer?

I'm assuming I have to add a bit of code to entries.tpl, but what exactly would I add? And would I have to change something anywhere else?

Re: permalink in entry footer?

Posted: Thu Aug 31, 2006 11:59 am
by garvinhicking
Hi!

That's right. Just put {$entry.link} anywhere you want the permalink to appear within your entries.tpl file :)

Best regards,
Garvin

Thank you

Posted: Thu Aug 31, 2006 6:29 pm
by Elaine
I added

<a href="{$entry.link}">{$CONST.Permalink} </a>

in the entryFooter section of entries.tpl

Posted: Thu Aug 31, 2006 9:42 pm
by judebert
And I assume it worked?