feat: Twenty Sixteen 主题,带定制 Header 布局 + mu-plugins

This commit is contained in:
2026-05-05 03:23:15 +08:00
commit d8aa8c3b03
112 changed files with 14573 additions and 0 deletions

16
twentysixteen/sidebar.php Normal file
View File

@@ -0,0 +1,16 @@
<?php
/**
* The template for the sidebar containing the main widget area
*
* @package WordPress
* @subpackage Twenty_Sixteen
* @since Twenty Sixteen 1.0
*/
?>
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<aside id="secondary" class="sidebar widget-area">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</aside><!-- .sidebar .widget-area -->
<?php endif; ?>