School OPEN Day
Two Sessions available: 9:00am and 1:00pmAssemble in the Auditorium(No registration required – simply turn up to one of the two sessions) Receive a guided tour…
applying custom args filter: issues
args after custom query
Array
(
[post_type] => post
[tax_query] => Array
(
[0] => Array
(
[taxonomy] => category
[field] => term_id
[terms] => 252
[include_children] => 1
[operator] => NOT IN
)
)
[orderby] => menu_order
[order] => ASC
[posts_per_page] => 100
[ignore_sticky_posts] => 1
[post_status] => publish
[meta_query] => Array
(
[0] => Array
(
[key] => issue-number
[value] => 39
)
)
)
Custom Post. The Query Is:
Array
(
[post_type] => post
[tax_query] => Array
(
[0] => Array
(
[taxonomy] => category
[field] => term_id
[terms] => 252
[include_children] => 1
[operator] => NOT IN
)
)
[orderby] => menu_order
[order] => ASC
[posts_per_page] => 100
[ignore_sticky_posts] => 1
[post_status] => publish
[meta_query] => Array
(
[0] => Array
(
[key] => issue-number
[value] => 39
)
)
)
Found Posts: 8







