Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Wrong date in footer WordPress

  • SOLVED

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/

Answers (2)

2012-05-19

petrisor Daniel answers:

Appearance/ Editor and search in footer.php


Simone Fuchs comments:

Found it! It was hard coded, not very clever!

2012-05-19

Agus Setiawan answers:

try this :

<p id="footer">
&copy; <?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