I am using the Post Types Order plugin to re-order posts on WP Admin.
Is there a way to fetch WP REST API by that order?
/wp-json/wp/v2/posts?orderby ??
WP Rest Api docs only shows order by: date, id, include, title, slug
I am using the Post Types Order plugin to re-order posts on WP Admin.
Is there a way to fetch WP REST API by that order?
/wp-json/wp/v2/posts?orderby ??
WP Rest Api docs only shows order by: date, id, include, title, slug
Just omit
orderby
from the query and it will do it: