{"id":105645,"date":"2021-05-18T05:17:00","date_gmt":"2021-05-18T10:17:00","guid":{"rendered":"https:\/\/wpengine.com\/?p=105645"},"modified":"2024-01-01T01:23:06","modified_gmt":"2024-01-01T07:23:06","slug":"full-site-editing-future-of-building-with-wordpress","status":"publish","type":"post","link":"https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/","title":{"rendered":"Full Site Editing: The Future of Building with WordPress"},"content":{"rendered":"\n<p>If you are tuned into WordPress news sources or online communities, you\u2019ve probably heard chatter about how Full Site Editing is coming to WordPress.<\/p>\n\n\n\n<p>What exactly does that mean and what do you need to know to be prepared for the changes ahead? Those questions (and many more) are what we\u2019ll cover in this article and upcoming articles about Full Site Editing.&nbsp;<\/p>\n\n\n\n<p>Our goal is to help you stay informed and ahead of the curve with open source and WordPress, and getting up to speed on Full Site Editing before it&#8217;s introduced into WordPress #Core is an excellent way to do that.  <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is Full Site Editing?<\/h3>\n\n\n\n<p>Traditionally in WordPress, themes, plugins, and the native content editor have played distinct roles. Themes provide the logic, structure (header, footer, content area, etc.), and visual appearance of the site. Plugins extend the core functionality of WordPress. And the content editor (formerly the Classic Editor, but now the block editor) is used to create and manage content.<\/p>\n\n\n\n<p>With Full Site Editing, that paradigm is shifting.<\/p>\n\n\n\n<p>Blocks are no longer \u201cjust for content,\u201d but instead are taking on a broader role. With Full Site Editing, blocks can be used in other places on a WordPress site, such as the header, the footer, or the sidebar.&nbsp;<\/p>\n\n\n\n<p>What does this mean for themes and plugins? Well, it\u2019s not entirely clear yet. What is clear is that how we think about building sites with WordPress will look different moving forward.<\/p>\n\n\n\n<p>Full Site Editing is still being developed, so know that the specifics of implementation, etc. will continue to evolve. That said, any examples provided in this article are intended to help explain concepts and should not be used in a production environment.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The language of Full Site Editing<\/h3>\n\n\n\n<p>With the evolution of the block-based editor, the lexicon of WordPress is evolving, too. While there is an <a href=\"https:\/\/developer.wordpress.org\/block-editor\/principles\/glossary\/\" target=\"_blank\" rel=\"noreferrer noopener\">official glossary<\/a>, we\u2019ve selected some core terms and concepts to get you started.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Blocks<\/h4>\n\n\n\n<p>If you\u2019ve already worked with Gutenberg (a.k.a. The block editor), you\u2019re familiar with the concept of blocks.&nbsp;<\/p>\n\n\n\n<p><em>Blocks treat Paragraphs, Headings, Media, and Embeds all as components that, when strung together, make up the content\u2026 &#8211; <\/em><a href=\"https:\/\/developer.wordpress.org\/block-editor\/\" target=\"_blank\" rel=\"noreferrer noopener\"><em>Block Editor Handbook<\/em><\/a><\/p>\n\n\n\n<p>Instead of creating content with freeform text, inserted media, embeds, and shortcodes, content is created in a unit of blocks. The block editor was introduced with WordPress 5.0.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/d7oSoNxKHtmg61qjZJ8uULhlBbdEdevhAkFmiEsBobix3yp3M7rtsjPgF0UxSdGPzJmiOD0Vl-COwEznjwR7lye9rEZ5nZas65p3N_0hGMcjO0F4pEUhol_xmnw9tlwr4whrxpsO\" alt=\"\"\/><figcaption class=\"wp-element-caption\">&nbsp;Insert Block dialog box<\/figcaption><\/figure>\n\n\n\n<p>It\u2019s worth mentioning that there are both static and dynamic blocks. A static block contains content that\u2019s known at the time of saving a post (for example, a Paragraph block contains whatever text has been entered). A dynamic block, however, contains content that may not be known at the time of saving a post but instead is determined when the post is shown on the front end of the site. An example might be a list of latest posts. That content is dynamic as it\u2019s determined at the time the post is displayed.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Block patterns<\/h4>\n\n\n\n<p>In WordPress 5.3, the Group block was introduced. This made it possible to group, or nest, child blocks within a parent container.<\/p>\n\n\n\n<p>Block patterns take the idea of grouping blocks further and give site users a way to leverage predefined layouts on their sites. This benefits users by providing a starting point for page layout vs a blank canvas.&nbsp;<\/p>\n\n\n\n<p><em>Block patterns are predefined layouts of blocks that can be inserted as starter content that are meant to be changed by the user every time. Once inserted, they exist as a local save and are not global.<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/uxey8fe6Z83z-zMXxBjTCNC0xSRksVR5HD7P7cF38vnBjWdKeIwbNTWbPnffjPByCNftIYoRQVdkYA0x6_n5g9LlKk8QVjxoZClKIIoh7stGJ7jEPtzd0Ll8IlQrOdBHNyTkicBW\" alt=\"\"\/><figcaption class=\"wp-element-caption\">Gutenberg 8.0 adds patterns to the exiting inserter<\/figcaption><\/figure>\n\n\n\n<p>Mark Uraine, a WordPress contributor and Automattician, stated that <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/issues\/17335#issuecomment-528094739\" target=\"_blank\" rel=\"noreferrer noopener\">block patterns are largely influenced<\/a> by the Atomic Blocks and Design Library plugins.<\/p>\n\n\n\n<p>At the time of this writing, block patterns are not yet part of WordPress core. They are available with the Gutenberg plugin v7.7+. Some block patterns will exist natively in WordPress. Themes and plugins can also define block patterns via the <a href=\"https:\/\/developer.wordpress.org\/block-editor\/developers\/block-api\/block-patterns\/\" target=\"_blank\" rel=\"noreferrer noopener\">Block Patterns API<\/a> (introduced with Gutenberg 7.8).<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Templates<\/h4>\n\n\n\n<p>A template is a predefined arrangement of blocks and could include predefined <a href=\"https:\/\/developer.wordpress.org\/block-editor\/developers\/block-api\/block-attributes\/\" target=\"_blank\" rel=\"noreferrer noopener\">attributes<\/a> or even placeholder content.<\/p>\n\n\n\n<p>Traditionally in WordPress, template files are included in themes (and sometimes plugins) and are applied contextually to posts and pages based on the <a href=\"https:\/\/developer.wordpress.org\/themes\/basics\/template-hierarchy\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Template Hierarchy<\/a>. While template files are written in PHP, they may contain some HTML markup.<\/p>\n\n\n\n<p>A typical theme directory structure might look like this:<\/p>\n\n\n\n<p>\u251c\u2500\u2500 theme-name<\/p>\n\n\n\n<p>\u2502 &nbsp; \u251c\u2500\u2500 template-parts<\/p>\n\n\n\n<p>\u2502 &nbsp; \u2502 &nbsp; \u251c\u2500\u2500 content.php<\/p>\n\n\n\n<p>\u2502 &nbsp; \u251c\u2500\u2500 templates<\/p>\n\n\n\n<p>\u2502 &nbsp; \u2502 &nbsp; \u251c\u2500\u2500 template-cover.php<\/p>\n\n\n\n<p>\u2502 &nbsp; \u2502 &nbsp; \u251c\u2500\u2500 template-full-width.php<\/p>\n\n\n\n<p>\u2502 &nbsp; \u251c\u2500\u2500 index.php<\/p>\n\n\n\n<p>\u2502 &nbsp; \u251c\u2500\u2500 style.css<\/p>\n\n\n\n<p>In terms of Full Site Editing, the concept is similar except that templates (and template parts, which we\u2019ll address shortly) are HTML files containing block markup. The modified theme structure might look like this:<\/p>\n\n\n\n<p>\u251c\u2500\u2500 theme-name<\/p>\n\n\n\n<p>\u2502 &nbsp; \u251c\u2500\u2500 block-template-parts<\/p>\n\n\n\n<p>\u2502 &nbsp; \u2502 &nbsp; \u251c\u2500\u2500 header.html<\/p>\n\n\n\n<p>\u2502 &nbsp; \u2502 &nbsp; \u251c\u2500\u2500 footer.html<\/p>\n\n\n\n<p>\u2502 &nbsp; \u251c\u2500\u2500 block-templates<\/p>\n\n\n\n<p>\u2502 &nbsp; \u2502 &nbsp; \u251c\u2500\u2500 index.html<\/p>\n\n\n\n<p>\u2502 &nbsp; \u251c\u2500\u2500 index.php<\/p>\n\n\n\n<p>\u2502 &nbsp; \u251c\u2500\u2500 style.css<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Block template example<\/h5>\n\n\n\n<p>A simple template consisting of a header, content area, and footer might look like this index.html file from the Twenty Twenty Blocks theme:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!-- wp:group {\"align\":\"full\",\"className\":\"site-header\"} --&gt;\n&lt;div class=\"wp-block-group alignfull site-header\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:template-part {\"slug\":\"header\",\"theme\":\"twentytwenty-blocks\"} \/--&gt;&lt;\/div&gt;&lt;\/div&gt;\n&lt;!-- \/wp:group --&gt;\n\n&lt;!-- wp:group {\"align\":\"full\",\"className\":\"site-content\"} --&gt;\n&lt;div class=\"wp-block-group alignfull site-content\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:post-title \/--&gt;&lt;!-- wp:post-content \/--&gt;&lt;\/div&gt;&lt;\/div&gt;\n&lt;!-- \/wp:group --&gt;\n\n&lt;!-- wp:group {\"align\":\"full\",\"className\":\"site-footer\"} --&gt;\n&lt;div class=\"wp-block-group alignfull site-footer\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:template-part {\"slug\":\"footer\",\"theme\":\"twentytwenty-blocks\"} \/--&gt;&lt;\/div&gt;&lt;\/div&gt;\n&lt;!-- \/wp:group --&gt;<\/code><\/pre>\n\n\n\n<p>Regardless of the final implementation, block templates like their predecessor, theme templates, are used to determine layout.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Template parts<\/h4>\n\n\n\n<p>Template parts are the blocks equivalent of theme template parts.They are reusable chunks of code, meaning that a single template part (i.e. footer.html) could be included in a variety of templates.<\/p>\n\n\n\n<p>Just like block templates, block template parts include a predefined arrangement of blocks and HTML markup. Template parts are written in HTML and do not include any PHP.&nbsp;<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Template part example<\/h5>\n\n\n\n<p>Here\u2019s a an example of the header.html template part from the Twenty Twenty Blocks theme:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!-- wp:columns {\"align\":\"full\"} --&gt;\n&lt;div class=\"wp-block-columns alignfull\"&gt;&lt;!-- wp:column --&gt;\n\t&lt;div class=\"wp-block-column\"&gt;&lt;!-- wp:heading {\"level\":1,\"className\":\"is-style-header-site-title\"} --&gt;\n\t\t&lt;h1 class=\"is-style-header-site-title\" id=\"site-title\"&gt;&lt;a href=\"\/\"&gt;Twenty Twenty&lt;\/a&gt;&lt;\/h1&gt;\n\t\t&lt;!-- \/wp:heading --&gt;\n\n\t\t&lt;!-- wp:paragraph {\"className\":\"site-description\"} --&gt;\n\t\t&lt;p class=\"site-description\"&gt;Just another WordPress site&lt;\/p&gt;\n\t\t&lt;!-- \/wp:paragraph --&gt;&lt;\/div&gt;\n\t&lt;!-- \/wp:column --&gt;\n\n\t&lt;!-- wp:column --&gt;\n\t&lt;div class=\"wp-block-column\"&gt;&lt;!-- wp:navigation {\"className\":\"is-style-header-nav\",\"itemsJustification\":\"right\"} --&gt;\n\t\t&lt;!-- wp:navigation-link {\"label\":\"Home\",\"title\":\"Home\",\"type\":\"page\",\"url\":\"\/\"} \/--&gt;\n\n\t\t&lt;!-- wp:navigation-link {\"label\":\"About\",\"title\":\"About\",\"url\":\"\/about\"} \/--&gt;\n\n\t\t&lt;!-- wp:navigation-link {\"label\":\"Blog\",\"title\":\"Blog\",\"url\":\"\/blog\"} \/--&gt;\n\n\t\t&lt;!-- wp:navigation-link {\"label\":\"Contact\",\"title\":\"Contact\",\"url\":\"\/contact\"} \/--&gt;\n\t\t&lt;!-- \/wp:navigation --&gt;&lt;\/div&gt;\n\t&lt;!-- \/wp:column --&gt;&lt;\/div&gt;\n&lt;!-- \/wp:columns --&gt;<\/code><\/pre>\n\n\n\n<p>That template part consists of a two-column layout with the site title and description in the first column and a navigation menu in the second. It might render in the block editor like this:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/KT6RIKxuRG1mN_JrNf4A7koXV8Ya6tp58aqMQIGw_ojRi5frFigL6k-tOxqA8O8JCGPZI3b0n5l6OPjqGRKcSYFsrdLTkxECM1sVgxNgomqD5Dtc_Y_MBcMrZQ7t0hv8LkDFQkOe\" alt=\"\"\/><figcaption class=\"wp-element-caption\">Sample display of &#8220;header&#8221; template part in the block editor<\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">User-edited templates<\/h4>\n\n\n\n<p>While themes can define starter templates and template parts, users may want to modify them or even create new ones.&nbsp;<\/p>\n\n\n\n<p>Once a template is used in a post, the content is serialized and stored in the database as post_content. At the time of this writing, it is unclear how user-defined templates behave if a new theme is activated and contains templates of the same name.<\/p>\n\n\n\n<p>For instance, if a user has edited the header.html template part in an existing theme, that \u201ctemplate\u201d now exists in the database as serialized data. Should a user activate a new theme that includes a template part also named header.html, presumably the user-defined template would take precedence. However, the workflow around user-edited templates and template hierarchy are not documented as of yet.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Reusable blocks<\/h4>\n\n\n\n<p>Reusable blocks are a way to share a block (or a group of blocks) as reusable, repeatable pieces of content. A good use case might be a Call to Action or Email Signup form that you want to use in multiple locations on a site.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/l5RlzXvbP51Qbb8MHG_WqkttxV2nzASE8rJ_r0OKKdcah5AO1ejuKeL5JoJbWRCNPORkISVx6tJW8rHOOXVfKI6_5f0YrfinBisIBKeVTIXoVqq56Jx4KW-sm7HEpj0OUng6TFin\" alt=\"\"\/><figcaption class=\"wp-element-caption\">Example of a reusable block<\/figcaption><\/figure>\n\n\n\n<p>One important thing to note about reusable blocks: They are global, which means any edits to a reusable block are applied to every usage of that repeatable block on a site.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Block-based themes<\/h4>\n\n\n\n<p>To date, a block-based theme means a theme that includes support for the block editor and includes block styles. A great example is the default <a href=\"https:\/\/wordpress.org\/themes\/twentytwenty\/\" target=\"_blank\" rel=\"noreferrer noopener\">Twenty Twenty theme<\/a> from WordPress. It\u2019s designed to take full advantage of the flexibility of the block editor.<\/p>\n\n\n\n<p>Eventually, block-based themes will include support for Full Site Editing. Here\u2019s an <a href=\"https:\/\/github.com\/WordPress\/theme-experiments\/tree\/master\/twentytwenty-blocks\" target=\"_blank\" rel=\"noreferrer noopener\">experimental version of the Twenty Twenty theme<\/a> that supports Full Site Editing. You can check it out to get an idea of how a block-based theme of the future might be structured and coded.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Global styles<\/h4>\n\n\n\n<p>The block editor currently supports style customization on a per-block basis. For instance, on a paragraph block a user could select a font color, size, and optional background color.<\/p>\n\n\n\n<p>With Full Site Editing, global styles would enable things such as font scale, colors, buttons, etc. and universally apply those styles throughout the site.<\/p>\n\n\n\n<p><em>This initiative adds an interface to apply styling when in site editing mode. The styling will initially be global but also be able to apply just to the document (e.g. a Page or a Post) or to a component itself. For example, styling an individual button, all buttons within a page, and\/or all buttons across an entire site. &#8211; <a href=\"https:\/\/make.wordpress.org\/design\/handbook\/\">WordPress Design H<\/a><a href=\"https:\/\/make.wordpress.org\/design\/handbook\/\" target=\"_blank\" rel=\"noreferrer noopener\">andbook<\/a><\/em><\/p>\n\n\n\n<p>As with other core concepts of Full Site Editing that we\u2019ve discussed, the interface for global styles is still in flux. To see proposed\/example interfaces for the first phase of global styles, <a href=\"https:\/\/github.com\/WordPress\/gutenberg\/issues\/20367\" target=\"_blank\" rel=\"noreferrer noopener\">follow this Github ticket<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What all is changing with FSE?<\/h3>\n\n\n\n<p>Full Site Editing is a complete paradigm shift. For content creators, it\u2019s an extension of the block-based editing experience and offers a greater level of control without the need to code.<\/p>\n\n\n\n<p>For theme and plugin developers, it\u2019s a different approach to creating templates, applying base styles, and giving users a head start with block patterns.<\/p>\n\n\n\n<p>While the ultimate application of Full Site Editing remains to be seen, the concept and experimental development is well underway.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Blocks, blocks everywhere<\/h3>\n\n\n\n<p>The introduction of the block editor in WordPress 5.0 gave users the ability to create rich content in customizable blocks. The block editor, however, was limited to authoring pages and posts. The components of a full site layout, such as the header, sidebar, or footer were left to the theme.<\/p>\n\n\n\n<p>With Full Site Editing, themes can still include these layout elements, however they can be edited and customized directly by the user. Blocks aren\u2019t just for content. They\u2019re used to define site layout.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Democratizing design<\/h3>\n\n\n\n<p>Ultimately, the full site editor offers greater control for non-technical users over front-end design and display.&nbsp;<\/p>\n\n\n\n<p>Want to change the background color for the header? There\u2019s no need to learn CSS &#8212; simply edit the settings for that block. Or what about changing fonts site-wide? Users won\u2019t need code to do that either.<\/p>\n\n\n\n<p>While designers may cringe at giving users that much control, that control is what many users want. WordPress may <a href=\"https:\/\/w3techs.com\/technologies\/overview\/content_management\" target=\"_blank\" rel=\"noreferrer noopener\">dominate market share in the CMS space<\/a>, but the popularity of website builders such as Squarespace and Wix is evidence that people want the ability to design and build websites without knowing how to code.<\/p>\n\n\n\n<p>Between global styles and theme-defined styles, developers can place parameters around the choices that users have. For instance, a theme can define a default color palette. While users could select any color, having a predefined color palette can help direct users to make design decisions that are in alignment with theme styles.<\/p>\n\n\n\n<p>Eventually, user roles or permissions may also help determine which users can access these styles.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Custom templates<\/h3>\n\n\n\n<p>In the current world of WordPress, themes (and sometimes plugins) are used to define templates. For instance, a theme could provide a landing page template, a template for blog archives, or a front page. Plugins that register a custom post type might provide a custom template for that post type.<\/p>\n\n\n\n<p>Block-based themes will eventually use block templates and block template parts, giving users a starting point for smart site design. Site and content creators could then fine-tune styles, layouts, etc. as needed to meet their needs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Do page builders have a place in a block-based world?<\/h3>\n\n\n\n<p>Page builders enable non-technical users to build complex layouts for their websites with little to no code. Many page builders can control the design of an entire layout, including the header, sidebar, content area, and footer.<\/p>\n\n\n\n<p>When Gutenberg was first released, the block-based editor only applied to the content area, making it distinct from a page builder both in terms of experience and capability. With Full Site Editing around the corner, however, the block editor becomes increasingly competitive with page builders.<\/p>\n\n\n\n<p>Does this mean there is no future for page builders? Not necessarily. Page builders such as Elementor, Divi, and Beaver Builder enjoy widespread usage and it\u2019s not likely that their respective customer bases will bail the moment Full Site Editing is available.<\/p>\n\n\n\n<p>Justin Tadlock has an insightful editorial on <a href=\"https:\/\/wptavern.com\/will-page-builders-remain-competitive-in-the-block-era\" target=\"_blank\" rel=\"noreferrer noopener\">whether page builders will stay competitive in the block era<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">When should you adopt FSE?<\/h3>\n\n\n\n<p>The block editor was introduced to WordPress core in December 2018. Many users pushed back on adopting Gutenberg and continued using the Classic Editor for various reasons, but primarily because the editor felt more like an MVP than a fully-baked feature. Since that time, the block editing experience has improved significantly.<\/p>\n\n\n\n<p>If you (or your clients) are still relying on the Classic Editor, this is the time to make the switch to the block editor as that is the foundation for Full Site Editing.<\/p>\n\n\n\n<p>That said, FSE is still very much in development, so how quickly you engage with it depends on how you use WordPress. According to the <a href=\"https:\/\/wordpress.org\/about\/roadmap\/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress Roadmap<\/a>, Full Site Editing is a top priority for 2020 project development. It would not be surprising to see FSE in core by the end of 2020 or early in 2021.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Content Creators<\/h3>\n\n\n\n<p>For folks that use WordPress to create content, there\u2019s nothing to really \u201cadopt\u201d at this point. Other than getting comfortable using the block editor for content creation, there\u2019s nothing else you need to do right now.<\/p>\n\n\n\n<p>Just know that the experience of creating content with WordPress will continue to improve in new and exciting ways.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Consultants &amp; Site Creators<\/h3>\n\n\n\n<p>This is the right time to fully embrace the block editor for your own sites and for use on new client site builds. The more comfortable you are working with blocks, the more easily you\u2019ll be able to transition to Full Site Editing when the time comes.<\/p>\n\n\n\n<p>For now, make sure you\u2019re using Gutenberg-ready, block-based themes. These are themes built specifically with the block editor in mind. One of the biggest changes you\u2019ll notice is that widgets play a lesser role than ever before. Block-based themes enable you to create visually complex layouts, so instead of hard-coded widget areas in themes (especially on the front page), you use blocks as the foundation of your content design.<\/p>\n\n\n\n<p>The <a href=\"https:\/\/my.studiopress.com\/themes\/navigation\/\" target=\"_blank\" rel=\"noreferrer noopener\">Navigation Pro<\/a> theme from StudioPress is a nice example of this. Looking at the <a href=\"https:\/\/my.studiopress.com\/themes\/navigation\/#demo-full\" target=\"_blank\" rel=\"noreferrer noopener\">demo of the home page<\/a> (or the screenshot below), you\u2019ll see text overlaying images, overlapping elements, multi-column and grid layouts, etc. Each of these components is a block, some native to WordPress and some blocks provided by the free plugin Atomic Blocks.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/MykHRpQg23t8yC4sobwBjmL2Yo2KnDdhb_K0gryOX84ieJwt6kCfqZe-98Hu5gB7Vr1CMTqWSrD3u4-FuRcDYbvXvJGZl70pT9MSwi1wNbz_ZP4r8LiB_alQAJZfuuj4Og0Z1koy\" alt=\"\"\/><figcaption class=\"wp-element-caption\">Screenshot of Navigation Pro theme home page<\/figcaption><\/figure>\n\n\n\n<p>Creating layouts with blocks instead of widgets gives you greater flexibility when it comes to delivering attractive designs for your clients. And, of course, you can make many customizations without needing to touch the code, speeding up your workflow.<\/p>\n\n\n\n<p>If you haven\u2019t started working with block-based themes that are currently available, download a <a href=\"https:\/\/wordpress.org\/themes\/tags\/accessibility-ready+block-styles\/\" target=\"_blank\" rel=\"noreferrer noopener\">free theme from WordPress.org<\/a> or a StudioPress theme such as Navigation Pro* and start experimenting. Once you feel comfortable working with block-based content layouts, you\u2019ll be ready to embrace Full Site Editing when it\u2019s officially rolled into WordPress.<\/p>\n\n\n\n<p><em>* all <a href=\"https:\/\/wpengine.com\/wordpress-themes-and-tools\/\">StudioPress theme packages are free<\/a> for WP Engine customers<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Theme &amp; plugin developers<\/h3>\n\n\n\n<p>The time to dive into Full Site Editing is now!&nbsp;<\/p>\n\n\n\n<p>It bears repeating that these are experimental features and not intended for use on production sites. However, as you make plans for future theme development or plugin development that will leverage blocks, you\u2019ll want to be familiar with the development of Full Site Editing.<\/p>\n\n\n\n<p>In addition to the instructions below, here is related developer documentation:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/developer.wordpress.org\/block-editor\/developers\/block-api\/\" target=\"_blank\">Blocks API<\/a><\/li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/developer.wordpress.org\/block-editor\/developers\/themes\/block-based-themes\/\" target=\"_blank\">Block-based Themes<\/a> (experimental)<\/li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https:\/\/developer.wordpress.org\/block-editor\/developers\/block-api\/block-patterns\/\" target=\"_blank\">Block Patterns API<\/a> (experimental)<\/li>\n<\/ul>\n\n\n\n<p>To keep track of the Gutenberg project in Github, here are two great \u201csummary\u201d tickets:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/github.com\/WordPress\/gutenberg\/issues\/20791\" target=\"_blank\" rel=\"noreferrer noopener\">Full Site Editing Breakdown #20791<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/github.com\/WordPress\/gutenberg\/issues\/13113\" target=\"_blank\" rel=\"noreferrer noopener\">Phase 2 Scope &amp; Features #13113<\/a><\/li>\n<\/ul>\n\n\n\n<p>Stay tuned for the second part of this post which will offer additional detailed information about getting started with Full Site Editing. As we continue to get closer to its launch in WordPress #Core, we&#8217;ll have much more here on the WP Engine blog as well as other channels, to help you get up to speed. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you are tuned into WordPress news sources or online communities, you\u2019ve probably heard chatter about how Full Site Editing is coming to WordPress. What exactly does that mean and what do you need to know to be prepared for the changes ahead? Those questions (and many more) are what we\u2019ll cover in this article<span class=\"tile__ellipses\">&hellip;<\/span><span class=\"tile__ellipses--animated\"><\/span><\/p>\n","protected":false},"author":295,"featured_media":105652,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[372,17,81,408],"tags":[],"class_list":["post-105645","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-announcement","category-how-to","category-wordpress-community","category-wordpress-updates"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Full Site Editing: The Future of Building with WordPress<\/title>\n<meta name=\"description\" content=\"Full site editing is the next major change coming to WordPress. This blog post is the first of many that will help you stay informed and ahead of the curve.\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Full Site Editing: The Future of Building with WordPress\" \/>\n<meta property=\"og:description\" content=\"Full site editing is the next major change coming to WordPress. This blog post is the first of many that will help you stay informed and ahead of the curve.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"WP Engine\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wpengine\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-18T10:17:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-01T07:23:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpengine.com\/resources\/wp-content\/uploads\/2020\/05\/FSE_Hero.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Carrie Dils\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wpengine\" \/>\n<meta name=\"twitter:site\" content=\"@wpengine\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Carrie Dils\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/\",\"url\":\"https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/\",\"name\":\"Full Site Editing: The Future of Building with WordPress\",\"isPartOf\":{\"@id\":\"https:\/\/wpengine.com\/resources\/#website\"},\"datePublished\":\"2021-05-18T10:17:00+00:00\",\"dateModified\":\"2024-01-01T07:23:06+00:00\",\"author\":{\"@id\":\"https:\/\/wpengine.com\/resources\/#\/schema\/person\/489d7629d2fa700692c17a7b7cef9525\"},\"description\":\"Full site editing is the next major change coming to WordPress. This blog post is the first of many that will help you stay informed and ahead of the curve.\",\"breadcrumb\":{\"@id\":\"https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wpengine.com\/resources\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Full Site Editing: The Future of Building with WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wpengine.com\/resources\/#website\",\"url\":\"https:\/\/wpengine.com\/resources\/\",\"name\":\"WP Engine\",\"description\":\"Managed Hosting for WordPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wpengine.com\/resources\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wpengine.com\/resources\/#\/schema\/person\/489d7629d2fa700692c17a7b7cef9525\",\"name\":\"Carrie Dils\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpengine.com\/resources\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f76eebea55190fc320ee176c3b061cd738d35b1f088e5eb81955015b55df1748?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f76eebea55190fc320ee176c3b061cd738d35b1f088e5eb81955015b55df1748?s=96&d=mm&r=g\",\"caption\":\"Carrie Dils\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Full Site Editing: The Future of Building with WordPress","description":"Full site editing is the next major change coming to WordPress. This blog post is the first of many that will help you stay informed and ahead of the curve.","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Full Site Editing: The Future of Building with WordPress","og_description":"Full site editing is the next major change coming to WordPress. This blog post is the first of many that will help you stay informed and ahead of the curve.","og_url":"https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/","og_site_name":"WP Engine","article_publisher":"https:\/\/www.facebook.com\/wpengine","article_published_time":"2021-05-18T10:17:00+00:00","article_modified_time":"2024-01-01T07:23:06+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/wpengine.com\/resources\/wp-content\/uploads\/2020\/05\/FSE_Hero.jpg","type":"image\/jpeg"}],"author":"Carrie Dils","twitter_card":"summary_large_image","twitter_creator":"@wpengine","twitter_site":"@wpengine","twitter_misc":{"Written by":"Carrie Dils","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/","url":"https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/","name":"Full Site Editing: The Future of Building with WordPress","isPartOf":{"@id":"https:\/\/wpengine.com\/resources\/#website"},"datePublished":"2021-05-18T10:17:00+00:00","dateModified":"2024-01-01T07:23:06+00:00","author":{"@id":"https:\/\/wpengine.com\/resources\/#\/schema\/person\/489d7629d2fa700692c17a7b7cef9525"},"description":"Full site editing is the next major change coming to WordPress. This blog post is the first of many that will help you stay informed and ahead of the curve.","breadcrumb":{"@id":"https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpengine.com\/resources\/full-site-editing-future-of-building-with-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpengine.com\/resources\/"},{"@type":"ListItem","position":2,"name":"Full Site Editing: The Future of Building with WordPress"}]},{"@type":"WebSite","@id":"https:\/\/wpengine.com\/resources\/#website","url":"https:\/\/wpengine.com\/resources\/","name":"WP Engine","description":"Managed Hosting for WordPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpengine.com\/resources\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/wpengine.com\/resources\/#\/schema\/person\/489d7629d2fa700692c17a7b7cef9525","name":"Carrie Dils","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpengine.com\/resources\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f76eebea55190fc320ee176c3b061cd738d35b1f088e5eb81955015b55df1748?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f76eebea55190fc320ee176c3b061cd738d35b1f088e5eb81955015b55df1748?s=96&d=mm&r=g","caption":"Carrie Dils"}}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/posts\/105645","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/users\/295"}],"replies":[{"embeddable":true,"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/comments?post=105645"}],"version-history":[{"count":0,"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/posts\/105645\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/media\/105652"}],"wp:attachment":[{"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/media?parent=105645"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/categories?post=105645"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpengine.com\/resources\/wp-json\/wp\/v2\/tags?post=105645"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}