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?
permalink in entry footer?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: permalink in entry footer?
Hi!
That's right. Just put {$entry.link} anywhere you want the permalink to appear within your entries.tpl file
Best regards,
Garvin
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/
# 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/
Thank you
I added
<a href="{$entry.link}">{$CONST.Permalink} </a>
in the entryFooter section of entries.tpl
<a href="{$entry.link}">{$CONST.Permalink} </a>
in the entryFooter section of entries.tpl