File Editor
Directories:
.. (Back)
css
functions
html5
img
inc
js
languages
page-templates
sections
Files:
404.php
comments.php
footer.php
functions.php
header.php
index.php
page.php
readme.txt
searchform.php
sidebar.php
single.php
style.css
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 wlow */ ?> <aside id="sidebar" class="col-md-3" role="complementary"> <div class="content-sidebar"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('primary') ) : ?> <?php endif; ?> </div> </aside>
Save Changes
Rename File
Rename