News/Article Title Linkable?
error 232
From: -
From: -
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?
Philipp Esselbach
From: -
Editor
0From: -
Everything is possible . This is a small template modification.
Replace the <h1> … </h1> line in template news_story with:
and in template articles_summary with:
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>
Is is it possible to make news/article etc title linkable?