Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 05:03
Show Gist options
  • Save nishinoshake/c66ebecdeac66cc493fd to your computer and use it in GitHub Desktop.
Save nishinoshake/c66ebecdeac66cc493fd to your computer and use it in GitHub Desktop.
WordPressでサムネイルのURLを取得
$image_url = wp_get_attachment_image_src(get_post_thumbnail_id( get_the_ID()))[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment