File Editor
Directories:
.. (Back)
css
fonts
images
inc
js
languages
sections
Files:
404.php
archive-download.php
archive.php
class-tgm-plugin-activation.php
comments.php
content-archive-download.php
content-large.php
content-none.php
content-page-no-title.php
content-page.php
content-single-download.php
content-single.php
content.php
footer.php
front-page.php
functions.php
header.php
home.php
index.php
license.txt
page.php
readme.txt
rtl.css
search.php
sidebar.php
single-download.php
single.php
style.css
template-blog-large.php
template-blog.php
template-fullwidth-no-title.php
template-fullwidth.php
woocommerce.php
Create New File
Create
Edit File: sidebar.php
<?php /** * The Sidebar containing the main widget areas. */ ?> <?php zerif_before_sidebar_trigger(); ?> <div id="secondary" class="widget-area" role="complementary"> <?php zerif_top_sidebar_trigger(); ?> <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?> <aside id="search" class="widget widget_search"> <?php get_search_form(); ?> </aside> <aside id="archives" class="widget"> <h2 class="widget-title"><?php _e( 'Archives', 'zerif-lite' ); ?></h2> <ul> <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?> </ul> </aside> <aside id="meta" class="widget"> <h2 class="widget-title"><?php _e( 'Meta', 'zerif-lite' ); ?></h2> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <?php wp_meta(); ?> </ul> </aside> <?php endif; ?> <?php zerif_bottom_sidebar_trigger(); ?> </div><!-- #secondary --> <?php zerif_after_sidebar_trigger(); ?>
Save Changes
Rename File
Rename