
內容簡介
此外掛讓您可以:
– 建立新主題、空白主題、子主題或風格變化。
– 列出並預覽嵌入您佈景中的字型家族和字型樣式。
– 嵌入 Google 字型至您的佈景。
– 嵌入本機字型資產至您的佈景。
此外掛僅用於開發,並非用於生產網站,但可用作創建新主題的工具。
步驟 1:設置
安裝並啟用 Create Block Theme 外掛。
在 WordPress 管理後台中,外觀下會有以下三個新頁面:
– 創建 Block 主題
– 管理字型
步驟 2:風格自訂
使用網站編輯器對您的網站樣式和模板進行更改。您也可以使用外掛選項添加新字型。
步驟 3:匯出
仍在 WordPress 後台中,導航到「外觀」 ->「創建 Block 主題」部分。選擇可用選項之一,然後如果需要,輸入主題的詳細資訊。這些詳細資訊將用於 style.css 檔案。按一下「生成」按鈕,以儲存主題。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
This plugin allows you to:
Create a blank theme
Create a new theme based on the currently active theme
Create a child theme of the active parent theme
Create a new style variation
Export a theme
Save user changed templates and styles to the active theme
All newly created themes or style variations will include changes made within the WordPress Editor.
This plugin also makes several changes to the contents of a theme, including:
Adds all images used in templates to the theme’s assets folder.
Ensures the block markup used in templates and patterns is export-ready.
Ensures most strings used in templates and patterns are translate-ready.
Disclaimer: The Create Block Theme plugin offers critical developer-friendly features; you can think of it as a Development Mode for WordPress, and you should keep in mind that changes made through this plugin could change your site and/or theme permanently.
(Make sure you know what you’re doing before hitting that ‘Save’ button 😉)
Step 1 – Setup
Install and activate the Create Block Theme plugin.
There will be a new panel accessible from the WordPress Editor, which you can open by clicking on a new icon to the right of the “Save” button, at the top of the Editor.
Step 2 – Style Customizations
Make changes to your site styles, fonts and templates using the Editor.
Step 3 – Export
Still in the WordPress Editor, navigate to the Create Block Theme menu at the top of the Editor.
To save recent changes made in the Editor to the currently active theme:
Select “Save Changes” to save any recent changes to the currently active theme.
To install and uninstall fonts:
Install and activate a font from any source using the WordPress Font Library.
Select “Save Changes To Theme” and select “Save Fonts” to save all of the active fonts to the currently active theme. These fonts will then be activated in the theme and deactivated in the system (and may be safely deleted from the system).
Any fonts that are installed in the theme that have been deactivated with the WordPress Font Library will be removed from the theme.
or export the theme:
Select “Export Zip” to export the theme as a zip file.
To edit the theme metadata:
Select “Edit Theme Metadata” to edit the metadata for the theme. These details will be used in the style.css file.
To inspect the active theme’s theme.json contents:
Select “Inspect Theme JSON”
To create a new blank theme:
Select “Create Blank Theme”
Supply a name for the new theme (and optional additional Metadata)
Click “Create Blank Theme”
To create a variation:
Select “Create Theme Variation”
Provide a name for the new Variation
Click “Create Theme Variation”
To create a new Clone of the current theme or to create a Child of the current theme:
Click “Create Theme”
Click “Clone Theme” to create a new Theme based on the active theme with your changes
Click “Create Child Theme” to create a new Child Theme with the active theme as a parent with your changes
Many of these options are also available under the older, deprecated Create Block Theme page under Appearance > Create Block Theme.
General Troubleshooting
If you are having problems, please try the following:
Make sure you have the latest version of WordPress installed.
Make sure you have the latest version of the plugin installed.
Deactivate all plugins and see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
Switch the theme to the default theme to rule out any theme-related problems.
Check the Support forum for similar issues.
I’m getting a corrupt zip file when I export my theme
First follow the general troubleshooting steps above.
Please make sure you WP_DEBUG setting in your wp-config.php file is set to false like this: define( 'WP_DEBUG', false );.
If your theme includes PHP files, ensure those files do not use PHP closing tags ?> at the end of the file. If they do, remove them.
