dsgncreative
Member
Posted 2 weeks ago #
I am looking for a plugin that can display multiple posts at the same time, and then scroll those posts to display another number of posts. I have been searching for a very long time and have not come across anything like it. The closest I can find will only display one post at a time and then scroll to the next.
nouveller
Member
Posted 2 weeks ago #
dsgncreative
Member
Posted 2 weeks ago #
Javascript is fine... I really don't know though... I just need it to work. LOL
nouveller
Member
Posted 2 weeks ago #
I'd use this jQuery plugin: http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider
Then do two loops, one in each <li>.
You'd have to use the offset parameter before each loop. http://codex.wordpress.org/Template_Tags/query_posts#Offset_Parameter
<div id="slider">
<ul>
<li>...loop one...</li>
<li>...loop two...</li>
</ul>
</div>
If your not an experienced coder. I might have a go @ a plugin like that at the weekend.
mercime
Member
Posted 2 weeks ago #
dsgncreative
Member
Posted 2 weeks ago #
thanks for the link, but I don't think I was clear enough. I am looking to display these recent posts in my sidebar and need them to scroll automatically own their own.