Hi,
Is there an option to automatically show the author name of articles ?
Thanks
How to show Author Name at bottom of article ?
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
The Freshy template indeed doesn't seem to show the author's name in the footer. But we can of course fix thatndclarte wrote:Template used is: Freshy
Website is: www.ecole-ndclarte-combrit.fr
Open /templates/freshy/entries.tpl in an editor and find this part:
Code: Select all
<small class='postmetadata'>
{if $entry.has_comments}Code: Select all
<small class='postmetadata'>
{$CONST.POSTED_BY} <a href="{$entry.link_author}">{$entry.author}</a><br />
{if $entry.has_comments}YL