Skip to content

Instantly share code, notes, and snippets.

@machida
Created June 16, 2012 06:58
Show Gist options
  • Select an option

  • Save machida/2940288 to your computer and use it in GitHub Desktop.

Select an option

Save machida/2940288 to your computer and use it in GitHub Desktop.
Add copyright notice to wordpress footer
<footer id="footer">
<p class="copyright">Copyright&copy;<a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>home"><?php bloginfo('name'); ?></a> <?php echo date('Y'); ?> All Rights Reserved.</p>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment