Skip to content

Commit

Permalink
Update footer to show only blog name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahmon committed May 22, 2017
1 parent e89da38 commit d85ee3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions footer.php
Expand Up @@ -15,9 +15,7 @@

<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'anatta' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'anatta' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<?php printf( esc_html__( 'Theme: %1$s by %2$s.', 'anatta' ), 'anatta', '<a href="https://automattic.com/" rel="designer">Underscores.me</a>' ); ?>
<p><?php bloginfo( 'name' ); ?></p>
</div><!-- .site-info -->
</footer><!-- #colophon -->

Expand Down

0 comments on commit d85ee3b

Please sign in to comment.