TwentyEleven固定ページのタイトルを消す

WordPressテーマ「TwentyEleven」の固定ページのタイトルを消す方法です。

管理画面のテーマ編集で、content-page.phpを選び、
以下の部分を削除する。

<article id="post-855" <?php post_class(); ?>>
	<header class="entry-header">
		<h1 class="entry-title"><?php the_title(); ?></h1>
	</header><!-- .entry-header -->