WP_query ‘orderby=none’ Problem
I have another database which stores post’s IDs and I want do display them using WP_query to use the WP default pagination. I’m using orderby => none to preserve the original order, but the result reorders them by IDs.