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!
How do I remove part of the entry text??
-
floweringmind
- Regular
- Posts: 7
- Joined: Thu May 19, 2005 12:55 am
-
carl_galloway
- Regular
- Posts: 1331
- Joined: Sun Dec 04, 2005 5:43 pm
- Location: Andalucia, Spain
- Contact:
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
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