
I'd like to use the News module for a minimalist blog. Therefore, the detail page should be a page in itself (not the main page).
Guess I should use the {detailpage='pagealias'} tag - but if that's the case, where to put it? In the summary template?
So {news detailpage='pagealias'} should be on the page where I want the news detail? or in the summary template?cyberman wrote: Create a page (not shown in menu). Then you have only call news module with your posted parameter like this
{news detailpage='pagealias'}
If you have a summary on news with a link "Read more" und you click this link the target for this will be your predefined page.