WordPress 获取网站标题

示例

<?php echo get_bloginfo( 'name' ); ?>

要么

<?php echo get_bloginfo(); ?>

输出结果

Matt Mullenweg

基于这些样本设置