內容簡介
⚠️ 此外掛正在開發中
此外掛將從靜態 HTML 檔案更新或建立文章。
它適用於開發。
運作方式:
在您的伺服器上建立基本目錄。
在基本目錄中以"文章類型縮略名"命名一個目錄。
將 HTML 檔案放入該目錄中,並將文章內容儲存為此 HTML。
前往 "Code to Post" 選單,並點擊 "更新至文章"。
範例樹狀圖
my-posts-dir
├── post (文章類型縮略名)
│ ├── hello.html (文章縮略名.html)
│ └── any-slug.html
│
├── page
│ ├── about.html
│ ├── searvice.html
│ └── searvice (上層文章縮略名)
│ ├── searvice-child-01.html
│ └── searvice-child-02.html
│
└── my-custom-post
├── custom-post-01.html
└── custom-post-02.html
外掛標籤
開發者團隊
原文外掛簡介
⚠️ This plugin in development
This plugin update or make post from static html files.
It’s useful for development.
How it works:
Create a base directory on your server.
Create directory named by “post type slug” in base directory.
Put html file in the directory. and save post content to this html.
Go to ‘Code to Post’ menu, and click ‘Update to Post’.
Example tree
my-posts-dir
├── post ( posttype slug )
│ ├── hello.html ( post slug.html )
│ └── any-slug.html
│
├── page
│ ├── about.html
│ ├── searvice.html
│ └── searvice ( parent post slug )
│ ├── searvice-child-01.html
│ └── searvice-child-02.html
│
└── my-custom-post
├── custom-post-01.html
└── custom-post-02.html
