File Editor
Directories:
.. (Back)
css
fonts
images
inc
js
languages
page-templates
plugins
widgets
Files:
404.php
archive-employees.php
archive-services.php
archive.php
changelog.txt
comments.php
content-none.php
content-page.php
content-search.php
content-single.php
content.php
footer.php
functions.php
header.php
home.php
index.php
license.txt
page.php
readme.txt
search.php
sidebar-footer.php
sidebar.php
single.php
style.css
Create New File
Create
Edit File: footer.php
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after * * @package Sydney */ ?> </div> </div> </div><!-- #content --> <?php if ( is_active_sidebar( 'footer-1' ) ) : ?> <?php get_sidebar('footer'); ?> <?php endif; ?> <a class="go-top"><i class="fa fa-angle-up"></i></a> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info container"> <a href="<?php echo esc_url( __('http://apexfg.com') ); ?>"><?php printf( __( 'Designed by Apex Financial Group', '' ), '' ); ?></a> <span class="sep"> | </span> <?php printf( __( '%2$s %1$s', 'www.apexfg.com' ), '', '<a href="http://apexfg.com" rel="designer">www.apexfg.com</a>' ); ?> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>
Save Changes
Rename File
Rename