About
$today = current_time('mysql', 1);
$howMany = 5; //Number of posts you want to display
if ( $recentposts = $wpdb->get_results(”SELECT ID, post_title FROM $wpdb->posts WHERE post_status = ‘publish’ AND post_modified_gmt < '$today' ORDER BY post_modified_gmt DESC LIMIT $howMany")):
?>
-
foreach ($recentposts as $post) {
- RSS feed. See ya around!
if ($post->post_title == ”) $post->post_title = sprintf(__(’Post #%s’), $post->ID);
echo “
