Skip to content

Instantly share code, notes, and snippets.

@kowata
Created March 26, 2014 06:13
Show Gist options
  • Save kowata/9777679 to your computer and use it in GitHub Desktop.
Save kowata/9777679 to your computer and use it in GitHub Desktop.
WP: カスタムフィールドの値を表示
<?php if(post_custom('hoge')) : $hoge=post_custom('hoge'); ?>
<?php echo $hoge ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment