Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
revealability
/
.tmb
/
themes
/
fashion-bridge
:
footer.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Fashion_Bridge */ ?> <?php //if(!is_page('home')): ?> <footer id="colophon" class="nwt-footer site-footer <?php if(is_page('home')){echo "nwt-fixed-footer"; } ?>"> <div class="container"> <div class="row"> <div class="col-sm-12"> <p><span>©2015 - <?php echo date('Y'); ?> All right reserved fashionbridge </span> <span>Design and developed by <a href="mailto:afsarwebdev@gmail.com">AFSAR UDDIN <i class="ri-mail-open-line"></i></a></span></p> </div> </div> </div> </footer> <?php //endif; ?> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>