Using the Mosting Recent Post As the “Featured” Category
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′);




