This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Article Contributed by {$insert['newsstory_source']}?


avatar
ReviewStud 135
From: -
Article Contributed by {$insert['newsstory_source']}?

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.

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']}?
avatar
OP 135
From: -
That did the trick.

Thanks,
1 Re: Article Contributed by {$insert['newsstory_source']}?
avatar
Editor
0
From: -
You could add it in template news_story

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>

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.