Disable with WP_Query
-
How can I disable automatic sorting when using Q2W3 Post Order with WP_Query? I tried doing:
$q = new WP_Query(array( 'q2w3-post-order' => 'disable' ));
It’s still using the order defined in the Q2W3 settings.
- The topic ‘Disable with WP_Query’ is closed to new replies.