Using the Mosting Recent Post As the “Featured” Category
By admin on Dec 11, 2007 in Dream Theme Tutorials
If you’d like to automatically have your “featured” post be your most recent blog entry, you’ll need to edit just a few lines of code in the index.php file.
You should change line 23 of the index.php file to the following:
$the_query = new WP_Query(’&showposts=1′);
Popularity: 100% [?]



