Changes between Version 1 and Version 2 of Ticket #29291, comment 2
- Timestamp:
- 10/14/2016 06:31:37 PM (10 years ago)
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.1 Why not extend this to the WP_Query. The gallery shortcode uses the `post__in` and `include` parameters. 2 2 3 3 It'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.