Forum Moderators: coopster
I can easily print off :
section1 - list all entries upddated this month
section2 - list all entries upddated this month
section3 - list all entries upddated this month
etc.
BUT what if I just want :
section1 - last 3 entries
section2 - last 3 entries
section3 - last 3 entries
etc.
I could just output everything and then get php to only show 3 OR I could do multiple calls for each section and use LIMIT - is there another way?