📜  wp_query 第一篇文章 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:40.135000             🧑  作者: Mango

代码示例1
// The Query
$the_query = new WP_Query( $args );
$the_query->post OR $the_query->the_post()