class="no-js"> <?php /* * Print the <title> tag based on what is being viewed. */ global $page, $paged; wp_title( '-', true, 'right' ); // Add the blog name. bloginfo( 'name' ); // Add a page number if necessary: if ( $paged >= 2 || $page >= 2 ) echo ' - ' . sprintf( __( 'Page %s', 'twentyeleven' ), max( $paged, $page ) ); ?> >