File Editor
Directories:
.. (Back)
core
css
fonts
images
js
Files:
404.php
archive.php
author-intro.php
author.php
breadcrums.php
category.php
comments.php
customizer.php
footer-callout.php
footer.php
front-page.php
fullwidth.php
functions.php
google-font.php
header.php
home-blog.php
home-portfolio.php
home-services.php
home-slideshow.php
index.php
more.php
nocontent.php
options-reset.php
page-leftsb.php
page.php
post-content.php
post-page.php
readme.txt
rtl.css
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
woocommerce.php
Create New File
Create
Edit File: sidebar.php
<div class="col-md-4 enigma-sidebar"> <?php if ( is_active_sidebar( 'sidebar-primary' ) ) { dynamic_sidebar( 'sidebar-primary' ); } else { $args = array( 'before_widget' => '<div class="enigma_sidebar_widget">', 'after_widget' => '</div>', 'before_title' => '<div class="enigma_sidebar_widget_title"><h2>', 'after_title' => '</h2></div>' ); the_widget('WP_Widget_Archives', null, $args); } ?> </div>
Save Changes
Rename File
Rename