1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

WordPress Rest APIとパーマリンク

Posted at

Rest APIで投稿一覧を取得したい

https://サイトのURL/wp-json/wp/v2/posts
上記のようにすれば投稿一覧が取得できる

なぜか404エラーになるんだけど・・・

なんとパーマリンクの設定が「基本」のままだと動かないらしい。とりあえずパーマリンクの設定を「投稿名」にすると動いた!

パーマリンクを「基本」のままでRestAPI使いたいんだけど・・・

https://サイトのURL/?rest_route=/wp/v2/posts
どうもこんな感じで書くといいみたい。
カスタムAPIも問題なく動いたよ。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?