Hi, on my website, there is a wrong year in the footer, It's generated automaticly, how can I change it to have it right?
http://landestelle.ch/
petrisor Daniel answers:
Appearance/ Editor and search in footer.php
Simone Fuchs comments:
Found it! It was hard coded, not very clever!
Agus Setiawan answers:
try this :
<p id="footer">
© <?php echo date("Y"); ?> LANDESTELLE. All Rights Reserved.
</p>
replace this code to your footer.php ( appereance - editor )
Simone Fuchs comments:
Where should I add this?
Agus Setiawan comments:
Appereance -> Editor -> footer.php