常用函数-get_post_status() 常用函数-get_post_status() 常用函数-get_post_status() 说明 按文章ID检索文章状态。 如果文章ID是附件,该函数给出源... 最后更新 2022.03.26
常用函数-get_post_mime_type() 常用函数-get_post_mime_type() 常用函数-get_post_mime_type() 说明 按ID编号检索附件的mime类型。 该函数可用于任何... 最后更新 2022.03.26
常用函数-get_post_type() 常用函数-get_post_type() 常用函数-get_post_type() 说明 检索目前文章或给定文章的文章类型。 用法 <?php g... 最后更新 2022.03.26
常用函数-get_children() 常用函数-get_children() 常用函数-get_children() get_children( )检索附件、版本、子页面等信息,一般情况下... 最后更新 2022.03.26
常用函数-get_extended() 常用函数-get_extended() 常用函数-get_extended() 说明 获取扩展项信息 ( <!–more–> ). 第二个... 最后更新 2022.03.26
常用函数-wp_get_recent_posts() 常用函数-wp_get_recent_posts() 常用函数-wp_get_recent_posts() 说明 按发表时间检索数据库中的$num最新发表文章。默认... 最后更新 2022.03.26
常用函数-wp_get_single_post() 常用函数-wp_get_single_post() 常用函数-wp_get_single_post() 说明 按文章编号检索某篇文章。 用法 <?php w... 最后更新 2022.03.26
常用函数-wp_delete_post() 常用函数-wp_delete_post() 常用函数-wp_delete_post() 说明 根据文章编号删除文章 用法 <?php wp_dele... 最后更新 2022.03.26