display_if_empty(); // Display message if no post
if( isset($MainList) ) while( $Item = $MainList->get_item() )
{
$MainList->date_if_changed();
?>
locale ); // Temporarily switch to post locale
$Item->anchor(); // Anchor for permalinks to refer to
?>

issue_time();
echo ', ', T_('Categories'), ': ';
$Item->categories();
echo ', ';
$Item->wordcount();
echo ' ', T_('words'), ' ';
locale_flag( $Item->locale, 'h10px' );
?>
title(); ?>
content(); ?>

feedback_link( 'comments' ) // Link to comments ?>
feedback_link( 'trackbacks', ' • ' ) // Link to trackbacks ?>
feedback_link( 'pingbacks', ' • ' ) // Link to trackbacks ?>
edit_link( ' • ' ) // Link to backoffice for editing ?>
trackback_rdf() // trackback autodiscovery information ?>