LoginSignup
4
4

More than 5 years have passed since last update.

WordPress 記事IDからカスタムフィールドテンプレートの内容リスト取得

Last updated at Posted at 2015-09-01

備忘録

get_post_custom_keys()の
パラメータに記事IDを指定すれば、
特定の記事のカスタムフィールドの値のリストを取得できます。

filename
get_post_custom_values($key, $post->ID);

//"page-mainImage"という名前だったら
get_post_custom_values("page-mainImage", $post->ID);
4
4
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
4
4