WordPress 数据表 结构 不定时更新其他的

51 阅读1分钟
wp_posts
字段含义
post_author文章的作者的用户ID
post_date文章的创建日期和时间
post_date_gmt文章的创建日期和时间(格林威治标准时间)
post_content文章的内容
post_title文章的标题
post_excerpt文章的摘要
post_status文章的状态,如“publish”(已发布)、“draft”(草稿)等
comment_status评论状态,如“open”(开放)、“closed”(关闭)等
ping_statusPingback状态,如“open”(开放)、“closed”(关闭)等
post_password文章的密码(如果有
post_name文章的URL别名
to_ping需要Ping的URL列表
pinged已经Ping过的URL列表
post_modified文章的最后修改日期和时间
post_modified_gmt文章的最后修改日期和时间(格林威治标准时间)
post_content_filtered过滤后的文章内容
post_parent父级文章的ID(如果有
guid文章的全局唯一标识符
menu_order文章在菜单中的排序顺序
post_type文章的类型,如“post”(文章)、“page”(页面)等
post_mime_type文章的媒体类型
comment_count评论数量