Changes between Initial Version and Version 1 of Ticket #37782, comment 8
- Timestamp:
- 09/25/2018 07:57:33 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37782, comment 8
initial v1 1 1 I've just put out another revision as [37782.5.diff] 2 2 3 This version uses the post__not_in argument on the WP_Query. But I had to do a check when the only pages returned are 'important' as so would be suppressed form the query making pagination fail, in this case I drop the suppress and prepend and just rely on the WP_Query results.3 This version uses the `post__not_in` argument on the `WP_Query`. But I had to do a check when the only pages returned are 'important' as so would be suppressed form the query making pagination fail, in this case I drop the suppress and prepend and just rely on the WP_Query results. 4 4 5 5 I've also updated the _post_status to support an $echo param.