Conversation
supportI would like the cluster to be organized in the order in which I enter the IDs, and not from highest to lowest. Is it possible that you can include that functionality in an update? The page I need help with: [ log in to see the link]
sorry for this late reply, i just discovered this section of wordpress 🙁 you can do it with order=”post__in” we use the wp_query parameter. Here you have the documentation: https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters ‘post_name__in‘ – Preserve post slug order given in the ‘post_name__in’ array (available since Version 4.6). Note – the value of the order parameter does not change the resulting sort order. let me know if it works!
sorry for this late reply, i just discovered this section of wordpress 🙁 you can do it with order=”post__in” we use the wp_query parameter. Here you have the documentation: https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters ‘post_name__in‘ – Preserve post slug order given in the ‘post_name__in’ array (available since Version 4.6). Note – the value of the order parameter does not change the resulting sort order. let me know if it works!