How to display news fields for artcileid on non-news page?
Posted: Sat Aug 07, 2010 7:21 pm
I am trying to display fields from news articles on non-news pages. I wish to be able to display only the author, date, and category of specific article id's, not the summary or detail. I have the general concept but cannot put the code together correctly. Can anyone help me to make this code work please.
Above you see that if I put artcileid="5" I want the code to display the author, date, category of that news article.
Any help appreciated. Still trying myself...
Code: Select all
{news articleid="5"}{$entry->postdate|cms_date_format}{$entry->category}{$entry->author}
Any help appreciated. Still trying myself...