PHP WordPress查询某些自定义字段值的帖子
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP WordPress查询某些自定义字段值的帖子相关的知识,希望对你有一定的参考价值。
<?php $headerimage = get_posts('showposts=3&meta_key=headerimage'); foreach($headerimage as $post) : setup_postdata($post); ?>
<div id="header-image"><a href="<?php the_permalink(); ?>" title="Latest experiment from the DesignLab"><img src="<?php echo get_post_meta($post->ID, "headerimage", true); ?>" alt="" border="0" /></a></div>
<?php endforeach; ?>
以上是关于PHP WordPress查询某些自定义字段值的帖子的主要内容,如果未能解决你的问题,请参考以下文章
PHP 使用循环外的自定义字段自定义Wordpress查询
在循环外使用自定义字段的自定义Wordpress查询
如何为某些帖子类型禁用古腾堡/块编辑器?
php 搜索自定义字段:在Wordpress搜索中包括自定义字段/ ACF
php PHP - Wordpress - 搜索 - wordpress自定义搜索功能,包含ACF /高级自定义字段和分类法以及拆分表达式
php PHP - Wordpress - 搜索 - wordpress自定义搜索功能,包含ACF /高级自定义字段和分类法以及拆分表达式