6.0.2 Filtering Issue
-
Hello, we seem to have encountered a problem with the 6.0.2 update.
We’ve managed to come up with a workaround for our purposes, but the underlying issue seems to be in the plugin itself. Specifically, here: https://prnt.sc/_H_JwHSt2AW3.The issue arises in the standard
WP_Query
request with the ‘orderby’ sorting parameter with values like ‘none’ or ‘title’, i.e. with values that differ from the names of the fields in the ‘posts’ table, but are nevertheless acceptable and fairly common forWP_Query
(https://prnt.sc/c7fgw9rEf3CP). It appears that in order to filter posts, you are making an additional request based on an already initiated$wp_query
.While hardly critical, this is rather inconvenient, and we would appreciate a solution in a future update. Thank you.
- The topic ‘6.0.2 Filtering Issue’ is closed to new replies.