/ Published in: PHP
URL: http://codesnippets.info/wordpress/get-custom-fields-value/
get custom fields value in wordpress theme
Expand |
Embed | Plain Text
To be used only inside WordPress’s Loop It displays the value of the custom field. Replace “custom_field_name” with the chosen name of your custom field. To display the value outside the loop use <?php global $wp_query; $postid = $wp_query->post->ID; ?>
You need to login to post a comment.
