File Editor
Directories:
.. (Back)
assets
inc
template-parts
Files:
404.php
archive.php
comments.php
footer.php
front-page.php
functions.php
header.php
index.php
page.php
readme.txt
rtl.css
search.php
searchform.php
sidebar.php
single.php
style.css
Create New File
Create
Edit File: sidebar.php
<?php /** * The sidebar containing the main widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package WordPress * @subpackage Twenty_Seventeen * @since Twenty Seventeen 1.0 * @version 1.0 */ if ( ! is_active_sidebar( 'sidebar-1' ) ) { return; } ?> <aside id="secondary" class="widget-area" aria-label="<?php esc_attr_e( 'Blog Sidebar', 'twentyseventeen' ); ?>"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </aside><!-- #secondary -->
Save Changes
Rename File
Rename