Override footer
This commit is contained in:
parent
a5629b4f9f
commit
e05429c7e8
18
footer.php
Normal file
18
footer.php
Normal file
@ -0,0 +1,18 @@
|
||||
</div><!-- .site-content -->
|
||||
|
||||
<footer id="colophon" class="site-footer" role="contentinfo">
|
||||
<div class="site-info container">
|
||||
<?php /* translators: %s: WordPress */ ?>
|
||||
<a href="<?php echo esc_url( esc_attr__( 'https://wordpress.org/', 'simplent' ) ) ?>"><?php printf( esc_attr__( 'Proudly powered by %s', 'simplent' ), 'WordPress' ); ?></a>
|
||||
|
||||
<?php /* translators: %s: theme author */ ?>
|
||||
<a class="theme-credit" href="<?php echo esc_url( esc_attr__( 'https://abdulrafay.me/', 'simplent' ) ) ?>" target="_blank"><?php printf( esc_attr__( 'Based on %1$s by %2$s', 'simplent'), 'Simplent', 'Rafay' ); ?></a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
</div><!-- site-inner -->
|
||||
</div><!-- site -->
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user