Hi There,
I wish to use a JQuery Slider Plugin and it requires me to create a <DIV> for each slide (of say 5 image items). So for example, if i have 15 Images in 15 Weblogs, i will need to group them into three set of 5 weblogs each before the JQuery plugin can handle it effectively.
Is there a way to extract the weblogs in set of 5?
I know i can use something like
{exp:weblog:entries weblog="entried" limit="5" orderby="date" sort="desc" disable="member_data|trackbacks"}
But that will always give me only most recent 5 Items.
1. Is there a way to say that get me the next set of 6-10 and 11-15 and so on?
2. Where can i read about the whole set of parameters that can be passed to weblogs?
3. The scrollable that i am using is at http://flowplayer.org/tools/demos/scrollable/index.htm and if you notice the code there, it explains further how the slide items should be indicated in the <DIV>. Could someone please help me with a example code that I can use to get data(only a Image) from a Weblog and make it to work with this scrollable.
Please guide.
Regards,
Guddu