Hi. I'm having a small challenge.
Based om this simplified xml file I want to present only two articles per. categori
<articles>
<article>
<category></category>
<title></title>
<text></text>
</article>
</articles>
The xml is made so every new article comes on top, so the newest articles are always on the top.
So what I want to do is to say to php that you will show every article but only two for each category.
Does anyone have a simple solution to this issue?
Kind regards, Cato