File Editor
Directories:
.. (Back)
assets
customizer
framework
frontpage
languages
lib
template_parts
Files:
404.php
author.php
category.php
comments.php
footer.php
functions.php
header.php
index.php
page.php
readme.txt
search.php
sidebar.php
single.php
style.css
style_core.css
tag.php
woocommerce.php
Create New File
Create
Edit File: sidebar.php
<?php /** * The Sidebar for Optimizer * * Stores the sidebar area of the template. loaded in other template files with get_sidebar(); * * @package Optimizer * * @since Optimizer 1.0 */ global $optimizer;?> <?php if ( is_active_sidebar( 'sidebar' ) ) : ?> <div id="sidebar" class="home_sidebar <?php if(!empty($optimizer['hide_mob_rightsdbr'])){ echo 'hide_mob_rightsdbr';} ?>"> <div class="widgets"> <?php dynamic_sidebar('sidebar'); ?> </div> </div> <?php endif; ?>
Save Changes
Rename File
Rename