• I have a custom post type that I need to grab a certain range of posts for.

    Say I want to grab the first 4 posts, display in 4 column row. Then grab the next three, so posts 4,5, and 6, to display in another row below, and so on to create a grid.

    Any way to query posts like this without writing the actual SQL?

Viewing 1 replies (of 1 total)
  • I would love to know the answer to this also. As I would like to break up the homepage into a top section with the latest posts from 1-10, then have something else like advert section, then show latest posts from 11-20 and so on…

    My research has taken me to looking at PHP functions of ‘query post’ and ‘showpost’ but I wondering if this can be down OOTB with shortcodes?

Viewing 1 replies (of 1 total)
  • The topic ‘Select a range of posts’ is closed to new replies.