• tpkruse

    (@tpkruse)


    I am trying to write a theme with a home page that allows the display of the one or two most recent posts, then displays a widget area, and then the remainder of the posts below.

    Loading the two most recent posts is easy. But I can’t figure out how to then load the rest of the posts below, skipping the two that were already displayed.

    Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter tpkruse

    (@tpkruse)

    Figured it out using:

    query_posts('offset=2');

Viewing 1 replies (of 1 total)
  • The topic ‘Add widget area between posts’ is closed to new replies.