wpseek.com WordPress开发者和主题制作者的搜索引擎 功能 过滤器 动作 常量 XINGTwitterFacebookDelicious 通用信息 源码 Get the wpseek Android app the_post › WordPress FunctionSince1.5.0已弃用n/a› the_post ( 没有参数 )定义在:wp-includes/query.php , line 935 文档:Function_Reference/the_postIterate the post index in the loop.Related Functions: write_post, have_posts, get_post, next_post, get_posts 源码 function the_post() { global $wp_query; $wp_query->the_post(); }