# ブロックテーマ作成時の留意事項 ###### tags: `技術情報` https://twitter.com/bph/status/1644297577381220352 ``` <!-- wp:template-part {"slug":"loop-archive","theme":"x-t9","tagName":"div"} /--> ``` みたいにテンプレートパーツ呼び出す時、テーマ名ががあると子テーマに切り替えた時に認識しなくなるから親テーマではテーマ名を削除しておかないといけない。 https://github.com/vektor-inc/vk-blocks-pro/issues/1234#issuecomment-1226779264 ### FSE公式ドキュメント ブロックテーマ作成(公式英語) https://developer.wordpress.org/themes/ Theme.json https://developer.wordpress.org/themes/global-settings-and-styles/ ブロックテーマ作成(公式日本語) https://ja.wordpress.org/team/handbook/block-editor/how-to-guides/themes/create-block-theme/ グローバル設定とスタイル(英語) https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/ グローバル設定とスタイル(日本語) https://ja.wordpress.org/team/handbook/block-editor/how-to-guides/themes/theme-json/ theme.json 全項目 https://github.com/WordPress/gutenberg/blob/trunk/schemas/json/theme.json https://kiwi-dev.com/2022/12/05/wordpress-block-editor-json/ 可変文字サイズ https://wp.me/p2AvED-pvH ### FSEその他ドキュメント theme.json https://developer.wordpress.org/block-editor/reference-guides/theme-json-reference/theme-json-living/ https://qiita.com/TetsuakiHamano/items/1cff973739039e5efc18 5.9フック https://qiita.com/TetsuakiHamano/items/88861e3b78a5009994e5 https://developer.wordpress.org/block-editor/getting-started/full-site-editing/ https://fullsiteediting.com/ theme.json のフィルター上書き https://www.vektor-inc.co.jp/post/6-1-developer-info/ スターターテーマ https://github.com/WordPress/theme-experiments/tree/master/emptytheme https://make.wordpress.org/core/2022/01/04/block-themes-a-new-way-to-build-themes-in-wordpress-5-9/ スペーサーについて https://developer.wordpress.org/news/2023/03/everything-you-need-to-know-about-spacing-in-block-themes/ クエリーループでのショートコードの作成について https://myeasyguide.com/blog/use-acf-custom-fields-in-query-loop-block/