display ('header'); ?>
'entry', 'status' => 'published', 'limit' => 0, ) ); $whichyear = 0; $whichmonth = 0; foreach( $results as $result ) { $resultyear = $result->pubdate->get( 'Y' ); $resultmonth = $result->pubdate->get( 'F' ); if ( $whichyear != $resultyear || $whichmonth != $resultmonth ) { $whichyear = $resultyear; $whichmonth = $resultmonth; echo "
$whichmonth $whichyear
\n"; } //Utils::debug( $result ); die(); $result_link = "" . $result->title . ""; echo "\t
" . $result_link . " [rating: " . $result->info->rateit_rating . " ] - " . $result->word_count . " words
\n"; } ?>

display ('sidebar'); ?>
display ( 'footer' ); ?>