1
1

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 5 years have passed since last update.

WP REST API で記事を取得時のアイキャッチサイズ指定

Posted at

WP REST API でアイキャッチ付きの新着記事を取得表示する際の、アイキャッチサイズの指定(忘備録)

アイキャッチ画像サイズの指定

['_embedded']['wp:featuredmedia'][0]['media_details']['sizes']['thumbnail']['source_url']

上記の['thumbnail']を

['medium']や['full']など書き換えればサイズ変更が可能。

1
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?