- This topic has 1 reply, 2 voices, and was last updated 6 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Using php in the footer copyright area of Museum Pro
RE: Museum Pro
I’d like to use this code in the footer copyright area to always show the current year.
<?php $year=date(‘Y’); echo “$year”; ?>
Just placing it in your edit box does not work.
How/where do I add it?
Hi,
Kindly edit footer.php file, go to line number 116 and paste your date code in <div class=”copytext”>
Regards,
Dave