Remove "Read article" from article sumary
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: Remove "Read article" from article sumary
Philipp Esselbach
From: -
Editor
0From: -
This is in template articles_summary. I highlight the line that you need to remove below:
<!-- Template: articles_summary -->
<h1>{$insert['article_title']} {$insert['article_edit']} {$insert['article_rating_line']}</h1>
<h2>Posted by: {$insert['article_author']} on: {$insert['article_date']} [ <a href="https://www.contentteller.com/contentteller{$insert['param_ext']}{$insert['param_ct']}articles{$insert['param_action']}summary{$insert['param_page']}{$insert['article_seo']}.html">{$insert['article_comments']} comment(s)</a> ]</h2>
<div class="content">{$insert['article_teaserimage']}{$insert['article_summary']}<br /><br />
{$insert['article_advertisement']}
<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">Read article</a>
{$insert['article_social']}{$insert['article_tags']}</div>
How do I do that?
Thanks