php 查询帖子类型wordpres
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 查询帖子类型wordpres相关的知识,希望对你有一定的参考价值。
<?php
query_posts( array(
'post_type' => 'contact',
'posts_per_page' =>10,
) );
while ( have_posts() ) : the_post(); ?>
<div class="col-md-6 col-sm-12">
<div class="person">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<?php if( get_field('image_person') ): ?>
<img src="<?php the_field('image_person'); ?>" style="width: 232px;height: 232px"/>
<?php endif; ?>
</div>
<div class="col-md-6 col-sm-6">
<div class="person_info">
<h3><?php the_field('full_name_person'); ?></h3>
<h4><?php the_field('position_person'); ?></h4>
<h5><?php the_field('expertise_person'); ?></h5>
<h5><?php the_field('phone_number'); ?></h5>
<h5><?php the_field('email_address_person'); ?></h5>
</div>
</div>
</div>
</div>
</div>
<?php wp_reset_postdata(); endwhile; ?>
以上是关于php 查询帖子类型wordpres的主要内容,如果未能解决你的问题,请参考以下文章
Wordpres,查询最新帖子
PHP 查询帖子 - 自定义帖子类型的分页结果
php facetwp检查帖子类型查询
php facetwp检查帖子类型查询
php WordPress多个帖子类型查询插件 - 由ACF排序
通过帖子类型查询 - 没有显示