Wordpress中的自定义字段
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress中的自定义字段相关的知识,希望对你有一定的参考价值。
// Syntax for custom field call // // Example, First set Custom Field in "Create Post" or use "Custom Field Template"-Plugin. In this case I create the field "CustomPower". Then call the field via get_post_meta. Easy :) // <p class="whatever"><?php echo get_post_meta($post->ID, 'customPower', true); ?></p>
以上是关于Wordpress中的自定义字段的主要内容,如果未能解决你的问题,请参考以下文章