File Editor
Directories:
.. (Back)
admin
images
includes
js
languages
sample
skins
themify
themify-builder
uploads
Files:
404.php
changelog.txt
comments.php
customizer-basic-config.php
customizer-config.php
footer.php
functions.php
header.php
index.php
license.txt
media-queries.css
page.php
rtl.css
search.php
searchform.php
sidebar.php
single-portfolio-expand.php
single-portfolio.php
single-team.php
single.php
style.css
taxonomy-portfolio-category.php
taxonomy.php
theme-class-highlight.php
theme-class-portfolio.php
theme-class-section.php
theme-class-team.php
theme-class-types.php
theme-class.php
theme-config.php
theme-functions.php
theme-modules.php
theme-options.php
Create New File
Create
Edit File: sidebar.php
<?php themify_sidebar_before(); // hook ?> <aside id="sidebar" itemscope="itemscope" itemtype="https://schema.org/WPSidebar"> <?php themify_sidebar_start(); // hook ?> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar-main') ); ?> <?php themify_sidebar_end(); // hook ?> </aside> <!-- /#sidebar --> <?php themify_sidebar_after(); // hook ?>
Save Changes
Rename File
Rename