Forums / Setup & design / Creating a link: Read more here
Kjell Inge Sandvik
Saturday 30 April 2005 9:27:39 am
I have made a page that shows the articles Header and Intro. Under that, I want to show a link that take the reader to the full article. How do I do that?
Sorry for the stupid questions :-)
Sandvik Web & Data
Konrad Mazurkiewicz
Saturday 30 April 2005 3:54:14 pm
Look at line templates, there should be something like that:
<div class="readmore"> <p> <a href={$node.url_alias|ezurl}>{"Read more"|i18n("design/shop/layout")}</a> </p> </div>
Sunday 01 May 2005 11:53:05 am
I don't quite get this...
The situation is that I have a main section on the page - kalled hovedfelt.tpl. In this I list all the articles (title and intro). Below this I want a link called "Read more" - and that link should show the article in the same main section of the page.
Which arguments do I have to give in the url to get this effect?