gpt4 book ai didi

json - 通过 json 搜索 wordpress

转载 作者:行者123 更新时间:2023-12-02 05:04:18 25 4
gpt4 key购买 nike

我需要通过 wordpress json api 获取作者 ID。

例如:

http://eng.search.wordpress.com/?q=apple&page=2&s=date&f=json

输出是:

[{"title":"Rumor: Ya se habla del lanzamiento del Samung Galaxy S IV para marzo de 2013","link":"http://techyzmundo.com/2012/11/15/rumor-ya-se-habla-del-lanzamiento-del-samung-galaxy-s-iv-para-marzo-de-2013/","epoch_time":"1352993240","author":"Techyzmundo","guid":"http://techyzmundo.com/2012/11/15/rumor-ya-se-habla-del-lanzamiento-del-samung-galaxy-s-iv-para-marzo-de-2013/","content":"Al mismo estilo que Apple, no ha pasado ni 6 meses hay se est\u00e1 hablando de una nueva versi\u00f3n del Equipo bandera de Samsung para marzo del pr\u00f3ximo […]"},{"title..........."

json 输出中没有作者 ID。如何在 wordpress 中发送请求以搜索作者 ID 的网址?

最佳答案

您可以为此使用 WP 用户查询类 (http://codex.wordpress.org/Class_Reference/WP_User_Query),并且因为您有用户 nicename,所以您可以将其用作查询参数。

例如:

$user_query = new WP_User_Query(array('nicename' => 'Techyzmundo'));

这对你有用吗?

关于json - 通过 json 搜索 wordpress,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13400756/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com