Change Blog Year Automatically
Very easy. Instead of opening your footer every year to change the current year, do the following:
Open your theme’s footer.php and add this code, changing the year your blog was born (mine was in 2005):
<div id="footer">
<p id="footertext">
© <?php bloginfo('name'); ?> 2005 - <?php echo date("Y"); ?></p></div>
Done!
–> Be aware of your footer’s configuration. It could be different than mine
- » Sun-07/25/10 | cat: Tweaking Wordpress












No Comments Yet
You can be the first to comment!
Comments are closed