Created
April 22, 2014 14:43
-
-
Save jillmugge/11181901 to your computer and use it in GitHub Desktop.
Themeblvd - edit dynamic copyright year
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
<?php | |
function jmg_copyright(){ | |
echo '<div class="copyright"> © '.date("Y").' JMG Marketing Group</div>'; | |
} | |
add_action('themeblvd_footer_below','jmg_copyright'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment