Hi,
I need this code changed. Is there a way to have this code to default to the last two post made. If I made no post on a given day. Don't want the index page blank if I am gone on an emergency.
PHP Code:
Code:
<?php
$today = getdate();
query_posts('year=' .$today["year"] .'&monthnum=' .$today["mon"] .'&day=' .$today["mday"] );
?>
Thanks in Advance
Butterflies Forever
Sami