Page 1 of 1

Re: need help?

Posted: Fri Jun 22, 2018 9:52 pm
by Don Chambers
In your theme's entries.tpl file you can do this:

Code: Select all

{if not $is_single_entry and not $entry.is_extended and not $is_preview}
     <p>This view contains multiple entries</p>
{else}
     <p>This is a detailed entry view with comment form</p>
{/if}