How to get the custom post meta
-
In the wp-postviews.php, i’ve used this:
$temp = str_replace("%POST_CUSTOM_FIELD%", get_post_meta($post->ID, "custom_field", true);
But doesn’t works.How to do this?
Thanks
- The topic ‘How to get the custom post meta’ is closed to new replies.