Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #29291, comment 2


Ignore:
Timestamp:
10/14/2016 06:31:37 PM (10 years ago)
Author:
keraweb
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29291, comment 2

    v1 v2  
    1 Why not extend this to the WP_Query. The gallery shortcode uses the `post__in` parameter.
     1Why not extend this to the WP_Query. The gallery shortcode uses the `post__in` and `include` parameters.
    22
    33It's not that difficult to allow a range for this parameter, the parser can convert it to an array of ID's before building the query itself.