Wordpress/頁:修訂版本之間的差異
出自福留子孫
(以“分類:應用軟體 ===概述=== *是 wp_posts 中的一筆資料 *#頁名在 post_title 欄 *#內容在 post_content 欄 *#到達方法在 guid 欄或/wordpress...”为内容创建页面) |
|||
第 1 行: | 第 1 行: | ||
[[分類:應用軟體]] | [[分類:應用軟體]] | ||
===概述=== | ===概述=== | ||
− | *是 wp_posts | + | *是 wp_posts 中的一筆資料,其 comment_status 欄為 closed |
− | *# | + | *#頁抬頭在 post_title 欄,會秀在整頁的最上方。本欄同時是串接新舊版本的 key |
*#內容在 post_content 欄 | *#內容在 post_content 欄 | ||
− | *# | + | *#到達方法: |
+ | *#*依 guid 欄,最終版本如 http://urclass.net/wordpress/?page_id=2417 | ||
+ | *#*依 guid 欄,舊版本如 http://urclass.net/wordpress/2417-revision-v1/ | ||
+ | *#*依 post_name 欄值,如 http://urclass.net/wordpress/tests/ 或 http://urclass.net/wordpress/2417-revision-v1 | ||
+ | *#最新版本其 post_type 為 page ,post_status 為 publish | ||
+ | *#舊版其 post_type 為 revision(調整),post_status 為 inherit(繼承) | ||
+ | *#最後更新版本的 id 始終不變,產生新的 id 去永舊版。 | ||
+ | *#直接改 post_content 欄值一樣生效,這樣就不會產生新的舊版資料。 | ||
+ | *#直接改 post_title 、 post_name 也生效。 |
2016年8月26日 (五) 19:25的修訂版本
概述
- 是 wp_posts 中的一筆資料,其 comment_status 欄為 closed
- 頁抬頭在 post_title 欄,會秀在整頁的最上方。本欄同時是串接新舊版本的 key
- 內容在 post_content 欄
- 到達方法:
- 依 guid 欄,最終版本如 http://urclass.net/wordpress/?page_id=2417
- 依 guid 欄,舊版本如 http://urclass.net/wordpress/2417-revision-v1/
- 依 post_name 欄值,如 http://urclass.net/wordpress/tests/ 或 http://urclass.net/wordpress/2417-revision-v1
- 最新版本其 post_type 為 page ,post_status 為 publish
- 舊版其 post_type 為 revision(調整),post_status 為 inherit(繼承)
- 最後更新版本的 id 始終不變,產生新的 id 去永舊版。
- 直接改 post_content 欄值一樣生效,這樣就不會產生新的舊版資料。
- 直接改 post_title 、 post_name 也生效。