don't show at the startpage
Posted: Tue May 15, 2007 6:29 pm
Hi I don't know how to solve this problem,
I want that this code
doesn't shown at the Startpage (it is a Staticpage with the name: frontpage )
How can i do this?
Thanks
I want that this code
Code: Select all
{if $entry.is_extended}
<h2 class="serendipity_commentsTitle"><a href="{$entry.link}">{$entry.title|@default:$entry.body|truncate:200}</a></h2>
{else}
<h2 class="serendipity_commentsTitle_frontpage"><a href="{$entry.link}" >{$entry.title|@default:$entry.body|truncate:200:" ..."}</a></h2>
{/if}How can i do this?
Thanks