updated footer

This commit is contained in:
Rushil Umaretiya 2020-08-21 00:26:06 -04:00
parent aca9dd95a6
commit 2999288e71

View File

@ -30,7 +30,7 @@
<div id="site-footer-credit">
<div class="site-section-wrapper site-section-wrapper-footer-credit">
<?php $copyright_default = __('Copyright &copy; ','podcast') . date("Y", time()) . ' ' . get_bloginfo('name') . '. ' . __('All Rights Reserved. ', 'podcast'); ?>
<p class="site-credit"><?php echo esc_html(get_theme_mod( 'footer-text', $copyright_default )); ?> <span class="theme-credit"><?php esc_html_e('Theme by', 'podcast'); ?> <a href="https://www.ilovewp.com/" rel="external nofollow designer noopener" target="_blank" title="Podcast WordPress Themes">ILoveWP.com</a></span></p>
<p class="site-credit"><?php echo esc_html(get_theme_mod( 'footer-text', $copyright_default )); ?></p>
</div><!-- .site-section-wrapper .site-section-wrapper-footer-credit -->
</div><!-- #site-footer-credit -->