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

Remove "Read article" from article sumary


avatar
error 232
From: -
Remove "Read article" from article sumary

How do I do that?

Thanks

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
avatar
Editor
0
From: -
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>

Notice

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