Document theme behavior and format editor styles

This commit is contained in:
2026-07-26 22:08:55 +02:00
parent c5cff94d5a
commit bf41df9ad6
16 changed files with 97 additions and 19 deletions
+5 -2
View File
@@ -3,10 +3,13 @@
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php wp_head(); ?>
<?php // Required hook for WordPress, plugins, and enqueued head assets.
wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php // Allows integrations to inject markup immediately after the opening body tag.
wp_body_open(); ?>
<?php // Lets keyboard users bypass repeated site navigation. ?>
<a class="screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'c1024-2026' ); ?></a>
<header class="site-header" id="masthead">
<div class="header-inner">