dongpai6552 2014-01-22 05:30
浏览 48
已采纳

如何在wordpress中显示自定义帖子字段值

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); ?> 
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?