WP插入帖子,然后转到帖子 时间:2011-02-07 作者:Robin I Knight 执行WP\\u insert\\u posts数组后,如何将浏览器重定向到该帖子。非常感谢, 1 个回复 SO网友:Zack Try the following:$post_id = wp_insert_post( array( \'your\', \'args\', \'here\' ) ); $link = get_permalink( $post_id ); wp_redirect( $link ); die(); 结束 文章导航