• Resolved lelote

    (@lelote)


    Hello,
    Sorry if my english is not good.
    I hace a problem . i’d like to show posts except the four last posts!

    how can i do that?
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you mean that you don’t want to show the 4 most recent posts, try something like:

    <?php global $query_string;
    query_posts($query_string . 'offset=4');
    ?>

    before the start of the Loop.

    Thread Starter lelote

    (@lelote)

    Hey! Thank you bery much! I try with that and it’s everything ok!
    Thank you very much!!

    Have a nice day!

    You’re welcome. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to show posts except the four last posts’ is closed to new replies.