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
+2 -1
View File
@@ -4,6 +4,7 @@
<?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_class' => 'footer-menu', 'container' => false, 'fallback_cb' => false ) ); ?>
</div>
</footer>
<?php wp_footer(); ?>
<?php // Required hook for enqueued footer scripts and plugin output.
wp_footer(); ?>
</body>
</html>