> tag based on what is being viewed. */ global $page, $paged; // Add the blog description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); // Add a page number if necessary: if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', 'blue-wheat' ), max( $paged, $page ) ); ?> * tag of your theme, or you will break many plugins, which * generally use this hook to add elements to such * as styles, scripts, and meta tags. */ wp_head(); ?> >