There are many ways how to code on WP. In our opinion the most important aspect is ease of use. Resp., the best way is the one, where developers have an easy time working, managers have an easy time changing content and users have a easy to use and SEO friendly site.
Live Canvas
- Always use the header and footer
- Pages where loops are required
- WooCommerce item card templates
- Never use in pages, where the user needs to change the content themselves
Gutenberg
- Everywhere, where the user needs to change the page content themselves
- If there is no fitting ready made block, a custom php block is required. Check the documentation on how to proceed.
