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: footer.php
<?php /** Themify Default Variables @var object */ global $themify; ?> <?php themify_layout_after(); //hook ?> </div> <!-- /body --> <?php if( 'yes' != $themify->hide_footer ) : ?> <div id="footerwrap"> <?php themify_footer_before(); // hook ?> <footer id="footer" class="pagewidth"> <?php themify_footer_start(); // hook ?> <?php get_template_part( 'includes/footer-widgets'); ?> <p class="back-top"><a href="#header"><?php _e('Back to top', 'themify'); ?></a></p> <?php if (function_exists('wp_nav_menu')) { wp_nav_menu(array('theme_location' => 'footer-nav' , 'fallback_cb' => '' , 'container' => '' , 'menu_id' => 'footer-nav' , 'menu_class' => 'footer-nav')); } ?> <div class="footer-text clearfix"> <?php themify_the_footer_text(); ?> <?php themify_the_footer_text('right'); ?> </div> <!-- /footer-text --> <?php themify_footer_end(); // hook ?> </footer> <!-- /#footer --> <?php themify_footer_after(); // hook ?> </div> <!-- /#footerwrap --> <?php endif; // hide_footer check ?> </div> <!-- /#pagewrap --> <?php /** * Stylesheets and Javascript files are enqueued in theme-functions.php */ ?> <?php themify_body_end(); // hook ?> <!-- wp_footer --> <?php wp_footer(); ?> </body> </html>
Save Changes
Rename File
Rename