提交 5b9358c3 编写于 作者: J jianbo

优化完善“猜你喜欢”的功能

上级 b08bbfba
......@@ -150,14 +150,14 @@ function custom_post_fields( $data, $post, $request) {
date_default_timezone_set('Asia/Shanghai');
$fristday= date("Y-m-d H:i:s", strtotime("-5 year"));
$fristday= date("Y-m-d H:i:s", strtotime("-1 year"));
$today = date("Y-m-d H:i:s"); //获取今天日期时间
$tags= $_data["tags"];
if(count($tags)>0)
{
$tags=implode(",",$tags);
$sql="
SELECT DISTINCT ID, post_title
SELECT ID, post_title
FROM ".$wpdb->posts." , ".$wpdb->term_relationships.", ".$wpdb->term_taxonomy."
WHERE ".$wpdb->term_taxonomy.".term_taxonomy_id = ".$wpdb->term_relationships.".term_taxonomy_id
AND ID = object_id
......
......@@ -2,7 +2,7 @@
/*
Plugin Name: REST API TO MiniProgram
Plugin URI: http://www.watch-life.net
Description: 为微信小程序、app提供定制WordPress REST API 输出.支持微信支付、微信小程序模板消息.
Description: 为微信小程序、app提供定制化WordPress REST API json 输出.
Version: 1.6.0
Author: jianbo
Author URI: http://www.minapper.com
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册