Viewing 1 replies (of 1 total)
  • You would want to modify the the main loop with query_posts and use the offset=3 for the query.

    This would skip the first three posts on your site. Now if you featured posts were anything other than the first three posts on your site than this might still show duplicate posts in your list.

    In that case I would modify the main loop to exclude the featured category.

    http://codex.wordpress.org/Function_Reference/query_posts

Viewing 1 replies (of 1 total)

The topic ‘Skip the first 3 posts.’ is closed to new replies.