/ Published in: PHP
Expand |
Embed | Plain Text
<?php $recent = new WP_Query("showposts=1"); while($recent->have_posts()) : $recent->the_post();?> <h3><a href="<?php the_permalink() ?>"><?php the_time('F jS, Y') ?><br /> <span class="frontLeftTitle"><?php the_title(); ?></span></a></h3> <?php endwhile; ?>
You need to login to post a comment.
