Omit latest posts

Discussion in 'HTML & Website Design' started by Iheartf1, Mar 5, 2013.

  1. #1
    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..
     
    Iheartf1, Mar 5, 2013 IP
  2. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #2
    Seems like you removed the Slider.. so is this resolved !?
     
    themes4all, Mar 5, 2013 IP
  3. Iheartf1

    Iheartf1 Greenhorn

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    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.
     
    Iheartf1, Mar 5, 2013 IP
  4. themes4all

    themes4all Well-Known Member

    Messages:
    662
    Likes Received:
    47
    Best Answers:
    6
    Trophy Points:
    100
    #4
    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;
     
    themes4all, Mar 6, 2013 IP
  5. Iheartf1

    Iheartf1 Greenhorn

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #5
    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
     
    Iheartf1, Mar 6, 2013 IP