[WordPress] 外掛分享: FameTheme Demo Importer

首頁外掛目錄 › FameTheme Demo Importer
30,000+
安裝啟用
★★★★★
5/5 分(1 則評價)
336 天前
最後更新
問題解決
WordPress 4.5+ v1.1.11 上架:2016-09-20

內容簡介

這款 WordPress 外掛是官方的 FameThemes 主題,一鍵匯入主題的範例內容、小工具與設定。

如有需要,可以到 https://www.famethemes.com/ 取得免費支援。

新增主題支援。
更改預設範例的 GitHub 儲存庫。
apply_filters( 'demo_contents_github_repo', self::$git_repo );

將主題新增至預覽列表
apply_filters( 'demo_contents_allowed_authors', array('famethemes' => 'FameThemes','daisy themes' => 'Daisy Themes'};

新增主題範例支援。

在 GitHub 儲存庫中建立新的主題範例目錄 username/repo-name/theme-name。

支援單一主題多個範例

在 GitHub 儲存庫中建立新的主題範例目錄 username/repo-name/theme-name。
建立新的 JSON 檔案,並命名為 demos.json,在此加入範例清單。
建立名為 demos 的新範例目錄。
在新目錄中新增您的新範例 child-demo,例如完整路徑為 username/repo-name/theme-name/demos/child-demo,並放置 dummy-data.xml 與 config.json。

匯出範例 XML

轉到管理畫面中的「工具」>「匯出」

匯出 config.json

在管理畫面中,若使用者有「匯出」權限,請於當前網址中添加 ?demo_contents_export。
範例: https://example.com/wp-admin/?demo_contents_export

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1.11) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「FameTheme Demo Importer」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Import your demo content, widgets and theme settings with one click for FameThemes official themes.
Get free support at https://www.famethemes.com/

Add Support for your themes.
Change Default Demo GitHub Repository.
apply_filters( 'demo_contents_github_repo', self::$git_repo );

Add theme to listing preview
apply_filters( 'demo_contents_allowed_authors', array('famethemes' => 'FameThemes','daisy themes' => 'Daisy Themes'};

Support demo for a theme.

Create new theme demo dir in GitHub repo username/repo-name/theme-name.

Support multiple demos for a theme.

Create new theme demo dir in GitHub repo username/repo-name/theme-name.
Create new json file and name it demos.json, add list demos here.
Crate new demo dir and name it demos.
Add your new demo in new dir child-demo, so we have full path like this: username/repo-name/theme-name/demos/child-demo and put file dummy-data.xml and config.json

Export Demo XML
In Admin screen go to Tools -> Export
Export config.json
In Admin if user has cap export, add ?demo_contents_export in current url.
Example: https://example.com/wp-admin/?demo_contents_export

文章
Filter
Apply Filters
Mastodon