提交 bca78b94 编写于 作者: J jianbo

调整滑动图片文章的顺序,按设置的id顺序排序

上级 6fc8959a
......@@ -535,7 +535,7 @@ class RAM_REST_Posts_Controller extends WP_REST_Controller{
$posts =array();
if(!empty($postSwipeIDs))
{
$sql="SELECT * from ".$wpdb->posts." where id in(".$postSwipeIDs.")";
$sql="SELECT * from ".$wpdb->posts." where id in(".$postSwipeIDs.") ORDER BY find_in_set(id,'".$postSwipeIDs."')";
$_posts = $wpdb->get_results($sql);
foreach ($_posts as $post) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册