> <?php // Returns the title based on what is being viewed if ( get_the_title() ) { wp_title('|', true, 'right'); } else { echo '(No Title)'; } ?> * 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(); ?> >