_( 'dailyarchives' ), get_the_date() ); /* If this is a monthly archive */ } elseif (is_month()) { printf( $SMTheme->_( 'monthlyarchives' ), get_the_date('F Y') ); /* If this is a yearly archive */ } elseif (is_year()) { printf( $SMTheme->_( 'yearlyarchives' ), get_the_date('Y') ); /* If this is a general archive */ } else { echo $SMTheme->_( 'blogarchives' ); } ?>