Hi all,
I am new to EE. I think it’s the most flexible cms I’ve tried so far. So i am trying to learn how to use it and i have this question.
I want to display some news in asc order and when the user click the read more link to take him to the full article.
So far I’ve managed to create the news weblog with its custom field group. I’ve made the news template and I’ve published some entries.
I use the following code to get the entries
{exp:weblog:entries weblog="news" sort="desc"}
<h3>{title}</h3>
<p>{summary}</p>
<p><a href="??????" title="{title}">Read More</a></p>
{/exp:weblog:entries}
My question is what to insert to the href tag. I think that in order to display the full text i need to make a new template naming it news_fulltext for example.
How do i make the connection?
Thank you in advance.
