How to print wordpress site title and taglineadminPHP0 1 <title><?php echo get_bloginfo( 'name' ) . ' | '. get_bloginfo( 'description' ); ?></title>