Created
October 16, 2016 17:06
-
-
Save islandjoe/855f24d5ed4d2cedffb94f2480dc9563 to your computer and use it in GitHub Desktop.
WordPress copyright info footer snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="copyright"> | |
<p> | |
© <?= date( 'Y') ?> | |
<a href="<?= home_url() ?>"> | |
<?php bloginfo( 'name' ); ?> | |
</a> | |
<?php _e( 'All rights reserved.', 'compendium' ); ?> | |
</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment