[SOLVED] Display only single news article
Posted: Tue Mar 22, 2011 12:39 pm
My website have something like highlight area where are 3 sections to promote products etc. and i would like to display a single news article (summary text) each on them.
There is no need to display anything else than summarytext of each article.
I have published 3 news articles (article ids for example 1,2 and 3).
html:
...
<div id="container">
<div class="item">{news number="1"}</div>
<div class="item">{news number="2"}</div>
<div class="item">{news number="3"}</div>
</div>
...
How can i get a single news article on each div?
btw: {news number="x"} didn't work.
There is no need to display anything else than summarytext of each article.
I have published 3 news articles (article ids for example 1,2 and 3).
html:
...
<div id="container">
<div class="item">{news number="1"}</div>
<div class="item">{news number="2"}</div>
<div class="item">{news number="3"}</div>
</div>
...
How can i get a single news article on each div?
btw: {news number="x"} didn't work.