Hello, I am developing the website iheartf1.co.uk, although really its everyone on here developing it as I ask way too many questions!! Anyway on our latest news page (iheartf1.co.uk/p/latest-news.html) we have an auto slider at the top the a list of latest posts. Is there any way to omit the top four latest posts from the recent posts code? I know it sounds weird I would just like the slider to show the most recent 4 then the rest underneath... Any help?? Thanks..
We were having issues with the slider, they have now been rectified and it is up again, we still want to omit the first 4 recent posts if possible.
Your jquery slider work perfectly and it show only the 4 Latest Posts like it's setup on your javascript code : <script style="text/javascript"> var numposts_gal = 4; var numchars_gal = 100; var random_posts = false; // random posts </script> HTML: var numposts_gal = 4;
Thanks for your reply, it wasn't the slider that we wanted to omit the latest from it was the feed underneath... Sorted now thanks anyway