PHP 查询帖子 - 简单,不合规定制

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 查询帖子 - 简单,不合规定制相关的知识,希望对你有一定的参考价值。

<?php query_posts('posts_per_page=5&post_type=tratamiento');?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post();?>
	<a href="<?php the_permalink();?>"><?php the_title();?></a>
<?php endwhile; endif; wp_reset_query();?>

以上是关于PHP 查询帖子 - 简单,不合规定制的主要内容,如果未能解决你的问题,请参考以下文章

php 定制相关帖子

PHP 查询帖子 - 自定义帖子类型的分页结果

php 从WP查询中排除当前帖子

php 查询帖子类型wordpres

php 查询帖子

php Elementor帖子小部件查询