PHP WordPress(WP)自定义字段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP WordPress(WP)自定义字段相关的知识,希望对你有一定的参考价值。

<div class="lead-image-wrapper">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<?php $image = get_post_meta($post->ID, 'lead_image', true); ?>
<img alt="<?php the_title_attribute(); ?>" src="<?php echo $image ?>" />
</div>

以上是关于PHP WordPress(WP)自定义字段的主要内容,如果未能解决你的问题,请参考以下文章

WP 插入 post PHP 函数和自定义字段

Wordpress:使用 wp_insert_post() 填充自定义帖子类型字段

wordpress中怎样设置404自定义错误指向wp-404-handler.php???

Wordpress 管理员自定义字段

PHP Wordpress:通过functions.php自定义wp-login.php

在 PhP、Wordpress 和 MySQL 中,查找最近的位置的功能不适用于自定义表