Skip to content

Instantly share code, notes, and snippets.

@mennwebs
Last active July 24, 2017 03:56
Show Gist options
  • Save mennwebs/a54a46d33ec6c69eb506ee4fff728ad8 to your computer and use it in GitHub Desktop.
Save mennwebs/a54a46d33ec6c69eb506ee4fff728ad8 to your computer and use it in GitHub Desktop.
แสดง custom field ทั้งหมดใน WordPress Loop
<pre>
<small>
<?php
$cf = get_post_custom($post->ID);
print_r($cf);
?>
</small>
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment