File Editor
Directories:
.. (Back)
ai-app
cloud
common
core
epanel
fonts
framework
images
includes
lang
scripts
Files:
changelog.txt
comments.php
footer.php
functions.php
header.php
home.php
index-content.php
index.php
module-ads.php
module-featured-posts-slider.php
module-posts-blog-feed-loop.php
module-posts-blog-feed.php
module-posts-carousel.php
module-posts-content.php
module-posts.php
module-tabbed-posts-tab.php
module-tabbed-posts.php
options_extra.php
page-template-authors.php
page-template-blog-feed.php
page-template-contact.php
page-template-fullwidth.php
page-template-member.php
page-template-portfolio.php
page-template-sitemap.php
page-template-timeline.php
page.php
post-top-content.php
post_thumbnails_extra.php
sidebar-footer.php
sidebar.php
single-et_pb_layout.php
single-post.php
single-project.php
single.php
style-cpt-rtl.min.css
style-cpt.min.css
style-rtl.min.css
style-static-cpt-rtl.min.css
style-static-cpt.min.css
style-static-rtl.min.css
style-static.min.css
style.css
style.min.css
theme-after-wrappers.php
theme-before-wrappers.php
theme-footer.php
theme-header.php
timeline-posts-content.php
Create New File
Create
Edit File: sidebar-footer.php
<?php if ( !is_active_sidebar( 'sidebar-footer-1' ) && !is_active_sidebar( 'sidebar-footer-2' ) && !is_active_sidebar( 'sidebar-footer-3' ) && !is_active_sidebar( 'sidebar-footer-4' ) ) { return; } ?> <div class="container"> <div class="et_pb_extra_row container-width-change-notify"> <?php $footer_sidebars = array( 'sidebar-footer-1', 'sidebar-footer-2', 'sidebar-footer-3', 'sidebar-footer-4', ); $footer_column_index = 0; $footer_columns_visibility = extra_footer_columns_visibility(); foreach ($footer_sidebars as $footer_sidebar ) { $footer_column_index++; $footer_columns_visibility_index = $footer_column_index - 1; if ( is_active_sidebar( $footer_sidebar ) && ( is_customize_preview() || ! is_customize_preview() && $footer_columns_visibility[$footer_columns_visibility_index] ) ) { ?> <div class="et_pb_extra_column <?php echo ( 0 === $footer_column_index % 2 ) ? 'even' : 'odd'; ?> <?php esc_attr_e( sprintf( 'column-%s', $footer_column_index ) ); ?>"> <?php dynamic_sidebar( $footer_sidebar ); ?> </div> <?php } } ?> </div> </div>
Save Changes
Rename File
Rename