gpt4 book ai didi

wordpress - 如何在 Wordpress 中回显 100% 的 the_post?

转载 作者:行者123 更新时间:2023-12-05 04:18:43 29 4
gpt4 key购买 nike

因此,我查询帖子,取回匹配的所有内容,然后执行我的循环 - 但我想在每个循环中执行某种 print_r 类型的操作,以便我可以看到 100% 正在获取的数据。我脑子完全卡住了……求救!

这是我的查询,然后是我的循环:

<?php query_posts('post_type=property'); ?>

<?php while (have_posts()) : the_post(); ?>
<?php endwhile; ?>

只是想不通如何回显 100% 通过循环的每次迭代获取的内容?

感谢大家的帮助!

最佳答案

一定要用循环吗?如果没有,那么我会尝试:

<? $posts_array = get_posts('post_type=property');
print_r($posts_array); ?>

关于wordpress - 如何在 Wordpress 中回显 100% 的 the_post?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10940907/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com