File Editor
Directories:
.. (Back)
css
functions
html5
img
inc
js
languages
page-templates
sections
Files:
404.php
comments.php
footer.php
functions.php
header.php
index.php
page.php
readme.txt
searchform.php
sidebar.php
single.php
style.css
Create New File
Create
Edit File: footer.php
<?php /** * Template for displaying the footer * * Contains the closing of the class=container div and all content * after. * * @package wlow */ ?> <?php if (!is_page_template( 'page-templates/home.php' )) { ?> </div><!-- /.row --> </div><!-- /.container --> <?php } ?> <footer class="col-md-12 no-margin"> <div class="footer"> <div class="container"> <div class="row"> <div class="col-md-6"> <p><?php esc_html_e('© Copyright ', 'wlow'); ?> <?php echo date("o");?> <?php bloginfo('name'); ?> </p> </div> <div class="col-md-6"> <p class="alignright"> <a href="#top"><i class="fa fa-angle-double-up"></i> <?php esc_html_e('Top ', 'wlow'); ?> </a></p> </div> </div> </div> </div> </footer> </div><!-- end content for slide effect --> </div><!-- end container for slide effect --> <?php wp_footer();?> </body> </html>
Save Changes
Rename File
Rename