您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

9 行
340 B

  1. <?php if ( is_active_sidebar( 'highlight' ) ) : ?>
  2. <aside id="highlighted" class="region region-highlighted">
  3. <div class="inner">
  4. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('highlight') ) : // begin secondary sidebar widgets ?>
  5. <?php endif; // end primary sidebar widgets ?>
  6. </div>
  7. </aside>
  8. <?php endif; ?>