hello
I have a question.
How I can display on the frontpage only the title linked to the full story?
Pls Help
Thx.


On your link_summary.tpl, make a condition where other details will only appear if you are viewing story details.
For example:
It will only show the summary when you are viewing the story details. Other contents that you want only to be visible in the story details must be place inside that condition.PHP Code:{if $pagename eq "story"}
{$story_content}
{/if}