When you make modifications to templates the new HTML of the template is saved as a custom post type with the wp_template
post type. This is then used instead of the version stored in the theme directory. The same is true template parts, except the post type for those is wp_template_part
.
When you modify global styles the styles
and settings
properties of theme.json
are copied to to the database, this time as a post with the wp_global_styles
post type, with your changes applied to this copy.
Related Posts:
- Where are the full site settings stored?
- where the setting is stored in FSE, not theme.json
- How to set the background color of a template part (Header/Footer) in Twenty Twentythree?
- Is it possible to use a html page for homepage only, in WordPress Full Site Editing?
- Narrow paragraph block aligned to left of “wrapper”
- How can I disable fontSizes of the Paragraph block inside the Quote block with theme.json?
- After update to 6.2, FSE Editor is using only `contentSize`, ignoring `wideSide` setting
- Using [my_shortcode] in FSE template file
- Unload templates; disable parent Template Parts using only “theme.json”
- Can you turn off Upload & Install Fonts in FSE?
- How do I add unique id values to query loop block post template tags?
- How can I insert block content between post templates within the query loop block?
- Add fontFamily object to theme.json
- Once Again: How to Remove Option from Gutenberg Editor for Specific Block in theme.json
- Does theme.json get cached? How can I clear it?
- How can I add a color picker to a custom Gutenberg block which includes the default system palette from theme.json?
- WordPress Full Site Editing: How can I access my posts listing page?
- Setting font sizes in theme.json
- Is it possible to nest block styles in the theme.json
- Is it possible to disable font sizes on sub blocks only?
- How to display the post categories for each post inside the loop with custom format?
- The Global Styles missing
- Theme.json: creating different sections of the color palette
- Should you directly edit Template Parts and Templates from themes?
- block theme FSE – save changes to the theme?
- Any way to use classic Menus in Full Site Editing?
- Setting colors in theme.json changes default font size and family in backend
- Correct way to make a custom block theme responsive
- How to link ACF relationship field to the new Query block in Full Site Editing
- How to move the customizations done in the Editor to my child theme?
- How do I add custom CSS animations for specific Gutenberg blocks?
- How to add custom menu to block theme?
- Full site editor, hard-coded IDs in query blocks, and staging/dev servers
- Block Theme Template parts – Why saving a part updates the other ones?
- How I can add responsive font size in theme.json file
- How to automatically reload style variant .json?
- Update Content for a Custom Block Toolbar Button
- Get postId in a wordpress pattern file?
- Prevent executing query for wp_global_styles
- Full Site Editing (FSE) – How do I display no results with wp:query?
- Where can I find the definitive list of core blocks in html form
- In Full Site Editing, how do I get the templates I created to appear in the site editor when populating a new page?
- theme.json should be in the child theme folder when using xxxx.json style located in the styles folder?
- Full site editing templates folder vs block-templates
- Full Site Editing Non-editble global styles?
- Is there a way to add background-image to theme.json?
- How to add color icons to front of custom block color palettes
- How to add arbitrary custom CSS to a WordPress Block Theme using Site Editor?
- Gutenberg: where to find style settings
- theme.json is altering Group block HTML
- Different style options for the same block depending where it is used
- Calling get_header() with installed FSE theme
- How to change mobile menu (toggle) icon in WordPress – Full Site Editing?
- How can I disable theme.json default styles on a custom block
- Disabling Full Site Editor (FSE)
- Default styles overriding theme.json
- Adding copyright notice to page bottom in full site editing template
- Block to show posts from same category
- Custom Link Block with own background color
- How to display WordPress Twenty Twenty-Four’s built-in custom field in a post (or page)?
- Best approach to create a customized page
- Style priority in theme.json
- Get rendered HTML single view from post template
- Adding features to Gutenberg without theme.json
- How to make FSE’s query loop to order by comments number?
- How to only show sub-categories of current category (FSE, block editor)
- Add block templates (html) via plugin for custom post type
- Gutenberg – Shadow settings not available (theme.json)
- WordPress Page Width Issue: Seeking Solutions