How can I add the date and time on my footer or on my static front page?
wordpress functions
the_time() and the_date()
http://codex.wordpress.org/Function_Reference/the_time
http://codex.wordpress.org/Function_Reference/the_date
or do you mean the time when the page was called from the server?
<?php date(); ?>
http://php.net/manual/en/function.date.php
or time as in clock - ticking along?
would need a simple javascript - search the web, for instance 'javascript clock'
This topic has been closed to new replies.