Now I trying WP REST API, and I made a plugin that create Widgets using WP REST API.
Table of Contents
Required
Of course the plugin needs “WP REST API(Version2)”.
If you want to try it, you have to install “WP REST API(Version2)”.
How to install
Search “REST API Widgets”, you can find it.
How to Use
If you activate this plugin, you can use some Widgets.
New Post List Widget
If you want to change API query, you can use ‘rest-widgets-postlist-query’ filter.
[php]
$api_url = home_url( ‘/’ ). ‘wp-json/wp/v2/posts’;
$api_url = apply_filters( ‘rest-widgets-postlist-query’ , $api_url );
$api_url = esc_url( $api_url );
[/php]
rest-api-widget/class.postlist.php at master · hideokamoto/rest-api-widget
All Comment List Widget
Comment Form Widget
In fllowing page,this Widget is hidden.
– TOP
– Archive
– Closed Comment Post
Need Pull Request
ブックマークや限定記事(予定)など
WP Kyotoサポーター募集中
WordPressやフロントエンドアプリのホスティング、Algolia・AWSなどのサービス利用料を支援する「WP Kyotoサポーター」を募集しています。
月額または年額の有料プランを契約すると、ブックマーク機能などのサポーター限定機能がご利用いただけます。
14日間のトライアルも用意しておりますので、「このサイトよく見るな」という方はぜひご検討ください。