File Editor
Directories:
.. (Back)
css
images
inc
js
languages
layouts
woocommerce
Files:
404.php
archive.php
comments.php
content-none.php
content-page.php
content-search.php
content-single.php
content.php
demo.php
footer.php
functions.php
header.php
home-page.php
index-parallax.php
index.php
license.txt
page.php
readme.txt
search.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 accesspress_parallax */ ?> </div><!-- #content --> <footer id="colophon" class="site-footer"> <?php if(is_active_sidebar('footer-1') || is_active_sidebar('footer-2') || is_active_sidebar('footer-3') || is_active_sidebar('footer-4')) :?> <div class="top-footer footer-column-<?php echo accesspress_footer_count(); ?>"> <div class="mid-content"> <div class="top-footer-wrap clearfix"> <?php if(is_active_sidebar('footer-1')): ?> <div class="footer-block"> <?php dynamic_sidebar('footer-1'); ?> </div> <?php endif; ?> <?php if(is_active_sidebar('footer-2')): ?> <div class="footer-block"> <?php dynamic_sidebar('footer-2'); ?> </div> <?php endif; ?> <?php if(is_active_sidebar('footer-3')): ?> <div class="footer-block"> <?php dynamic_sidebar('footer-3'); ?> </div> <?php endif; ?> <?php if(is_active_sidebar('footer-4')): ?> <div class="footer-block"> <?php dynamic_sidebar('footer-4'); ?> </div> <?php endif; ?> </div> </div> </div> <?php endif; ?> <div class="bottom-footer"> <div class="mid-content clearfix"> <div class="copy-right"> © <?php echo date('Y')." "; bloginfo('name'); ?> </div><!-- .copy-right --> <div class="site-info"> <?php _e('AccessPress Parallax by','accesspress-parallax'); ?> <a href="<?php echo esc_url('http://accesspressthemes.com/'); ?>" title="AccessPress Themes" target="_blank">AccessPress Themes</a> </div><!-- .site-info --> </div> </div> </footer><!-- #colophon --> </div><!-- #page --> <div id="go-top"><a href="#page"><i class="fa fa-angle-up"></i></a></div> <?php wp_footer(); ?> </body> </html>
Save Changes
Rename File
Rename