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

News/Article Title Linkable?


avatar
error 232
From: -
News/Article Title Linkable?

Is is it possible to make news/article etc title linkable?

Notice

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

Responses to this topic


1 Re: News/Article Title Linkable?
avatar
Editor
0
From: -
Everything is possible Winking Face. This is a small template modification.

Replace the <h1> … </h1> line in template news_story with:
 <h1><a href="https://www.contentteller.com/contentteller{$insert['param_ext']}{$insert['param_ct']}news{$insert['param_action']}story{$insert['param_page']}{$insert['newsstory_seo']}.html">{$insert['newsstory_title']}</a> {$insert['newsstory_edit']}  {$insert['newsstory_rating_line']}</h1>


and in template articles_summary with:
 <h1><a href="https://www.contentteller.com/contentteller{$insert['param_ext']}{$insert['param_ct']}articles{$insert['param_action']}pages{$insert['param_page']}{$insert['article_seo']},1.html">{$insert['article_title']}</a> {$insert['article_edit']}  {$insert['article_rating_line']}</h1>

Notice

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