芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/www/itrema/wp-content/themes/twentytwelve/archive.php
' . get_the_date() . '' ); elseif ( is_month() ) : printf( __( 'Monthly Archives: %s', 'twentytwelve' ), '
' . get_the_date( _x( 'F Y', 'monthly archives date format', 'twentytwelve' ) ) . '
' ); elseif ( is_year() ) : printf( __( 'Yearly Archives: %s', 'twentytwelve' ), '
' . get_the_date( _x( 'Y', 'yearly archives date format', 'twentytwelve' ) ) . '
' ); else : _e( 'Archives', 'twentytwelve' ); endif; ?>