Remove footer attributions
This commit is contained in:
parent
6a105e1d0c
commit
c4e8f23667
10
footer.php
10
footer.php
@ -1,13 +1,7 @@
|
||||
</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>
|
||||
<div class="site-info container"></div>
|
||||
</footer>
|
||||
|
||||
</div><!-- site-inner -->
|
||||
@ -15,4 +9,4 @@
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user