Hello,
My blog has got 3 big categories and I would like to show just 3 post of them at my home grouped by the categories. So the home would look like this:
CATEGORY 1
Last Post 1
Last Post 2
Last Post 3
CATEGORY 2
Last Post 1
Last Post 2
Last Post 3
CATEGORY 3
Last Post 1
Last Post 2
Last Post 3
I have got other small categories but I just want to show the 3 biggest.
I found that it can be done using Multiple Loops (http://codex.wordpress.org/The_Loop) but I couldn't make it work.
Does anybody know how to do it?
Thanks!