Skip to content

Instantly share code, notes, and snippets.

@rogerbuecker-snippets
Created October 12, 2012 11:45
Show Gist options
  • Save rogerbuecker-snippets/3878841 to your computer and use it in GitHub Desktop.
Save rogerbuecker-snippets/3878841 to your computer and use it in GitHub Desktop.
Wordpress: Simple WordPress Footer Copyright
<?php _e( '&copy;&nbsp;' . date('Y') . '&nbsp;' ); bloginfo( 'name' ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment