Page 1 of 1

How do I remove part of the entry text??

Posted: Mon Oct 16, 2006 6:26 am
by floweringmind
I want to remove:

Posted by Sigrid Arvidison on 15/10/2006 in Home. Edit entry

I looked in the templates and I can't remove it. That part is contained in $content

Any help is appreciated!

Posted: Mon Oct 16, 2006 8:10 am
by carl_galloway
The $content variable starts a process that calls content.tpl followed by whichever other template file is required, and in your case the file you actually want to edit is entries.tpl within the folder for the template you have chosen to use.

If the template you are using doesn't have an entries.tpl file (some don't) then copy the entries.tpl from your default folder into the folder of the template you are using, open it in your favorite text editor, and simply remove the parts you don't need. The section you are looking for is contained within the <div class='serendipity_entryFooter'>

Hope that helps,

Carl