Quote:
Originally Posted by Si
Question 1
How do you display when a page was last updated?
I Tried the following
<p>Last modified: <?php the_modified_date(); ?></p>
and
<?php the_modified_date( $d, $before, $after, $echo ); ?>
|
Are you doing this inside the main loop? it has to be inside that