【wordpress】[ホーム]の削除

  • 投稿者:
  • 投稿カテゴリー:wordpress

テーマ[Twenty Twelve]について、タイトル下の[ホーム]が邪魔だったため、削除した
2013-11-07_211243

header.php の以下を削除

<nav id="site-navigation" class="main-navigation" role="navigation">
			<h3 class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></h3>
			<a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>
			<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
</nav>