




WordPress获取文章缩略图函数:get_the_post_thumbnail
WordPress函数get_the_post_thumbnail用于获取文章的缩略图,该函数会直接返回带有img标···


WordPress获取父页面ID函数:get_post_ancestors
WordPress函数get_post_ancestors用于获取父页面的ID,通常在企业模板中,侧边栏需要显示···

WordPress获取附件MIME类型函数:get_post_mime_type
WordPress函数get_post_mime_type主要用于获取附件的MIME类型,当然也能返回文章、页面的···

WordPress获取文章状态函数:get_post_status
WordPress函数get_post_status用于获取文章的状态,比较少用到。
get_post_status( int $···


WordPress获取编辑文章链接函数:get_edit_post_link
WordPress函数get_edit_post_link用于获取文章的编辑链接,需要用户登录网站后台才能获取···

WordPress获取删除文章链接函数:get_delete_post_link
WordPress函数get_delete_post_link获取删除文章的链接,访问获取到的这个链接将会把这篇···