File Editor
Directories:
.. (Back)
core
css
images
js
Files:
404.php
archive.php
author.php
category.php
changelog.txt
class-tgm-plugin-activation.php
comments.php
customizer.php
footer.php
front-page.php
functions.php
google-font.php
guardian-default-settings.php
header.php
index.php
loop.php
page-fullwidth.php
page.php
post-content.php
readme.txt
rtl.css
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
weblizar-breadcrumbs.php
woocommerce.php
Create New File
Create
Edit File: sidebar.php
<!-- sidebar starts --> <div class="col-md-3 right_sidebar"> <?php if ( is_active_sidebar( 'sidebar-primary' ) ) { dynamic_sidebar( 'sidebar-primary' ); } else { $args = array( 'before_widget' => '<div class="col-md-12 sidebar_widget">', 'after_widget' => '</div><div class="clearfix margin_top3"></div>', 'before_title' => '<div class="sidebar_title"><h4>', 'after_title' => '</h4></div>' ); the_widget('WP_Widget_Archives', null, $args); } ?> </div><!-- end right sidebar -->
Save Changes
Rename File
Rename