Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35172, comment 3


Ignore:
Timestamp:
12/21/2015 01:36:13 PM (9 years ago)
Author:
bobbingwide
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35172, comment 3

    initial v1  
    22
    33It turns out that ''my experience'' varied depending on whether or not I'd specified a value for `numberposts`. When numberposts was missing then depending on shortcode being used I set numberposts to -1, which causes the offset value to effectively be ignored.
     4
     5For my paged queries, then numberposts and posts_per_page logic was equivalent to that in get_posts().