由于评论太多,我将在此处发布并稍后删除:
http://example.org // domain
?json=get_recent_posts // controller
# Arguments for the query start here
&post_type=mytype
&custom_fields=myfield
&include=title,custom_fields
&meta_key=myfield
&meta_value=myvalue
您是否尝试过以下方法?
调试响应:http://www.example.org/api/get_page_index/?dev=1
控件样式JSONP输出:http://www.example.org/api/get_recent_posts/?callback=show_posts_widget&read_more=More&count=3
错误时重定向:http://www.example.org/api/posts/create_post/?callback_error=http%3A%2F%2Fwww.example.org%2Fhelp.html
您能发布一下您从调试中得到的信息吗?