-
Closed
-
I would like to be able to use the copyright text area in the footer options to add dates using php and am unable. So, I have edited footer.php, which works, but it would be nice if in the next version, that PHP could be allowed in the copyright text area.
This is how I changed the footer.php:
<ul class=”copyright”>
<li>© 2005-<?php echo date(“Y”) ?> <?php echo $data[‘footer_text’] ?> </li>
</ul>
The topic PHP date in footer is closed to new replies