啊,想出来了。
在里面/wp-content/themes/twentyeleven/header.php
, 您可以对此进行注释:
// Add the blog description for the home/front page.
$site_description = get_bloginfo( \'description\', \'display\' );
if ( $site_description && ( is_home() || is_front_page() ) )
echo " | $site_description";
那么博客的标语就不会出现在头版。