如何在Wordpress REST API中检索类别/标记列表

sov*_*ndy 5 wordpress

有谁知道如何在Wordpress JSON Rest API中获取类别列表?看来当前的API不支持检索类别列表(虽然XML-RPC确实如此).

http://developer.wordpress.com/docs/api/

Jas*_*don 5

根据WP REST API页面,您可以点击http://example.com/wp-json/wp/v2/categories。这可能是 Rest API v2 的补充,但我不确定。


Raj*_*ara -3

尝试这个<?php echo get_the_category_list(); ?>