File Editor
Directories:
.. (Back)
css
fonts
images
inc
js
page-templates
Files:
404.php
archive.php
author.php
category.php
comments.php
content-aside.php
content-image.php
content-link.php
content-none.php
content-page.php
content-quote.php
content-status.php
content.php
editor-style-rtl.css
editor-style.css
footer.php
functions.php
header.php
image.php
index.php
page.php
readme.txt
rtl.css
search.php
sidebar-front.php
sidebar.php
single.php
style.css
tag.php
Create New File
Create
Edit File: sidebar.php
<?php /** * The sidebar containing the main widget area * * If no active widgets are in the sidebar, hide it completely. * * @package WordPress * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ ?> <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> <div id="secondary" class="widget-area" role="complementary"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div><!-- #secondary --> <?php endif; ?>
Save Changes
Rename File
Rename