Memorize the instructions, then destroy this section 😊
This is a quick start template for a WordPress block theme with Tailwind CSS.
Watch the video guideSteps you need to do:
section
(or nav
, header
, footer
) for every template section and content block. Use Block action to turn the section into a block.
About the styling:
prose
so that prose is added both to the front-end and to the WP Block editor.
not-prose
class so that prose styling is disabled within that section.
non-prose
class. Instead non-prose
can be added on their sub-elements that do not display post content.
active
to the first item of the nav menu. Customize the style in Style manager.
wp-has-admin-bar
variant moves the top nav bar below the WordPress admin bar, if it is shown.
additional-editor-styles.css
contains CSS styling for the body
that is applied only in the WP block editor.