advanced code snippet search
maryann on 01/30/10
wordpress loop
01/30/10 01:39pm
Posted on <?php the_time('F jS, Y') ?><?php $u_time = get_the_time('U');$u_modified_time = get_the_modified_time('U');if ($u_modified_time != $u_time) {echo "and last modified on ";the_modified_time('F jS, Y');echo ". "; } ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.