Hi Guys, i have a site that has 2 news feeds, fed from the same news module.
I am trying to limit one of the pages to ONLY display 3 posts, then the main news section display them all.
I have tried this {news pagelimit="3"} and also {news number="3"} with no luck, it simply adds a pagination menu to the news section, is there anyway that i can simply display the 3 latest posts on this page whilst keeping all news items on the main news page?
Many thanks
Limit news posts to 3[SOLVED]
Limit news posts to 3[SOLVED]
Last edited by eddyndm on Thu May 24, 2012 9:45 am, edited 1 time in total.
Re: Limit news posts to 3
use parameter {news number='3' summarytemplate='latestposts'} and create a new summarytemplate called 'latestposts' where you delete the pagination.
Re: Limit news posts to 3
Worked a treat! Thankyou 
