I want to display the specific custom field values in my custom post,i have used this code within the loop but still its not working can you anyone explain what is the problem?
2条回答 默认 最新
- dpvmtdu364462 2014-01-22 05:59关注
Try this code:-
<?php echo get_post_meta(get_the_ID(),'price', true); ?>
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报