Posted on 09/12/2011 14:05:11
Hi Casper,
The News Module does not support this directly. What I do (in the News page template) is to add a Global:Paragraph.Content() tag which displays the contact information. That way, if the person leaves the company then you only need to edit the contact information one place.
If you have different contact persons for different news types, then you'll need either to have more that one News page template, or write an If statement based on the News Category that includes one or another Global:Paragraph.Content() tag.
<!--@If(News:CategoryName="General")-->
<!--@Global:Paragraph.Content(XX)-->
<!--@EndIf-->
<!--@If Not(News:CategoryName="General")-->
<!--@Global:Paragraph.Content(YY)-->
<!--@EndIf-->
regards
David
www.grublestova.no