????
| Current Path : /home2/morganrand/public_html/sub/wp-content/themes/writee/inc/theme/footers/ |
| Current File : /home2/morganrand/public_html/sub/wp-content/themes/writee/inc/theme/footers/footer.php |
<?php
/*************************************************************/
## Theme footer style 1. It's footer style, part of the theme.
/*************************************************************/
?>
<footer id="site-footer" class="site-footer">
<?php if (is_active_sidebar('footer-1') || is_active_sidebar('footer-2') || is_active_sidebar('footer-3')): ?>
<div class="site-footer-top">
<div class="site-container">
<div class="site-row">
<div class="site-column-4">
<?php dynamic_sidebar('footer-1'); ?>
</div>
<div class="site-column-4">
<?php dynamic_sidebar('footer-2'); ?>
</div>
<div class="site-column-4">
<?php dynamic_sidebar('footer-3'); ?>
</div>
</div>
</div>
</div>
<?php endif; ?>
<div class="site-footer-bottom">
<div class="site-container text-center">
<?php
echo esc_html(get_theme_mod('wrt_copyright'));
?>
<?php echo __('Theme by', 'writee') ?>
<a href="<?php echo esc_url( __( 'http://www.scissorthemes.com/', 'writee' ) ); ?>" traget="_blank"><?php printf( __( ' %s', 'writee' ), 'Scissor Themes' ); ?></a>
<?php echo __('Proudly powered by', 'writee') ?>
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'writee' ) ); ?>" traget="_blank"><?php printf( __( ' %s', 'writee' ), 'WordPress' ); ?></a>
</div>
</div>
</footer><!-- / footer -->