Article Contributed by {$insert['newsstory_source']}?
ReviewStud 135
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Article Contributed by {$insert['newsstory_source']}?
ReviewStud
OP
135
From: -
From: -
That did the trick.
Thanks,
Thanks,
1 Re: Article Contributed by {$insert['newsstory_source']}?
Philipp Esselbach
From: -
Editor
0From: -
You could add it in template news_story
Find:
and replace with:
Find:
<div class="content">{$insert['newsstory_teaserimage']}{$insert['newsstory_story']}{$insert['newsstory_tags']}</div>
and replace with:
<div class="content">{$insert['newsstory_teaserimage']}{$insert['newsstory_story']}<br /><br />Article Contributed by {$insert['newsstory_source']}<br /><br /> {$insert['newsstory_tags']}</div>
I am trying to figure out how I can add the line "Article Contributed by {$insert['newsstory_source']}" to or after the news_story_link in each article, but I need it to pull the news article source name.
Sorry, but am I making any sense?
Thanks for the help in advance.