permalink in entry footer?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Elaine
Regular
Posts: 27
Joined: Thu Jul 20, 2006 10:21 pm

permalink in entry footer?

Post 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?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: permalink in entry footer?

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Elaine
Regular
Posts: 27
Joined: Thu Jul 20, 2006 10:21 pm

Thank you

Post by Elaine »

I added

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

in the entryFooter section of entries.tpl
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

And I assume it worked?
Judebert
---
Website | Wishlist | PayPal
Post Reply