/
home
/
desid573
/
verdenaturopathy.com.au
/
wp-content
/
themes
/
Divi_old
/
/home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi_old
mkdir
upload
Name
Size
Mode
Actions
core/
-
0755
rm
css/
-
0755
rm
epanel/
-
0755
rm
et-pagebuilder/
-
0755
rm
images/
-
0755
rm
includes/
-
0755
rm
js/
-
0755
rm
lang/
-
0755
rm
psd/
-
0755
rm
404.php
484
0644
edit
dl
rm
changelog.txt
655271
0644
edit
dl
rm
class-wp-theme-support.php
3289
0644
edit
dl
rm
comments.php
3079
0644
edit
dl
rm
CREDITS.md
56866
0644
edit
dl
rm
footer.php
1849
0644
edit
dl
rm
functions-string.php
0
0644
edit
dl
rm
functions.php
0
0644
edit
dl
rm
header.php
12827
0644
edit
dl
rm
index-git.php
0
0644
edit
dl
rm
index.php
2681
0644
edit
dl
rm
LICENSE.md
16621
0644
edit
dl
rm
options_divi.php
51017
0644
edit
dl
rm
page-class.php
0
0644
edit
dl
rm
page-template-blank.php
2118
0644
edit
dl
rm
page.php
1930
0644
edit
dl
rm
post_thumbnails_divi.php
1522
0644
edit
dl
rm
README.md
1457
0644
edit
dl
rm
rtl.css
9030
0644
edit
dl
rm
screenshot.jpg
33526
0644
edit
dl
rm
sidebar-footer.php
458
0644
edit
dl
rm
sidebar.php
339
0644
edit
dl
rm
single-et_pb_layout.php
363
0644
edit
dl
rm
single-project.php
3154
0644
edit
dl
rm
single.php
5325
0644
edit
dl
rm
style-cpt.css
1016701
0644
edit
dl
rm
style-cpt.dev.css
1158206
0644
edit
dl
rm
style.css
824269
0644
edit
dl
rm
style.dev.css
977861
0644
edit
dl
rm
theme-after-footer.php
359
0644
edit
dl
rm
theme-after-header.php
475
0644
edit
dl
rm
theme-after-wrappers.php
233
0644
edit
dl
rm
theme-before-wrappers.php
459
0644
edit
dl
rm
theme-footer.php
1651
0644
edit
dl
rm
theme-header.php
11401
0644
edit
dl
rm
wpml-config.xml
345
0644
edit
dl
rm
Edit:
/home/desid573/verdenaturopathy.com.au/wp-content/themes/Divi_old/footer.php
(1849B)
<?php if ( et_theme_builder_overrides_layout( ET_THEME_BUILDER_HEADER_LAYOUT_POST_TYPE ) || et_theme_builder_overrides_layout( ET_THEME_BUILDER_FOOTER_LAYOUT_POST_TYPE ) ) { // Skip rendering anything as this partial is being buffered anyway. // In addition, avoids get_sidebar() issues since that uses // locate_template() with require_once. return; } /** * Fires after the main content, before the footer is output. * * @since 3.10 */ do_action( 'et_after_main_content' ); if ( 'on' === et_get_option( 'divi_back_to_top', 'false' ) ) : ?> <span class="et_pb_scroll_top et-pb-icon"></span> <?php endif; if ( ! is_page_template( 'page-template-blank.php' ) ) : ?> <footer id="main-footer"> <?php get_sidebar( 'footer' ); ?> <?php if ( has_nav_menu( 'footer-menu' ) ) : ?> <div id="et-footer-nav"> <div class="container"> <?php wp_nav_menu( array( 'theme_location' => 'footer-menu', 'depth' => '1', 'menu_class' => 'bottom-nav', 'container' => '', 'fallback_cb' => '', ) ); ?> </div> </div> <!-- #et-footer-nav --> <?php endif; ?> <div id="footer-bottom"> <div class="container clearfix"> <?php if ( false !== et_get_option( 'show_footer_social_icons', true ) ) { get_template_part( 'includes/social_icons', 'footer' ); } // phpcs:disable WordPress.Security.EscapeOutput.OutputNotEscaped echo et_core_fix_unclosed_html_tags( et_core_esc_previously( et_get_footer_credits() ) ); // phpcs:enable ?> </div> <!-- .container --> </div> </footer> <!-- #main-footer --> </div> <!-- #et-main-area --> <?php endif; // ! is_page_template( 'page-template-blank.php' ) ?> </div> <!-- #page-container --> <?php wp_footer(); ?> </body> </html>
Save