<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>8bitodyssey.com &#187; themes</title>
	<atom:link href="http://8bitodyssey.com/archives/tag/themes/feed" rel="self" type="application/rss+xml" />
	<link>http://8bitodyssey.com</link>
	<description>WordPressでつづる、おでのこの道わが旅。</description>
	<lastBuildDate>Sat, 04 Feb 2012 02:26:13 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://8bitodyssey.com/archives/tag/themes/feed" />
		<item>
		<title>Twenty Eleven テーマ内の説明を日本語訳しました</title>
		<link>http://8bitodyssey.com/archives/2275</link>
		<comments>http://8bitodyssey.com/archives/2275#comments</comments>
		<pubDate>Mon, 25 Jul 2011 14:32:34 +0000</pubDate>
		<dc:creator>おで</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ウェブ開発]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Twenty Eleven]]></category>

		<guid isPermaLink="false">http://8bitodyssey.com/?p=2275</guid>
		<description><![CDATA[<p><img src="http://www.odysseygate.com/images/pero.jpg" style="float: left; margin: 2px 5px 1px 0px"/></p>

<p><img src="http://8bitodyssey.com/wp-content/themes/twentyeleven/images/headers/chessboard.jpg" alt="" title="path" width="500" height="144" /></p>
<p>WordPress 3.2 より『Twenty Eleven』が新しいデフォルトテーマとなりましたが、<a href="http://ja.wordpress.org/2011/07/10/wordpress-3-2-ja/" target="_blank">WordPress 3.2.x 日本語版</a>でもソースコードに併記されている説明は諸々の理由で英語のままとなっています。 『Twenty Eleven』は 3.2 の特徴となる機能がいくつも盛り込まれているのに加え、WordPress のテーマを理解する上でとても良いお手本となるものだと思いますので、より理解が深まることも願って、 Twenty Ten に引き続き日本語訳をしてみました。 （ただし例によって突貫工事＋眠気と闘いながら訳しましたので、間違い等ありましたらこっそり教えてくださいね^^;）</p>
<p><span id="more-2275"></span></p>
<h2>翻訳ファイル名一覧</h2>
<p><strong>twentyeleven<br /></strong> ├<a href="#te_404">404.php<br /></a> ├<a href="#te_archive">archive.php<br /></a> ├<a href="#te_author">author.php<br /></a> ├<a href="#te_category">category.php<br /></a> ├<a href="#te_comments">comments.php<br /></a> ├<a href="#te_content-aside">content-aside.php<br /></a> ├<a href="#te_content-featured">content-featured.php<br /></a> ├<a href="#te_content-gallery">content-gallery.php<br /></a> ├<a href="#te_content-image">content-image.php<br /></a> ├<a href="#te_content-intro">content-intro.php<br /></a> ├<a href="#te_content-link">content-link.php<br /></a> ├<a href="#te_content-page">content-page.php<br /></a> ├<a href="#te_content-quote">content-quote.php<br /></a> ├<a href="#te_content-single">content-single.php<br /></a> ├<a href="#te_content-status">content-status.php<br /></a> ├<a href="#te_content">content.php<br /></a> ├<a href="#te_footer">footer.php<br /></a> ├<a href="#te_functions">functions.php<br /></a> ├<a href="#te_header">header.php<br /></a> ├<a href="#te_image">image.php<br /></a> ├<a href="#te_index">index.php<br /></a> ├<a href="#te_page">page.php<br /></a> ├<a href="#te_search">search.php<br /></a> ├<a href="#te_searchform">searchform.php<br /></a> ├<a href="#te_showcase">showcase.php<br /></a> ├<a href="#te_sidebar-footer">sidebar-footer.php<br /></a> ├<a href="#te_sidebar-page">sidebar-page.php<br /></a> ├<a href="#te_sidebar">sidebar.php<br /></a> ├<a href="#te_single">single.php<br /></a> ├<a href="#te_tag">tag.php</a> <br />├<strong>languages<br /></strong> ├<a href="#te_style">style.css<br /></a> ├<strong>colors<br /></strong>  └dark.css(未翻訳)<br /> ├<strong>images<br /></strong> ├<strong>inc<br /></strong>  ├theme-options.css(翻訳箇所なし)<br />  ├theme-options.js(翻訳箇所なし)<br />  ├theme-options.php(未翻訳)<br />  ├widgets.php(未翻訳)<br />  ├<strong>images<br /></strong> ├<strong>js<br /></strong> ├editor-style.css(未翻訳)<br /> ├editor-style-rtl.css(未翻訳)<br /> ├rtl.css(未翻訳)<br /> ├<a href="#tt_license">license.txt<br /></a>└readme.txt(翻訳箇所なし)</p>
<h2><a id="te_404">404.php</a></h2>
[php]
&lt;?php
/**
 * 404 (Not Found) ページを表示するテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;get_header(); ?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;div id=&quot;primary&quot;&gt;
		&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;&lt;br /&gt;&lt;br /&gt;			&lt;article id=&quot;post-0&quot; class=&quot;post error404 not-found&quot;&gt;
				&lt;header class=&quot;entry-header&quot;&gt;
					&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php _e( 'This is somewhat embarrassing, isn&amp;rsquo;t it?', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
				&lt;/header&gt;&lt;br /&gt;&lt;br /&gt;				&lt;div class=&quot;entry-content&quot;&gt;
					&lt;p&gt;&lt;?php _e( 'It seems we can&amp;rsquo;t find what you&amp;rsquo;re looking for. Perhaps searching, or one of the links below, can help.', 'twentyeleven' ); ?&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php get_search_form(); ?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php the_widget( 'WP_Widget_Recent_Posts', array( 'number' =&gt; 10 ), array( 'widget_id' =&gt; '404' ) ); ?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;div class=&quot;widget&quot;&gt;
						&lt;h2 class=&quot;widgettitle&quot;&gt;&lt;?php _e( 'Most Used Categories', 'twentyeleven' ); ?&gt;&lt;/h2&gt;
						&lt;ul&gt;
						&lt;?php wp_list_categories( array( 'orderby' =&gt; 'count', 'order' =&gt; 'DESC', 'show_count' =&gt; 1, 'title_li' =&gt; '', 'number' =&gt; 10 ) ); ?&gt;
						&lt;/ul&gt;
					&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php
					/* 翻訳者へ: %1$s: スマイル */
					$archive_content = '&lt;p&gt;' . sprintf( __( 'Try looking in the monthly archives. %1$s', 'twentyeleven' ), convert_smilies( ':)' ) ) . '&lt;/p&gt;';
					the_widget( 'WP_Widget_Archives', array('count' =&gt; 0 , 'dropdown' =&gt; 1 ), array( 'after_title' =&gt; '&lt;/h2&gt;'.$archive_content ) );
					?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php the_widget( 'WP_Widget_Tag_Cloud' ); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;/div&gt;&lt;!-- .entry-content --&gt;
			&lt;/article&gt;&lt;!-- #post-0 --&gt;&lt;br /&gt;&lt;br /&gt;		&lt;/div&gt;&lt;!-- #content --&gt;
	&lt;/div&gt;&lt;!-- #primary --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php get_footer(); ?&gt;
[/php]<br /><br />
<h2><a id="te_archive">archive.php</a></h2>
[php]
&lt;?php
/**
 * アーカイブページを表示するテンプレート
 *
 * 特段クエリにマッチするものがない場合にアーカイブタイプのページを表示するのに使用されます。
 * たとえば、date.php ファイルが存在しない場合に日付ベースのページをまとめます。
 *
 * 詳しくは: http://codex.wordpress.org/Template_Hierarchy
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;get_header(); ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;section id=&quot;primary&quot;&gt;
			&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( have_posts() ) : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;header class=&quot;page-header&quot;&gt;
					&lt;h1 class=&quot;page-title&quot;&gt;
						&lt;?php if ( is_day() ) : ?&gt;
							&lt;?php printf( __( 'Daily Archives: %s', 'twentyeleven' ), '&lt;span&gt;' . get_the_date() . '&lt;/span&gt;' ); ?&gt;
						&lt;?php elseif ( is_month() ) : ?&gt;
							&lt;?php printf( __( 'Monthly Archives: %s', 'twentyeleven' ), '&lt;span&gt;' . get_the_date( 'F Y' ) . '&lt;/span&gt;' ); ?&gt;
						&lt;?php elseif ( is_year() ) : ?&gt;
							&lt;?php printf( __( 'Yearly Archives: %s', 'twentyeleven' ), '&lt;span&gt;' . get_the_date( 'Y' ) . '&lt;/span&gt;' ); ?&gt;
						&lt;?php else : ?&gt;
							&lt;?php _e( 'Blog Archives', 'twentyeleven' ); ?&gt;
						&lt;?php endif; ?&gt;
					&lt;/h1&gt;
				&lt;/header&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php twentyeleven_content_nav( 'nav-above' ); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php /* ループを開始 */ ?&gt;
				&lt;?php while ( have_posts() ) : the_post(); ?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php
						/* コンテンツ用の投稿フォーマットテンプレートをインクルードします。
						 * これを子テーマで上書きしたい場合は、
						 * content-___.php ( ___ の部分は投稿フォーマット名が入る) というファイルを含めれば、かわりにそのファイルが使われます。
						 */
						get_template_part( 'content', get_post_format() );
					?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php endwhile; ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php twentyeleven_content_nav( 'nav-below' ); ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php else : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;article id=&quot;post-0&quot; class=&quot;post no-results not-found&quot;&gt;
					&lt;header class=&quot;entry-header&quot;&gt;
						&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php _e( 'Nothing Found', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
					&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;					&lt;div class=&quot;entry-content&quot;&gt;
						&lt;p&gt;&lt;?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?&gt;&lt;/p&gt;
						&lt;?php get_search_form(); ?&gt;
					&lt;/div&gt;&lt;!-- .entry-content --&gt;
				&lt;/article&gt;&lt;!-- #post-0 --&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/div&gt;&lt;!-- #content --&gt;
		&lt;/section&gt;&lt;!-- #primary --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php get_sidebar(); ?&gt;
&lt;?php get_footer(); ?&gt;
[/php]<br /><br />
<h2><a id="te_author">author.php</a></h2>
[php]
&lt;?php
/**
 * 作成者アーカイブページを表示するテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;get_header(); ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;section id=&quot;primary&quot;&gt;
			&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( have_posts() ) : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php
					/* 最初の記事を待ち行列に並べます。こうして
					 * 作成者が誰であるか分かるのです。
					 *
					 * rewind_posts() へのコールで適切に
					 * ループを走らせられるように後でこれをリセットします。
					 */
					the_post();
				?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;header class=&quot;page-header&quot;&gt;
					&lt;h1 class=&quot;page-title author&quot;&gt;&lt;?php printf( __( 'Author Archives: %s', 'twentyeleven' ), '&lt;span class=&quot;vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;' . esc_url( get_author_posts_url( get_the_author_meta( &quot;ID&quot; ) ) ) . '&quot; title=&quot;' . esc_attr( get_the_author() ) . '&quot; rel=&quot;me&quot;&gt;' . get_the_author() . '&lt;/a&gt;&lt;/span&gt;' ); ?&gt;&lt;/h1&gt;
				&lt;/header&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php
					/* 先に the_post() を呼んでいるので、
					 * 適切に全部のループを走らせられるように、
					 * ループを最初まで巻き戻す必要があります。
					 */
					rewind_posts();
				?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php twentyeleven_content_nav( 'nav-above' ); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php
				// ユーザが説明を記入している場合、エントリーに略歴を表示します。
				if ( get_the_author_meta( 'description' ) ) : ?&gt;
				&lt;div id=&quot;author-info&quot;&gt;
					&lt;div id=&quot;author-avatar&quot;&gt;
						&lt;?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 60 ) ); ?&gt;
					&lt;/div&gt;&lt;!-- #author-avatar --&gt;
					&lt;div id=&quot;author-description&quot;&gt;
						&lt;h2&gt;&lt;?php printf( __( 'About %s', 'twentyeleven' ), get_the_author() ); ?&gt;&lt;/h2&gt;
						&lt;?php the_author_meta( 'description' ); ?&gt;
					&lt;/div&gt;&lt;!-- #author-description	--&gt;
				&lt;/div&gt;&lt;!-- #entry-author-info --&gt;
				&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php /* ループを開始 */ ?&gt;
				&lt;?php while ( have_posts() ) : the_post(); ?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php
						/* コンテンツ用の投稿フォーマットテンプレートをインクルードします。
						 * これを子テーマで上書きしたい場合は、
						 * content-___.php ( ___ の部分は投稿フォーマット名が入る) というファイルを含めれば、かわりにそのファイルが使われます。
						 */
						get_template_part( 'content', get_post_format() );
					?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php endwhile; ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php twentyeleven_content_nav( 'nav-below' ); ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php else : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;article id=&quot;post-0&quot; class=&quot;post no-results not-found&quot;&gt;
					&lt;header class=&quot;entry-header&quot;&gt;
						&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php _e( 'Nothing Found', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
					&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;					&lt;div class=&quot;entry-content&quot;&gt;
						&lt;p&gt;&lt;?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?&gt;&lt;/p&gt;
						&lt;?php get_search_form(); ?&gt;
					&lt;/div&gt;&lt;!-- .entry-content --&gt;
				&lt;/article&gt;&lt;!-- #post-0 --&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/div&gt;&lt;!-- #content --&gt;
		&lt;/section&gt;&lt;!-- #primary --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php get_sidebar(); ?&gt;
&lt;?php get_footer(); ?&gt;
[/php]<br /><br />
<h2><a id="te_category">category.php</a></h2>
[php]
&lt;?php
/**
 * カテゴリーアーカイブを表示するテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;get_header(); ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;section id=&quot;primary&quot;&gt;
			&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( have_posts() ) : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;header class=&quot;page-header&quot;&gt;
					&lt;h1 class=&quot;page-title&quot;&gt;&lt;?php
						printf( __( 'Category Archives: %s', 'twentyeleven' ), '&lt;span&gt;' . single_cat_title( '', false ) . '&lt;/span&gt;' );
					?&gt;&lt;/h1&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php
						$category_description = category_description();
						if ( ! empty( $category_description ) )
							echo apply_filters( 'category_archive_meta', '&lt;div class=&quot;category-archive-meta&quot;&gt;' . $category_description . '&lt;/div&gt;' );
					?&gt;
				&lt;/header&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php twentyeleven_content_nav( 'nav-above' ); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php /* ループを開始 */ ?&gt;
				&lt;?php while ( have_posts() ) : the_post(); ?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php
						/* コンテンツ用の投稿フォーマットテンプレートをインクルードします。
						 * これを子テーマで上書きしたい場合は、
						 * content-___.php ( ___ の部分は投稿フォーマット名が入る) というファイルを含めれば、かわりにそのファイルが使われます。
						 */
						get_template_part( 'content', get_post_format() );
					?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php endwhile; ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php twentyeleven_content_nav( 'nav-below' ); ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php else : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;article id=&quot;post-0&quot; class=&quot;post no-results not-found&quot;&gt;
					&lt;header class=&quot;entry-header&quot;&gt;
						&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php _e( 'Nothing Found', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
					&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;					&lt;div class=&quot;entry-content&quot;&gt;
						&lt;p&gt;&lt;?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?&gt;&lt;/p&gt;
						&lt;?php get_search_form(); ?&gt;
					&lt;/div&gt;&lt;!-- .entry-content --&gt;
				&lt;/article&gt;&lt;!-- #post-0 --&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/div&gt;&lt;!-- #content --&gt;
		&lt;/section&gt;&lt;!-- #primary --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php get_sidebar(); ?&gt;
&lt;?php get_footer(); ?&gt;
[/php]<br /><br />
<h2><a id="te_comments">comments.php</a></h2>
[php]
&lt;?php
/**
 * コメントを表示するテンプレート
 *
 * いまあるコメントとコメントフォームの両方を含むページのエリア。
 * 実際のコメント表示は
 * functions.php ファイルにある twentyeleven_comment へのコールバック
 * によって処理されます。
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;
	&lt;div id=&quot;comments&quot;&gt;
	&lt;?php if ( post_password_required() ) : ?&gt;
		&lt;p class=&quot;nopassword&quot;&gt;&lt;?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyeleven' ); ?&gt;&lt;/p&gt;
	&lt;/div&gt;&lt;!-- #comments --&gt;
	&lt;?php
			/* comments.php の残りが処理されるのを停止します。
			 * でないと、スクリプトを丸ごと殺せず、つまり依然として
			 * テンプレートを完全に読み込まなくてはならないからです。
			 */
			return;
		endif;
	?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;?php // ここは編集することができます。このコメントを含めて！ ?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;?php if ( have_comments() ) : ?&gt;
		&lt;h2 id=&quot;comments-title&quot;&gt;
			&lt;?php
				printf( _n( 'One thought on &amp;ldquo;%2$s&amp;rdquo;', '%1$s thoughts on &amp;ldquo;%2$s&amp;rdquo;', get_comments_number(), 'twentyeleven' ),
					number_format_i18n( get_comments_number() ), '&lt;span&gt;' . get_the_title() . '&lt;/span&gt;' );
			?&gt;
		&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;		&lt;?php if ( get_comment_pages_count() &gt; 1 &amp;&amp; get_option( 'page_comments' ) ) : // 検索するためにコメントがありますか？ ?&gt;
		&lt;nav id=&quot;comment-nav-above&quot;&gt;
			&lt;h1 class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Comment navigation', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
			&lt;div class=&quot;nav-previous&quot;&gt;&lt;?php previous_comments_link( __( '&amp;larr; Older Comments', 'twentyeleven' ) ); ?&gt;&lt;/div&gt;
			&lt;div class=&quot;nav-next&quot;&gt;&lt;?php next_comments_link( __( 'Newer Comments &amp;rarr;', 'twentyeleven' ) ); ?&gt;&lt;/div&gt;
		&lt;/nav&gt;
		&lt;?php endif; // コメントナビゲージョンのためのチェック ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;ol class=&quot;commentlist&quot;&gt;
			&lt;?php
				/* コメントをループし、並べます。コメントをフォーマットするため
				 * wp_list_comments() に twentyeleven_comment() を使うようにさせます。
				 * 子テーマでこれを上書きしたいなら、
				 * twentyeleven_comment() を定義すると、それが代わりに使われます。
				 * 詳しくは twentyeleven/functions.php の twentyeleven_comment() を見てください。
				 */
				wp_list_comments( array( 'callback' =&gt; 'twentyeleven_comment' ) );
			?&gt;
		&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;		&lt;?php if ( get_comment_pages_count() &gt; 1 &amp;&amp; get_option( 'page_comments' ) ) : // 検索するためにコメントがありますか？ ?&gt;
		&lt;nav id=&quot;comment-nav-below&quot;&gt;
			&lt;h1 class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Comment navigation', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
			&lt;div class=&quot;nav-previous&quot;&gt;&lt;?php previous_comments_link( __( '&amp;larr; Older Comments', 'twentyeleven' ) ); ?&gt;&lt;/div&gt;
			&lt;div class=&quot;nav-next&quot;&gt;&lt;?php next_comments_link( __( 'Newer Comments &amp;rarr;', 'twentyeleven' ) ); ?&gt;&lt;/div&gt;
		&lt;/nav&gt;
		&lt;?php endif; // コメントナビゲーションのためのチェック ?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;?php
		/* コメントが全くない場合や、コメントが閉じられている場合、ささやかな注釈を残しましょう、ですよね？
		 * けれど、コメントをサポートしないページや投稿タイプには注釈を必要としません。
		 */
		elseif ( ! comments_open() &amp;&amp; ! is_page() &amp;&amp; post_type_supports( get_post_type(), 'comments' ) ) :
	?&gt;
		&lt;p class=&quot;nocomments&quot;&gt;&lt;?php _e( 'Comments are closed.', 'twentyeleven' ); ?&gt;&lt;/p&gt;
	&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;?php comment_form(); ?&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;!-- #comments --&gt;
[/php]<br /><br />
<h2><a id="te_content-aside">content-aside.php</a></h2>
[php]
&lt;?php
/**
 * インデックス・アーカイブページに投稿フォーマット - アサイドの投稿を表示するテンプレート
 *
 * 詳しくは: http://codex.wordpress.org/Post_Formats
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
		&lt;header class=&quot;entry-header&quot;&gt;
			&lt;hgroup&gt;
				&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
				&lt;h3 class=&quot;entry-format&quot;&gt;&lt;?php _e( 'Aside', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
			&lt;/hgroup&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( comments_open() &amp;&amp; ! post_password_required() ) : ?&gt;
			&lt;div class=&quot;comments-link&quot;&gt;
				&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Reply', 'twentyeleven' ) . '&lt;/span&gt;', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?&gt;
			&lt;/div&gt;
			&lt;?php endif; ?&gt;
		&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;		&lt;?php if ( is_search() ) : // 検索用に抜粋のみ表示します ?&gt;
		&lt;div class=&quot;entry-summary&quot;&gt;
			&lt;?php the_excerpt(); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-summary --&gt;
		&lt;?php else : ?&gt;
		&lt;div class=&quot;entry-content&quot;&gt;
			&lt;?php the_content( __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ) ); ?&gt;
			&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-link&quot;&gt;&lt;span&gt;' . __( 'Pages:', 'twentyeleven' ) . '&lt;/span&gt;', 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-content --&gt;
		&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;footer class=&quot;entry-meta&quot;&gt;
			&lt;?php twentyeleven_posted_on(); ?&gt;
			&lt;?php if ( comments_open() ) : ?&gt;
			&lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
			&lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Leave a reply', 'twentyeleven' ) . '&lt;/span&gt;', __( '&lt;b&gt;1&lt;/b&gt; Reply', 'twentyeleven' ), __( '&lt;b&gt;%&lt;/b&gt; Replies', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
			&lt;?php endif; ?&gt;
			&lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
		&lt;/footer&gt;&lt;!-- #entry-meta --&gt;
	&lt;/article&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;
[/php]<br /><br />
<h2><a id="te_content-featured">content-featured.php</a></h2>
[php]
&lt;?php
/**
 * showcase.php 固定ページテンプレートで特集するコンテンツを表示するテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;global $feature_class;
?&gt;
&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class( $feature_class ); ?&gt;&gt;
	&lt;header class=&quot;entry-header&quot;&gt;
		&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;		&lt;div class=&quot;entry-meta&quot;&gt;
			&lt;?php twentyeleven_posted_on(); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-meta --&gt;
	&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;	&lt;div class=&quot;entry-summary&quot;&gt;
		&lt;?php the_excerpt(); ?&gt;
		&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-link&quot;&gt;&lt;span&gt;' . __( 'Pages:', 'twentyeleven' ) . '&lt;/span&gt;', 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
	&lt;/div&gt;&lt;!-- .entry-content --&gt;&lt;br /&gt;&lt;br /&gt;	&lt;footer class=&quot;entry-meta&quot;&gt;
		&lt;?php
			/* 翻訳者へ: リストされた項目の間で使われ、コンマの後にひとつスペースがあります */
			$tag_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
			if ( '' != $tag_list ) {
				$utility_text = __( 'This entry was posted in %1$s and tagged %2$s. Bookmark the &lt;a href=&quot;%3$s&quot; title=&quot;Permalink to %4$s&quot; rel=&quot;bookmark&quot;&gt;permalink&lt;/a&gt;.', 'twentyeleven' );
			} else {
				$utility_text = __( 'This entry was posted in %1$s. Bookmark the &lt;a href=&quot;%3$s&quot; title=&quot;Permalink to %4$s&quot; rel=&quot;bookmark&quot;&gt;permalink&lt;/a&gt;.', 'twentyeleven' );
			}
			printf(
				$utility_text,
				/* 翻訳者へ: リストされた項目の間で使われ、コンマの後にひとつスペースがあります */
				get_the_category_list( __( ', ', 'twentyeleven' ) ),
				$tag_list,
				esc_url( get_permalink() ),
				the_title_attribute( 'echo=0' )
			);
		?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
	&lt;/footer&gt;&lt;!-- .entry-meta --&gt;
&lt;/article&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;
[/php]<br /><br />
<h2><a id="te_content-gallery">content-gallery.php</a></h2>
[php]
&lt;?php
/**
 * インデックス・アーカイブページに投稿フォーマット - ギャラリーの投稿を表示するテンプレート
 *
 * 詳しくは: http://codex.wordpress.org/Post_Formats
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;&lt;br /&gt;&lt;br /&gt;&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
	&lt;header class=&quot;entry-header&quot;&gt;
		&lt;hgroup&gt;
			&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
			&lt;h3 class=&quot;entry-format&quot;&gt;&lt;?php _e( 'Gallery', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
		&lt;/hgroup&gt;&lt;br /&gt;&lt;br /&gt;		&lt;div class=&quot;entry-meta&quot;&gt;
			&lt;?php twentyeleven_posted_on(); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-meta --&gt;
	&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;	&lt;?php if ( is_search() ) : // 検索用に抜粋のみ表示します ?&gt;
		&lt;div class=&quot;entry-summary&quot;&gt;
			&lt;?php the_excerpt(); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-summary --&gt;
		&lt;?php else : ?&gt;
		&lt;div class=&quot;entry-content&quot;&gt;
			&lt;?php if ( post_password_required() ) : ?&gt;
				&lt;?php the_content( __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ) ); ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php else : ?&gt;
				&lt;?php
					$images = get_children( array( 'post_parent' =&gt; $post-&gt;ID, 'post_type' =&gt; 'attachment', 'post_mime_type' =&gt; 'image', 'orderby' =&gt; 'menu_order', 'order' =&gt; 'ASC', 'numberposts' =&gt; 999 ) );
					if ( $images ) :
						$total_images = count( $images );
						$image = array_shift( $images );
						$image_img_tag = wp_get_attachment_image( $image-&gt;ID, 'thumbnail' );
				?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;figure class=&quot;gallery-thumb&quot;&gt;
					&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;&lt;?php echo $image_img_tag; ?&gt;&lt;/a&gt;
				&lt;/figure&gt;&lt;!-- .gallery-thumb --&gt;&lt;br /&gt;&lt;br /&gt;				&lt;p&gt;&lt;em&gt;&lt;?php printf( _n( 'This gallery contains &lt;a %1$s&gt;%2$s photo&lt;/a&gt;.', 'This gallery contains &lt;a %1$s&gt;%2$s photos&lt;/a&gt;.', $total_images, 'twentyeleven' ),
						'href=&quot;' . esc_url( get_permalink() ) . '&quot; title=&quot;' . sprintf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ) . '&quot; rel=&quot;bookmark&quot;',
						number_format_i18n( $total_images )
					); ?&gt;&lt;/em&gt;&lt;/p&gt;
			&lt;?php endif; ?&gt;
			&lt;?php the_excerpt(); ?&gt;
		&lt;?php endif; ?&gt;
		&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-link&quot;&gt;&lt;span&gt;' . __( 'Pages:', 'twentyeleven' ) . '&lt;/span&gt;', 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
	&lt;/div&gt;&lt;!-- .entry-content --&gt;
	&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;footer class=&quot;entry-meta&quot;&gt;
		&lt;?php $show_sep = false; ?&gt;
		&lt;?php
			/* 翻訳者へ: リストされた項目の間で使われ、コンマの後にひとつスペースがあります */
			$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
			if ( $categories_list ):
		?&gt;
		&lt;span class=&quot;cat-links&quot;&gt;
			&lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Posted in&lt;/span&gt; %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
			$show_sep = true; ?&gt;
		&lt;/span&gt;
		&lt;?php endif; // End if categories ?&gt;
		&lt;?php
			/* 翻訳者へ: リストされた項目の間で使われ、コンマの後にひとつスペースがあります */
			$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
			if ( $tags_list ):
			if ( $show_sep ) : ?&gt;
		&lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
			&lt;?php endif; // End if $show_sep ?&gt;
		&lt;span class=&quot;tag-links&quot;&gt;
			&lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Tagged&lt;/span&gt; %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
			$show_sep = true; ?&gt;
		&lt;/span&gt;
		&lt;?php endif; // End if $tags_list ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;?php if ( comments_open() ) : ?&gt;
		&lt;?php if ( $show_sep ) : ?&gt;
		&lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
		&lt;?php endif; // End if $show_sep ?&gt;
		&lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Leave a Reply', 'twentyeleven' ) . '&lt;/span&gt;', __( '&lt;b&gt;1&lt;/b&gt; Reply', 'twentyeleven' ), __( '&lt;b&gt;%&lt;/b&gt; Replies', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
		&lt;?php endif; // End if comments_open() ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
	&lt;/footer&gt;&lt;!-- #entry-meta --&gt;
&lt;/article&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;
[/php]<br /><br />
<h2><a id="te_content-image">content-image.php</a></h2>
[php]
&lt;?php
/**
 * インデックス・アーカイブページに投稿フォーマット - 画像の投稿を表示するテンプレート
 *
 * 詳しくは: http://codex.wordpress.org/Post_Formats
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;
	&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class( 'indexed' ); ?&gt;&gt;
		&lt;header class=&quot;entry-header&quot;&gt;
			&lt;hgroup&gt;
				&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
				&lt;h3 class=&quot;entry-format&quot;&gt;&lt;?php _e( 'Image', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
			&lt;/hgroup&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( comments_open() &amp;&amp; ! post_password_required() ) : ?&gt;
			&lt;div class=&quot;comments-link&quot;&gt;
				&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( &quot;Reply&quot;, 'twentyeleven' ) . '&lt;/span&gt;', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?&gt;
			&lt;/div&gt;
			&lt;?php endif; ?&gt;
		&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;		&lt;div class=&quot;entry-content&quot;&gt;
			&lt;?php the_content( __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ) ); ?&gt;
			&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-link&quot;&gt;&lt;span&gt;' . __( 'Pages:', 'twentyeleven' ) . '&lt;/span&gt;', 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-content --&gt;&lt;br /&gt;&lt;br /&gt;		&lt;footer class=&quot;entry-meta&quot;&gt;
			&lt;div class=&quot;entry-meta&quot;&gt;
				&lt;?php
					printf( __( '&lt;a href=&quot;%1$s&quot; rel=&quot;bookmark&quot;&gt;&lt;time class=&quot;entry-date&quot; datetime=&quot;%2$s&quot; pubdate&gt;%3$s&lt;/time&gt;&lt;/a&gt;&lt;span class=&quot;by-author&quot;&gt; &lt;span class=&quot;sep&quot;&gt; by &lt;/span&gt; &lt;span class=&quot;author vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;%4$s&quot; title=&quot;%5$s&quot; rel=&quot;author&quot;&gt;%6$s&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;', 'twentyeleven' ),
						esc_url( get_permalink() ),
						get_the_date( 'c' ),
						get_the_date(),
						esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
						sprintf( esc_attr__( 'View all posts by %s', 'twentyeleven' ), get_the_author() ),
						get_the_author()
					);
				?&gt;
			&lt;/div&gt;&lt;!-- .entry-meta --&gt;
			&lt;div class=&quot;entry-meta&quot;&gt;
				&lt;?php
					/* 翻訳者へ: リストされた項目の間で使われ、コンマの後にひとつスペースがあります */
					$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
					if ( $categories_list ):
				?&gt;
				&lt;span class=&quot;cat-links&quot;&gt;
					&lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Posted in&lt;/span&gt; %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list ); ?&gt;
				&lt;/span&gt;
				&lt;?php endif; // End if categories ?&gt;
				&lt;?php
					/* 翻訳者へ: リストされた項目の間で使われ、コンマの後にひとつスペースがあります */
					$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
					if ( $tags_list ): ?&gt;
				&lt;span class=&quot;tag-links&quot;&gt;
					&lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Tagged&lt;/span&gt; %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?&gt;
				&lt;/span&gt;
				&lt;?php endif; // End if $tags_list ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php if ( comments_open() ) : ?&gt;
				&lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Reply', 'twentyeleven' ) . '&lt;/span&gt;', __( '&lt;strong&gt;1&lt;/strong&gt; Reply', 'twentyeleven' ), __( '&lt;strong&gt;%&lt;/strong&gt; Replies', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
				&lt;?php endif; // End if comments_open() ?&gt;
			&lt;/div&gt;&lt;!-- .entry-meta --&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
		&lt;/footer&gt;&lt;!-- #entry-meta --&gt;
	&lt;/article&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;
[/php]<br /><br />
<h2><a id="te_content-intro">content-intro.php</a></h2>
[php]
&lt;?php
/**
 * showcase.php 固定ページテンプレート内でページコンテンツを表示するテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;&lt;br /&gt;&lt;br /&gt;&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class( 'intro' ); ?&gt;&gt;
	&lt;header class=&quot;entry-header&quot;&gt;
		&lt;h2 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;
	&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;	&lt;div class=&quot;entry-content&quot;&gt;
		&lt;?php the_content(); ?&gt;
		&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-link&quot;&gt;&lt;span&gt;' . __( 'Pages:', 'twentyeleven' ) . '&lt;/span&gt;', 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
		&lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
	&lt;/div&gt;&lt;!-- .entry-content --&gt;
&lt;/article&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;
[/php]<br /><br />
<h2><a id="te_content-link">content-link.php</a></h2>
[php]
&lt;?php
/**
 * インデックス・アーカイブページに投稿フォーマット - リンクの投稿を表示するテンプレート
 *
 * 詳しくは: http://codex.wordpress.org/Post_Formats
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
		&lt;header class=&quot;entry-header&quot;&gt;
			&lt;hgroup&gt;
				&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
				&lt;h3 class=&quot;entry-format&quot;&gt;&lt;?php _e( 'Link', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
			&lt;/hgroup&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( comments_open() &amp;&amp; ! post_password_required() ) : ?&gt;
			&lt;div class=&quot;comments-link&quot;&gt;
				&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Reply', 'twentyeleven' ) . '&lt;/span&gt;', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?&gt;
			&lt;/div&gt;
			&lt;?php endif; ?&gt;
		&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;		&lt;?php if ( is_search() ) : // 検索用に抜粋のみ表示します ?&gt;
		&lt;div class=&quot;entry-summary&quot;&gt;
			&lt;?php the_excerpt(); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-summary --&gt;
		&lt;?php else : ?&gt;
		&lt;div class=&quot;entry-content&quot;&gt;
			&lt;?php the_content( __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ) ); ?&gt;
			&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-link&quot;&gt;&lt;span&gt;' . __( 'Pages:', 'twentyeleven' ) . '&lt;/span&gt;', 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-content --&gt;
		&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;footer class=&quot;entry-meta&quot;&gt;
			&lt;?php twentyeleven_posted_on(); ?&gt;
			&lt;?php if ( comments_open() ) : ?&gt;
			&lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
			&lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Leave a reply', 'twentyeleven' ) . '&lt;/span&gt;', __( '&lt;b&gt;1&lt;/b&gt; Reply', 'twentyeleven' ), __( '&lt;b&gt;%&lt;/b&gt; Replies', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
			&lt;?php endif; ?&gt;
			&lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
		&lt;/footer&gt;&lt;!-- #entry-meta --&gt;
	&lt;/article&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;
[/php]<br /><br />
<h2><a id="te_content-page">content-page.php</a></h2>
[php]
&lt;?php
/**
 * page.php 内でページコンテンツを表示するのに使用されるテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;&lt;br /&gt;&lt;br /&gt;&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
	&lt;header class=&quot;entry-header&quot;&gt;
		&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;
	&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;	&lt;div class=&quot;entry-content&quot;&gt;
		&lt;?php the_content(); ?&gt;
		&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-link&quot;&gt;&lt;span&gt;' . __( 'Pages:', 'twentyeleven' ) . '&lt;/span&gt;', 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
	&lt;/div&gt;&lt;!-- .entry-content --&gt;
	&lt;footer class=&quot;entry-meta&quot;&gt;
		&lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
	&lt;/footer&gt;&lt;!-- .entry-meta --&gt;
&lt;/article&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;
[/php]<br /><br />
<h2><a id="te_content-quote">content-quote.php</a></h2>
[php]
&lt;?php
/**
 * コンテンツを表示するためのデフォルトテンプレート（編集注：投稿フォーマット - 引用の投稿を表示するテンプレート…では…？）
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
		&lt;header class=&quot;entry-header&quot;&gt;
			&lt;hgroup&gt;
				&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
				&lt;h3 class=&quot;entry-format&quot;&gt;&lt;?php _e( 'Quote', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
			&lt;/hgroup&gt;&lt;br /&gt;&lt;br /&gt;			&lt;div class=&quot;entry-meta&quot;&gt;
				&lt;?php twentyeleven_posted_on(); ?&gt;
			&lt;/div&gt;&lt;!-- .entry-meta --&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( comments_open() &amp;&amp; ! post_password_required() ) : ?&gt;
			&lt;div class=&quot;comments-link&quot;&gt;
				&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Reply', 'twentyeleven' ) . '&lt;/span&gt;', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?&gt;
			&lt;/div&gt;
			&lt;?php endif; ?&gt;
		&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;		&lt;?php if ( is_search() ) : // 検索用に抜粋のみ表示します ?&gt;
		&lt;div class=&quot;entry-summary&quot;&gt;
			&lt;?php the_excerpt(); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-summary --&gt;
		&lt;?php else : ?&gt;
		&lt;div class=&quot;entry-content&quot;&gt;
			&lt;?php the_content( __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ) ); ?&gt;
			&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-link&quot;&gt;&lt;span&gt;' . __( 'Pages:', 'twentyeleven' ) . '&lt;/span&gt;', 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-content --&gt;
		&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;footer class=&quot;entry-meta&quot;&gt;
			&lt;?php $show_sep = false; ?&gt;
			&lt;?php
				/* 翻訳者へ: リストされた項目の間で使われ、コンマの後にひとつスペースがあります */
				$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
				if ( $categories_list ):
			?&gt;
			&lt;span class=&quot;cat-links&quot;&gt;
				&lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Posted in&lt;/span&gt; %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
				$show_sep = true; ?&gt;
			&lt;/span&gt;
			&lt;?php endif; // End if categories ?&gt;
			&lt;?php
				/* 翻訳者へ: リストされた項目の間で使われ、コンマの後にひとつスペースがあります */
				$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
				if ( $tags_list ):
				if ( $show_sep ) : ?&gt;
			&lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
				&lt;?php endif; // End if $show_sep ?&gt;
			&lt;span class=&quot;tag-links&quot;&gt;
				&lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Tagged&lt;/span&gt; %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
				$show_sep = true; ?&gt;
			&lt;/span&gt;
			&lt;?php endif; // End if $tags_list ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( comments_open() ) : ?&gt;
			&lt;?php if ( $show_sep ) : ?&gt;
			&lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
			&lt;?php endif; // End if $show_sep ?&gt;
			&lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Leave a reply', 'twentyeleven' ) . '&lt;/span&gt;', __( '&lt;b&gt;1&lt;/b&gt; Reply', 'twentyeleven' ), __( '&lt;b&gt;%&lt;/b&gt; Replies', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
			&lt;?php endif; // End if comments_open() ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
		&lt;/footer&gt;&lt;!-- #entry-meta --&gt;
	&lt;/article&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;&lt;br /&gt;&lt;br /&gt;[/php]<br /><br />
<h2><a id="te_content-single">content-single.php</a></h2>
[php]
&lt;?php
/**
 * single.php テンプレート内でコンテンツを表示するテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;&lt;br /&gt;&lt;br /&gt;&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
	&lt;header class=&quot;entry-header&quot;&gt;
		&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;&lt;br /&gt;&lt;br /&gt;		&lt;?php if ( 'post' == get_post_type() ) : ?&gt;
		&lt;div class=&quot;entry-meta&quot;&gt;
			&lt;?php twentyeleven_posted_on(); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-meta --&gt;
		&lt;?php endif; ?&gt;
	&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;	&lt;div class=&quot;entry-content&quot;&gt;
		&lt;?php the_content(); ?&gt;
		&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-link&quot;&gt;&lt;span&gt;' . __( 'Pages:', 'twentyeleven' ) . '&lt;/span&gt;', 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
	&lt;/div&gt;&lt;!-- .entry-content --&gt;&lt;br /&gt;&lt;br /&gt;	&lt;footer class=&quot;entry-meta&quot;&gt;
		&lt;?php
			/* 翻訳者へ: リストされた項目の間で使われ、コンマの後にひとつスペースがあります */
			$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );&lt;br /&gt;&lt;br /&gt;			/* 翻訳者へ: リストされた項目の間で使われ、コンマの後にひとつスペースがあります */
			$tag_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
			if ( '' != $tag_list ) {
				$utility_text = __( 'This entry was posted in %1$s and tagged %2$s by &lt;a href=&quot;%6$s&quot;&gt;%5$s&lt;/a&gt;. Bookmark the &lt;a href=&quot;%3$s&quot; title=&quot;Permalink to %4$s&quot; rel=&quot;bookmark&quot;&gt;permalink&lt;/a&gt;.', 'twentyeleven' );
			} elseif ( '' != $categories_list ) {
				$utility_text = __( 'This entry was posted in %1$s by &lt;a href=&quot;%6$s&quot;&gt;%5$s&lt;/a&gt;. Bookmark the &lt;a href=&quot;%3$s&quot; title=&quot;Permalink to %4$s&quot; rel=&quot;bookmark&quot;&gt;permalink&lt;/a&gt;.', 'twentyeleven' );
			} else {
				$utility_text = __( 'This entry was posted by &lt;a href=&quot;%6$s&quot;&gt;%5$s&lt;/a&gt;. Bookmark the &lt;a href=&quot;%3$s&quot; title=&quot;Permalink to %4$s&quot; rel=&quot;bookmark&quot;&gt;permalink&lt;/a&gt;.', 'twentyeleven' );
			}&lt;br /&gt;&lt;br /&gt;			printf(
				$utility_text,
				$categories_list,
				$tag_list,
				esc_url( get_permalink() ),
				the_title_attribute( 'echo=0' ),
				get_the_author(),
				esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) )
			);
		?&gt;
		&lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;?php if ( get_the_author_meta( 'description' ) &amp;&amp; is_multi_author() ) : // ユーザが説明を記入している場合、エントリーに略歴を表示します。 ?&gt;
		&lt;div id=&quot;author-info&quot;&gt;
			&lt;div id=&quot;author-avatar&quot;&gt;
				&lt;?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 68 ) ); ?&gt;
			&lt;/div&gt;&lt;!-- #author-avatar --&gt;
			&lt;div id=&quot;author-description&quot;&gt;
				&lt;h2&gt;&lt;?php printf( esc_attr__( 'About %s', 'twentyeleven' ), get_the_author() ); ?&gt;&lt;/h2&gt;
				&lt;?php the_author_meta( 'description' ); ?&gt;
				&lt;div id=&quot;author-link&quot;&gt;
					&lt;a href=&quot;&lt;?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?&gt;&quot; rel=&quot;author&quot;&gt;
						&lt;?php printf( __( 'View all posts by %s &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ), get_the_author() ); ?&gt;
					&lt;/a&gt;
				&lt;/div&gt;&lt;!-- #author-link	--&gt;
			&lt;/div&gt;&lt;!-- #author-description --&gt;
		&lt;/div&gt;&lt;!-- #entry-author-info --&gt;
		&lt;?php endif; ?&gt;
	&lt;/footer&gt;&lt;!-- .entry-meta --&gt;
&lt;/article&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;
[/php]<br /><br />
<h2><a id="te_content-status">content-status.php</a></h2>
[php]
&lt;?php
/**
 * インデックス・アーカイブページに投稿フォーマット - ステータスの投稿を表示するテンプレート
 *
 * 詳しくは: http://codex.wordpress.org/Post_Formats
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 */
?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
		&lt;header class=&quot;entry-header&quot;&gt;
			&lt;hgroup&gt;
				&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
				&lt;h3 class=&quot;entry-format&quot;&gt;&lt;?php _e( 'Status', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
			&lt;/hgroup&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( comments_open() &amp;&amp; ! post_password_required() ) : ?&gt;
			&lt;div class=&quot;comments-link&quot;&gt;
				&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Reply', 'twentyeleven' ) . '&lt;/span&gt;', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?&gt;
			&lt;/div&gt;
			&lt;?php endif; ?&gt;
		&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;		&lt;?php if ( is_search() ) : // 検索用に抜粋のみ表示します ?&gt;
		&lt;div class=&quot;entry-summary&quot;&gt;
			&lt;?php the_excerpt(); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-summary --&gt;
		&lt;?php else : ?&gt;
		&lt;div class=&quot;entry-content&quot;&gt;
			&lt;div class=&quot;avatar&quot;&gt;&lt;?php echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentyeleven_status_avatar', '65' ) ); ?&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php the_content( __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ) ); ?&gt;
			&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-link&quot;&gt;&lt;span&gt;' . __( 'Pages:', 'twentyeleven' ) . '&lt;/span&gt;', 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-content --&gt;
		&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;footer class=&quot;entry-meta&quot;&gt;
			&lt;?php twentyeleven_posted_on(); ?&gt;
			&lt;?php if ( comments_open() ) : ?&gt;
			&lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
			&lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Leave a reply', 'twentyeleven' ) . '&lt;/span&gt;', __( '&lt;b&gt;1&lt;/b&gt; Reply', 'twentyeleven' ), __( '&lt;b&gt;%&lt;/b&gt; Replies', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
			&lt;?php endif; ?&gt;
			&lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
		&lt;/footer&gt;&lt;!-- #entry-meta --&gt;
	&lt;/article&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;
[/php]<br /><br />
<h2><a id="te_content">content.php</a></h2>
[php]
&lt;?php
/**
 * コンテンツを表示するためのデフォルトテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
		&lt;header class=&quot;entry-header&quot;&gt;
			&lt;?php if ( is_sticky() ) : ?&gt;
				&lt;hgroup&gt;
					&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;
					&lt;h3 class=&quot;entry-format&quot;&gt;&lt;?php _e( 'Featured', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
				&lt;/hgroup&gt;
			&lt;?php else : ?&gt;
			&lt;h1 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;
			&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( 'post' == get_post_type() ) : ?&gt;
			&lt;div class=&quot;entry-meta&quot;&gt;
				&lt;?php twentyeleven_posted_on(); ?&gt;
			&lt;/div&gt;&lt;!-- .entry-meta --&gt;
			&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( comments_open() &amp;&amp; ! post_password_required() ) : ?&gt;
			&lt;div class=&quot;comments-link&quot;&gt;
				&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Reply', 'twentyeleven' ) . '&lt;/span&gt;', _x( '1', 'comments number', 'twentyeleven' ), _x( '%', 'comments number', 'twentyeleven' ) ); ?&gt;
			&lt;/div&gt;
			&lt;?php endif; ?&gt;
		&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;		&lt;?php if ( is_search() ) : // 検索用に抜粋のみ表示する ?&gt;
		&lt;div class=&quot;entry-summary&quot;&gt;
			&lt;?php the_excerpt(); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-summary --&gt;
		&lt;?php else : ?&gt;
		&lt;div class=&quot;entry-content&quot;&gt;
			&lt;?php the_content( __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ) ); ?&gt;
			&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-link&quot;&gt;&lt;span&gt;' . __( 'Pages:', 'twentyeleven' ) . '&lt;/span&gt;', 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
		&lt;/div&gt;&lt;!-- .entry-content --&gt;
		&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;footer class=&quot;entry-meta&quot;&gt;
			&lt;?php $show_sep = false; ?&gt;
			&lt;?php if ( 'post' == get_post_type() ) : // 検索結果のページではカテゴリーとタグのテキストを隠す ?&gt;
			&lt;?php
				/* 翻訳者へ: リストされた項目の間で使われ、コンマの後にひとつスペースがあります */
				$categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) );
				if ( $categories_list ):
			?&gt;
			&lt;span class=&quot;cat-links&quot;&gt;
				&lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Posted in&lt;/span&gt; %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list );
				$show_sep = true; ?&gt;
			&lt;/span&gt;
			&lt;?php endif; // End if categories ?&gt;
			&lt;?php
				/* 翻訳者へ: リストされた項目の間で使われ、コンマの後にひとつスペースがあります */
				$tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) );
				if ( $tags_list ):
				if ( $show_sep ) : ?&gt;
			&lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
				&lt;?php endif; // End if $show_sep ?&gt;
			&lt;span class=&quot;tag-links&quot;&gt;
				&lt;?php printf( __( '&lt;span class=&quot;%1$s&quot;&gt;Tagged&lt;/span&gt; %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list );
				$show_sep = true; ?&gt;
			&lt;/span&gt;
			&lt;?php endif; // End if $tags_list ?&gt;
			&lt;?php endif; // End if 'post' == get_post_type() ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( comments_open() ) : ?&gt;
			&lt;?php if ( $show_sep ) : ?&gt;
			&lt;span class=&quot;sep&quot;&gt; | &lt;/span&gt;
			&lt;?php endif; // End if $show_sep ?&gt;
			&lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Leave a reply', 'twentyeleven' ) . '&lt;/span&gt;', __( '&lt;b&gt;1&lt;/b&gt; Reply', 'twentyeleven' ), __( '&lt;b&gt;%&lt;/b&gt; Replies', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
			&lt;?php endif; // End if comments_open() ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
		&lt;/footer&gt;&lt;!-- #entry-meta --&gt;
	&lt;/article&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;
[/php]<br /><br />
<h2><a id="te_footer">footer.php</a></h2>
[php]
&lt;?php
/**
 * フッターを表示するテンプレート
 *
 * id=main の div 要素を閉じ、すべての要素の後にきます。
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;/div&gt;&lt;!-- #main --&gt;&lt;br /&gt;&lt;br /&gt;	&lt;footer id=&quot;colophon&quot; role=&quot;contentinfo&quot;&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php
				/* フッターにサイドバーですって？ その通り。
				 * 三列のウィジェットでフッターをカスタマイズできるんです。
				 */
				get_sidebar( 'footer' );
			?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;div id=&quot;site-generator&quot;&gt;
				&lt;?php do_action( 'twentyeleven_credits' ); ?&gt;
				&lt;a href=&quot;&lt;?php echo esc_url( __( 'http://wordpress.org/', 'twentyeleven' ) ); ?&gt;&quot; title=&quot;&lt;?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyeleven' ); ?&gt;&quot; rel=&quot;generator&quot;&gt;&lt;?php printf( __( 'Proudly powered by %s', 'twentyeleven' ), 'WordPress' ); ?&gt;&lt;/a&gt;
			&lt;/div&gt;
	&lt;/footer&gt;&lt;!-- #colophon --&gt;
&lt;/div&gt;&lt;!-- #page --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php wp_footer(); ?&gt;&lt;br /&gt;&lt;br /&gt;&lt;/body&gt;
&lt;/html&gt;
[/php]<br /><br />
<h2><a id="te_functions">functions.php</a></h2>
[php]
&lt;?php
/**
 * Twenty Eleven の機能と定義
 *
 * テーマをセットアップし、ヘルパー機能を提供します。一部のヘルパー機能は
 * テーマの中でカスタムテンプレートタグとして使用されます。それ以外のものは、
 * WordPress のコア機能を変更するアクションとフィルターフックに取り付けられます。
 *
 * 最初の機能は、 twentyeleven_setup() で、投稿サムネイルやナビゲーションメニューなど、
 * WordPress の様々な機能のサポートをすることによってテーマを設定します。
 *
 * 子テーマを使うときは (詳しくは http://wpdocs.sourceforge.jp/%E3%83%86%E3%83%BC%E3%83%9E%E3%81%AE%E4%BD%9C%E6%88%90 と
 * http://wpdocs.sourceforge.jp/Child_Themes を見てください。)、子テーマの functions.php ファイルで機能を定義することで
 * 上書きすることが出来ます(機能は、 function_exists() 呼び出しで囲われています) 。
 * 子テーマの functions.php ファイルは親テーマファイルの前にインクルードされ、
 * 子テーマの機能が使われます。
 *
 * 取り外せない機能（function_exists()で囲われていないもの）は、代わりに
 * フィルターあるいはアクションフックに割り当てられています。フックは、remove_action() あるいは
 * remove_filter() を使うことによって取り除くことができ、各自必要な機能をフックに割り当てることが出来ます。
 *
 * 親テーマのフックは割り当てられた後のみ取り外すことができます。これはつまり、子テーマの
 * セットアップを終わるまで待つ必要があるということです。:
 *
 * &lt;code&gt;
 * add_action( 'after_setup_theme', 'my_child_theme_setup' );
 * function my_child_theme_setup() {
 *     // excerpt_length （あるいは、フィルターされていない値）に独自のフィルターをかけています。
 *     remove_filter( 'excerpt_length', 'twentyeleven_excerpt_length' );
 *     ...
 * }
 * &lt;/code&gt;
 *
 * フック、アクション、フィルターに関するさらに詳しい情報は、 http://wpdocs.sourceforge.jp/%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3_API を御覧ください。
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;/**
 * テーマデザインとスタイルシートに基づいて、コンテンツの幅を設定します。
 */
if ( ! isset( $content_width ) )
	$content_width = 584;&lt;br /&gt;&lt;br /&gt;/**
 * 'after_setup_theme' フックが走ったら、twentyeleven_setup() を走らせます。
 */
add_action( 'after_setup_theme', 'twentyeleven_setup' );&lt;br /&gt;&lt;br /&gt;if ( ! function_exists( 'twentyeleven_setup' ) ):
/**
 * テーマのデフォルトを設定し、WordPress の様々な機能のサポートを登録します。
 *
* この関数が after_setup_theme にフックされていて、init フックの前に走ることに注意してください。
* この init フックは、例えばアイキャッチ画像のサポートの表示など、いくつかの特徴によっては
* 遅すぎるかもしれません（訳注：実行順を早めてあげる必要がある、ということだと思います）。
 *
 * 子テーマで twentyeleven_setup() を上書きするには、子テーマの functions.php ファイルに
* 独自の twentyeleven_setup を追加してください。
 *
 * @uses load_theme_textdomain() 翻訳／国際化をサポートします。
 * @uses add_editor_style() ビジュアルエディターのスタイル変更をサポートします。
 * @uses add_theme_support() アイキャッチ画像と自動フィードリンクをサポートします。
 * @uses register_nav_menus() ナビゲーションメニューをサポートします。
 * @uses add_custom_background() カスタム背景をサポートします。
 * @uses add_custom_image_header() カスタムヘッダーをサポートします。
 * @uses register_default_headers() テーマに用意されるデフォルトのカスタムヘッダー画像を登録します。
 * @uses set_post_thumbnail_size() アイキャッチ画像のサイズを設定します。
 *
 * @since Twenty Eleven 1.0
 */
function twentyeleven_setup() {&lt;br /&gt;&lt;br /&gt;	/* Twenty Eleven を翻訳できるようにします。
	 * 翻訳ファイルは /languages/ ディレクトリ内に置くことが出来ます。
	 * Twenty Eleven に基づくテーマを作る場合（訳者注：子テーマのことだと思われる）、
	 * 全テンプレートファイルの 'twentyeleven' をあなたのテーマの名前に置換してください。
	 */
	load_theme_textdomain( 'twentyeleven', TEMPLATEPATH . '/languages' );&lt;br /&gt;&lt;br /&gt;	$locale = get_locale();
	$locale_file = TEMPLATEPATH . &quot;/languages/$locale.php&quot;;
	if ( is_readable( $locale_file ) )
		require_once( $locale_file );&lt;br /&gt;&lt;br /&gt;	// このテーマでは、テーマスタイルに合うように、editor-style.css でビジュアルエディタをスタイル付けします。
	add_editor_style();&lt;br /&gt;&lt;br /&gt;	// テーマの設定ページと関連するコードを読み込みます。
	require( dirname( __FILE__ ) . '/inc/theme-options.php' );&lt;br /&gt;&lt;br /&gt;	// Twenty Eleven 短冊ウィジェットを読み込みます。
	require( dirname( __FILE__ ) . '/inc/widgets.php' );&lt;br /&gt;&lt;br /&gt;	// デフォルトの記事 RSS フィードと、コメント RSS フィード を &lt;head&gt; 内に追加します。
	add_theme_support( 'automatic-feed-links' );&lt;br /&gt;&lt;br /&gt;	// このテーマはある位置で、 wp_nav_menu() を使います。
	register_nav_menu( 'primary', __( 'Primary Menu', 'twentyeleven' ) );&lt;br /&gt;&lt;br /&gt;	// 様々な投稿フォーマットをサポートします。
	add_theme_support( 'post-formats', array( 'aside', 'link', 'gallery', 'status', 'quote', 'image' ) );&lt;br /&gt;&lt;br /&gt;	// カスタム背景をサポートします。
	add_custom_background();&lt;br /&gt;&lt;br /&gt;	// このテーマは投稿ごと/記事ごとのカスタムヘッダーにアイキャッチ画像（投稿サムネイルとも呼ばれる）を使用します。
	add_theme_support( 'post-thumbnails' );&lt;br /&gt;&lt;br /&gt;	// ここから4つで Twenty Eleven カスタムヘッダーサポートを設定します。&lt;br /&gt;&lt;br /&gt;	// ヘッダーのテキストカラーのデフォルト設定
	define( 'HEADER_TEXTCOLOR', '000' );&lt;br /&gt;&lt;br /&gt;	// 空白の場合、画像のランダム表示を許可します。
	define( 'HEADER_IMAGE', '' );&lt;br /&gt;&lt;br /&gt;	// カスタムヘッダーの高さと幅。
	// この値を変更するには twentyeleven_header_image_width と twentyeleven_header_image_height にフィルターを追加します。
	define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyeleven_header_image_width', 1000 ) );
	define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyeleven_header_image_height', 288 ) );&lt;br /&gt;&lt;br /&gt;	// 投稿と固定ページのカスタムヘッダー画像にアイキャッチ画像を使っています。
	// アイキャッチ画像を定義したヘッダー画像のサイズにしたいので
	// 大きな画像はフィットするように自動的に切り取られ、小さい画像は無視されます。詳しくは header.php を参照してください。
	set_post_thumbnail_size( HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true );&lt;br /&gt;&lt;br /&gt;	// Twenty Eleven のカスタム画像のサイズを追加します。
	add_image_size( 'large-feature', HEADER_IMAGE_WIDTH, HEADER_IMAGE_HEIGHT, true ); // 大きいアイキャッチ画像（ヘッダー画像）の場合に使用されます。
	add_image_size( 'small-feature', 500, 300 ); // 大きい画像が存在しない場合注目記事に使用されます。&lt;br /&gt;&lt;br /&gt;	// デフォルトでヘッダー画像のランダム表示を有効にします。
	add_theme_support( 'custom-header', array( 'random-default' =&gt; true ) );&lt;br /&gt;&lt;br /&gt;	// 管理画面でカスタムヘッダーをスタイル変更可能にします。
	// 詳しくは下記の twentyeleven_admin_header_style()を参照してください。
	add_custom_image_header( 'twentyeleven_header_style', 'twentyeleven_admin_header_style', 'twentyeleven_admin_header_image' );&lt;br /&gt;&lt;br /&gt;	// ... ヘッダーの変更についてはこれでおしまいです。&lt;br /&gt;&lt;br /&gt;	// テーマ同梱のデフォルトカスタムヘッダー画像。 %s はテーマテンプレートディレクトリ URI のプレースフォルダです。
	register_default_headers( array(
		'wheel' =&gt; array(
			'url' =&gt; '%s/images/headers/wheel.jpg',
			'thumbnail_url' =&gt; '%s/images/headers/wheel-thumbnail.jpg',
			/* 翻訳者へ: ヘッダー画像の説明 */
			'description' =&gt; __( 'Wheel', 'twentyeleven' )
		),
		'shore' =&gt; array(
			'url' =&gt; '%s/images/headers/shore.jpg',
			'thumbnail_url' =&gt; '%s/images/headers/shore-thumbnail.jpg',
			/* 翻訳者へ: ヘッダー画像の説明 */
			'description' =&gt; __( 'Shore', 'twentyeleven' )
		),
		'trolley' =&gt; array(
			'url' =&gt; '%s/images/headers/trolley.jpg',
			'thumbnail_url' =&gt; '%s/images/headers/trolley-thumbnail.jpg',
			/* 翻訳者へ: ヘッダー画像の説明 */
			'description' =&gt; __( 'Trolley', 'twentyeleven' )
		),
		'pine-cone' =&gt; array(
			'url' =&gt; '%s/images/headers/pine-cone.jpg',
			'thumbnail_url' =&gt; '%s/images/headers/pine-cone-thumbnail.jpg',
			/* 翻訳者へ: ヘッダー画像の説明 */
			'description' =&gt; __( 'Pine Cone', 'twentyeleven' )
		),
		'chessboard' =&gt; array(
			'url' =&gt; '%s/images/headers/chessboard.jpg',
			'thumbnail_url' =&gt; '%s/images/headers/chessboard-thumbnail.jpg',
			/* 翻訳者へ: ヘッダー画像の説明 */
			'description' =&gt; __( 'Chessboard', 'twentyeleven' )
		),
		'lanterns' =&gt; array(
			'url' =&gt; '%s/images/headers/lanterns.jpg',
			'thumbnail_url' =&gt; '%s/images/headers/lanterns-thumbnail.jpg',
			/* 翻訳者へ: ヘッダー画像の説明 */
			'description' =&gt; __( 'Lanterns', 'twentyeleven' )
		),
		'willow' =&gt; array(
			'url' =&gt; '%s/images/headers/willow.jpg',
			'thumbnail_url' =&gt; '%s/images/headers/willow-thumbnail.jpg',
			/* 翻訳者へ: ヘッダー画像の説明 */
			'description' =&gt; __( 'Willow', 'twentyeleven' )
		),
		'hanoi' =&gt; array(
			'url' =&gt; '%s/images/headers/hanoi.jpg',
			'thumbnail_url' =&gt; '%s/images/headers/hanoi-thumbnail.jpg',
			/* 翻訳者へ: ヘッダー画像の説明 */
			'description' =&gt; __( 'Hanoi Plant', 'twentyeleven' )
		)
	) );
}
endif; // twentyeleven_setup&lt;br /&gt;&lt;br /&gt;if ( ! function_exists( 'twentyeleven_header_style' ) ) :
/**
 * ブログに表示されるヘッダー画像とテキストのスタイル
 *
 * @since Twenty Eleven 1.0
 */
function twentyeleven_header_style() {&lt;br /&gt;&lt;br /&gt;	// テキストにカスタム設定がされていない場合、
	// get_header_textcolor() 設定を取り出す: デフォルトは HEADER_TEXTCOLOR で設定し、テキストを隠す(returns 'blank') か任意の16進数を設定する。
	if ( HEADER_TEXTCOLOR == get_header_textcolor() )
		return;
	// これに成功したら、カスタムスタイルがあります。実行しましょう。
	?&gt;
	&lt;style type=&quot;text/css&quot;&gt;
	&lt;?php
		// テキストを隠しますか？
		if ( 'blank' == get_header_textcolor() ) :
	?&gt;
		#site-title,
		#site-description {
			position: absolute !important;
			clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
			clip: rect(1px, 1px, 1px, 1px);
		}
	&lt;?php
		// ユーザーがテキストにカスタムカラーを設定している場合、それを使用します。
		else :
	?&gt;
		#site-title a,
		#site-description {
			color: #&lt;?php echo get_header_textcolor(); ?&gt; !important;
		}
	&lt;?php endif; ?&gt;
	&lt;/style&gt;
	&lt;?php
}
endif; // twentyeleven_header_style&lt;br /&gt;&lt;br /&gt;if ( ! function_exists( 'twentyeleven_admin_header_style' ) ) :
/**
 * 外観 &gt; ヘッダー の管理画面で表示されるヘッダー画像のスタイル
 *
 * twentyeleven_setup() の add_custom_image_header() から参照されます。
 *
 * @since Twenty Eleven 1.0
 */
function twentyeleven_admin_header_style() {
?&gt;
	&lt;style type=&quot;text/css&quot;&gt;
	.appearance_page_custom-header #headimg {
		border: none;
	}
	#headimg h1,
	#desc {
		font-family: &quot;Helvetica Neue&quot;, Arial, Helvetica, &quot;Nimbus Sans L&quot;, sans-serif;
	}
	#headimg h1 {
		margin: 0;
	}
	#headimg h1 a {
		font-size: 32px;
		line-height: 36px;
		text-decoration: none;
	}
	#desc {
		font-size: 14px;
		line-height: 23px;
		padding: 0 0 3em;
	}
	&lt;?php
		// ユーザーがテキストにカスタムカラーを設定している場合、それを使用します。
		if ( get_header_textcolor() != HEADER_TEXTCOLOR ) :
	?&gt;
		#site-title a,
		#site-description {
			color: #&lt;?php echo get_header_textcolor(); ?&gt;;
		}
	&lt;?php endif; ?&gt;
	#headimg img {
		max-width: 1000px;
		height: auto;
		width: 100%;
	}
	&lt;/style&gt;
&lt;?php
}
endif; // twentyeleven_admin_header_style&lt;br /&gt;&lt;br /&gt;if ( ! function_exists( 'twentyeleven_admin_header_image' ) ) :
/**
 * 外観 &gt; ヘッダーの管理画面に表示されるカスタムヘッダー画像のマークアップ
 *
 * twentyeleven_setup() の add_custom_image_header() から参照されます。
 *
 * @since Twenty Eleven 1.0
 */
function twentyeleven_admin_header_image() { ?&gt;
	&lt;div id=&quot;headimg&quot;&gt;
		&lt;?php
		if ( 'blank' == get_theme_mod( 'header_textcolor', HEADER_TEXTCOLOR ) || '' == get_theme_mod( 'header_textcolor', HEADER_TEXTCOLOR ) )
			$style = ' style=&quot;display:none;&quot;';
		else
			$style = ' style=&quot;color:#' . get_theme_mod( 'header_textcolor', HEADER_TEXTCOLOR ) . ';&quot;';
		?&gt;
		&lt;h1&gt;&lt;a id=&quot;name&quot;&lt;?php echo $style; ?&gt; onclick=&quot;return false;&quot; href=&quot;&lt;?php echo esc_url( home_url( '/' ) ); ?&gt;&quot;&gt;&lt;?php bloginfo( 'name' ); ?&gt;&lt;/a&gt;&lt;/h1&gt;
		&lt;div id=&quot;desc&quot;&lt;?php echo $style; ?&gt;&gt;&lt;?php bloginfo( 'description' ); ?&gt;&lt;/div&gt;
		&lt;?php $header_image = get_header_image();
		if ( ! empty( $header_image ) ) : ?&gt;
			&lt;img src=&quot;&lt;?php echo esc_url( $header_image ); ?&gt;&quot; alt=&quot;&quot; /&gt;
		&lt;?php endif; ?&gt;
	&lt;/div&gt;
&lt;?php }
endif; // twentyeleven_admin_header_image&lt;br /&gt;&lt;br /&gt;/**
 * 投稿の抜粋の長さを40単語に設定します。
 *
 * これを子テーマで上書きするには、フィルターを削除し、
 * excerpt_length フィルターフックと結ばれる関数を追加してください。
 */
function twentyeleven_excerpt_length( $length ) {
	return 40;
}
add_filter( 'excerpt_length', 'twentyeleven_excerpt_length' );&lt;br /&gt;&lt;br /&gt;/**
 * 抜粋に &quot;続きを読む&quot; リンクを返します。
 */
function twentyeleven_continue_reading_link() {
	return ' &lt;a href=&quot;'. esc_url( get_permalink() ) . '&quot;&gt;' . __( 'Continue reading &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ) . '&lt;/a&gt;';
}&lt;br /&gt;&lt;br /&gt;/**
 * 省略記号と twentyeleven_continue_reading_link() で &quot;[...]&quot; を置き換えます（自動的に作られる抜粋に付け加えて）。
 *
 * これを子テーマで上書きするには、フィルターを取り除き、excerpt_more フィルターフックと結ばれる
 * 関数を追加してください。
 */
function twentyeleven_auto_excerpt_more( $more ) {
	return ' &amp;hellip;' . twentyeleven_continue_reading_link();
}
add_filter( 'excerpt_more', 'twentyeleven_auto_excerpt_more' );&lt;br /&gt;&lt;br /&gt;/**
 * カスタム投稿の抜粋に &quot;続きを読む&quot; リンクを加えます。
 *
 * これを子テーマで上書きするには、フィルターを取り除き、get_the_excerpt フィルターフック と結ばれる
 * function を追加してください。
 */
function twentyeleven_custom_excerpt_more( $output ) {
	if ( has_excerpt() &amp;&amp; ! is_attachment() ) {
		$output .= twentyeleven_continue_reading_link();
	}
	return $output;
}
add_filter( 'get_the_excerpt', 'twentyeleven_custom_excerpt_more' );&lt;br /&gt;&lt;br /&gt;/**
 * ホームリンクを表示するのに、 wp_nav_menu() 、 wp_page_menu() を引っ込めます。
 */
function twentyeleven_page_menu_args( $args ) {
	$args['show_home'] = true;
	return $args;
}
add_filter( 'wp_page_menu_args', 'twentyeleven_page_menu_args' );&lt;br /&gt;&lt;br /&gt;/**
 * サイドバーとウィジェットのエリアを登録します。デフォルトの短冊ウィジェットも登録します。
 *
 * @since Twenty Eleven 1.0
 */
function twentyeleven_widgets_init() {&lt;br /&gt;&lt;br /&gt;	register_widget( 'Twenty_Eleven_Ephemera_Widget' );&lt;br /&gt;&lt;br /&gt;	register_sidebar( array(
		'name' =&gt; __( 'Main Sidebar', 'twentyeleven' ),
		'id' =&gt; 'sidebar-1',
		'before_widget' =&gt; '&lt;aside id=&quot;%1$s&quot; class=&quot;widget %2$s&quot;&gt;',
		'after_widget' =&gt; &quot;&lt;/aside&gt;&quot;,
		'before_title' =&gt; '&lt;h3 class=&quot;widget-title&quot;&gt;',
		'after_title' =&gt; '&lt;/h3&gt;',
	) );&lt;br /&gt;&lt;br /&gt;	register_sidebar( array(
		'name' =&gt; __( 'Showcase Sidebar', 'twentyeleven' ),
		'id' =&gt; 'sidebar-2',
		'description' =&gt; __( 'The sidebar for the optional Showcase Template', 'twentyeleven' ),
		'before_widget' =&gt; '&lt;aside id=&quot;%1$s&quot; class=&quot;widget %2$s&quot;&gt;',
		'after_widget' =&gt; &quot;&lt;/aside&gt;&quot;,
		'before_title' =&gt; '&lt;h3 class=&quot;widget-title&quot;&gt;',
		'after_title' =&gt; '&lt;/h3&gt;',
	) );&lt;br /&gt;&lt;br /&gt;	register_sidebar( array(
		'name' =&gt; __( 'Footer Area One', 'twentyeleven' ),
		'id' =&gt; 'sidebar-3',
		'description' =&gt; __( 'An optional widget area for your site footer', 'twentyeleven' ),
		'before_widget' =&gt; '&lt;aside id=&quot;%1$s&quot; class=&quot;widget %2$s&quot;&gt;',
		'after_widget' =&gt; &quot;&lt;/aside&gt;&quot;,
		'before_title' =&gt; '&lt;h3 class=&quot;widget-title&quot;&gt;',
		'after_title' =&gt; '&lt;/h3&gt;',
	) );&lt;br /&gt;&lt;br /&gt;	register_sidebar( array(
		'name' =&gt; __( 'Footer Area Two', 'twentyeleven' ),
		'id' =&gt; 'sidebar-4',
		'description' =&gt; __( 'An optional widget area for your site footer', 'twentyeleven' ),
		'before_widget' =&gt; '&lt;aside id=&quot;%1$s&quot; class=&quot;widget %2$s&quot;&gt;',
		'after_widget' =&gt; &quot;&lt;/aside&gt;&quot;,
		'before_title' =&gt; '&lt;h3 class=&quot;widget-title&quot;&gt;',
		'after_title' =&gt; '&lt;/h3&gt;',
	) );&lt;br /&gt;&lt;br /&gt;	register_sidebar( array(
		'name' =&gt; __( 'Footer Area Three', 'twentyeleven' ),
		'id' =&gt; 'sidebar-5',
		'description' =&gt; __( 'An optional widget area for your site footer', 'twentyeleven' ),
		'before_widget' =&gt; '&lt;aside id=&quot;%1$s&quot; class=&quot;widget %2$s&quot;&gt;',
		'after_widget' =&gt; &quot;&lt;/aside&gt;&quot;,
		'before_title' =&gt; '&lt;h3 class=&quot;widget-title&quot;&gt;',
		'after_title' =&gt; '&lt;/h3&gt;',
	) );
}
add_action( 'widgets_init', 'twentyeleven_widgets_init' );&lt;br /&gt;&lt;br /&gt;/**
 * 利用できるときに次/前のページへのナビゲーションを表示します。
 */
function twentyeleven_content_nav( $nav_id ) {
	global $wp_query;&lt;br /&gt;&lt;br /&gt;	if ( $wp_query-&gt;max_num_pages &gt; 1 ) : ?&gt;
		&lt;nav id=&quot;&lt;?php echo $nav_id; ?&gt;&quot;&gt;
			&lt;h3 class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Post navigation', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
			&lt;div class=&quot;nav-previous&quot;&gt;&lt;?php next_posts_link( __( '&lt;span class=&quot;meta-nav&quot;&gt;&amp;larr;&lt;/span&gt; Older posts', 'twentyeleven' ) ); ?&gt;&lt;/div&gt;
			&lt;div class=&quot;nav-next&quot;&gt;&lt;?php previous_posts_link( __( 'Newer posts &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ) ); ?&gt;&lt;/div&gt;
		&lt;/nav&gt;&lt;!-- #nav-above --&gt;
	&lt;?php endif;
}&lt;br /&gt;&lt;br /&gt;/**
 * 投稿コンテンツ内の最初のリンクの URL を返します。
 *
 * @since Twenty Eleven 1.0
 * @return string|bool URL or false when no link is present.
 */
function twentyeleven_url_grabber() {
	if ( ! preg_match( '/&lt;a\s[^&gt;]*?href=[\'&quot;](.+?)[\'&quot;]/is', get_the_content(), $matches ) )
		return false;&lt;br /&gt;&lt;br /&gt;	return esc_url_raw( $matches[1] );
}&lt;br /&gt;&lt;br /&gt;/**
 * フッター用のダイナミッククラスを有効にするため、フッターサイドバーの数を数えます。
 */
function twentyeleven_footer_sidebar_class() {
	$count = 0;&lt;br /&gt;&lt;br /&gt;	if ( is_active_sidebar( 'sidebar-3' ) )
		$count++;&lt;br /&gt;&lt;br /&gt;	if ( is_active_sidebar( 'sidebar-4' ) )
		$count++;&lt;br /&gt;&lt;br /&gt;	if ( is_active_sidebar( 'sidebar-5' ) )
		$count++;&lt;br /&gt;&lt;br /&gt;	$class = '';&lt;br /&gt;&lt;br /&gt;	switch ( $count ) {
		case '1':
			$class = 'one';
			break;
		case '2':
			$class = 'two';
			break;
		case '3':
			$class = 'three';
			break;
	}&lt;br /&gt;&lt;br /&gt;	if ( $class )
		echo 'class=&quot;' . $class . '&quot;';
}&lt;br /&gt;&lt;br /&gt;if ( ! function_exists( 'twentyeleven_comment' ) ) :
/**
 * コメントとピンバックのテンプレート。
 *
 * コメントテンプレートを修正することなく子テーマでこれを上書きするには
 * 独自の twentyeleven_comment() を作ると、その関数が代わりに使用されます。
 *
 * コメントを表示するための wp_list_comments() による呼び戻しとして使われています。
 *
 * @since Twenty Eleven 1.0
 */
function twentyeleven_comment( $comment, $args, $depth ) {
	$GLOBALS['comment'] = $comment;
	switch ( $comment-&gt;comment_type ) :
		case 'pingback' :
		case 'trackback' :
	?&gt;
	&lt;li class=&quot;post pingback&quot;&gt;
		&lt;p&gt;&lt;?php _e( 'Pingback:', 'twentyeleven' ); ?&gt; &lt;?php comment_author_link(); ?&gt;&lt;?php edit_comment_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;&lt;/p&gt;
	&lt;?php
			break;
		default :
	?&gt;
	&lt;li &lt;?php comment_class(); ?&gt; id=&quot;li-comment-&lt;?php comment_ID(); ?&gt;&quot;&gt;
		&lt;article id=&quot;comment-&lt;?php comment_ID(); ?&gt;&quot; class=&quot;comment&quot;&gt;
			&lt;footer class=&quot;comment-meta&quot;&gt;
				&lt;div class=&quot;comment-author vcard&quot;&gt;
					&lt;?php
						$avatar_size = 68;
						if ( '0' != $comment-&gt;comment_parent )
							$avatar_size = 39;&lt;br /&gt;&lt;br /&gt;						echo get_avatar( $comment, $avatar_size );&lt;br /&gt;&lt;br /&gt;						/* 翻訳者へ: 1: コメントの作成者, 2: 日付と時間 */
						printf( __( '%1$s on %2$s &lt;span class=&quot;says&quot;&gt;said:&lt;/span&gt;', 'twentyeleven' ),
							sprintf( '&lt;span class=&quot;fn&quot;&gt;%s&lt;/span&gt;', get_comment_author_link() ),
							sprintf( '&lt;a href=&quot;%1$s&quot;&gt;&lt;time pubdate datetime=&quot;%2$s&quot;&gt;%3$s&lt;/time&gt;&lt;/a&gt;',
								esc_url( get_comment_link( $comment-&gt;comment_ID ) ),
								get_comment_time( 'c' ),
								/* 翻訳者へ: 1: 日付, 2: 時間 */
								sprintf( __( '%1$s at %2$s', 'twentyeleven' ), get_comment_date(), get_comment_time() )
							)
						);
					?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php edit_comment_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
				&lt;/div&gt;&lt;!-- .comment-author .vcard --&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php if ( $comment-&gt;comment_approved == '0' ) : ?&gt;
					&lt;em class=&quot;comment-awaiting-moderation&quot;&gt;&lt;?php _e( 'Your comment is awaiting moderation.', 'twentyeleven' ); ?&gt;&lt;/em&gt;
					&lt;br /&gt;
				&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/footer&gt;&lt;br /&gt;&lt;br /&gt;			&lt;div class=&quot;comment-content&quot;&gt;&lt;?php comment_text(); ?&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;			&lt;div class=&quot;reply&quot;&gt;
				&lt;?php comment_reply_link( array_merge( $args, array( 'reply_text' =&gt; __( 'Reply &lt;span&gt;&amp;darr;&lt;/span&gt;', 'twentyeleven' ), 'depth' =&gt; $depth, 'max_depth' =&gt; $args['max_depth'] ) ) ); ?&gt;
			&lt;/div&gt;&lt;!-- .reply --&gt;
		&lt;/article&gt;&lt;!-- #comment-## --&gt;&lt;br /&gt;&lt;br /&gt;	&lt;?php
			break;
	endswitch;
}
endif; // twentyeleven_comment() の確認終了&lt;br /&gt;&lt;br /&gt;if ( ! function_exists( 'twentyeleven_posted_on' ) ) :
/**
 * 投稿日時、作成者に関するメタ情報を HTML で印字します。
 * 子テーマで上書きするには独自の twentyeleven_posted_on を作ってください。
 *
 * @since Twenty Eleven 1.0
 */
function twentyeleven_posted_on() {
	printf( __( '&lt;span class=&quot;sep&quot;&gt;Posted on &lt;/span&gt;&lt;a href=&quot;%1$s&quot; title=&quot;%2$s&quot; rel=&quot;bookmark&quot;&gt;&lt;time class=&quot;entry-date&quot; datetime=&quot;%3$s&quot; pubdate&gt;%4$s&lt;/time&gt;&lt;/a&gt;&lt;span class=&quot;by-author&quot;&gt; &lt;span class=&quot;sep&quot;&gt; by &lt;/span&gt; &lt;span class=&quot;author vcard&quot;&gt;&lt;a class=&quot;url fn n&quot; href=&quot;%5$s&quot; title=&quot;%6$s&quot; rel=&quot;author&quot;&gt;%7$s&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;', 'twentyeleven' ),
		esc_url( get_permalink() ),
		esc_attr( get_the_time() ),
		esc_attr( get_the_date( 'c' ) ),
		esc_html( get_the_date() ),
		esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
		sprintf( esc_attr__( 'View all posts by %s', 'twentyeleven' ), get_the_author() ),
		esc_html( get_the_author() )
	);
}
endif;&lt;br /&gt;&lt;br /&gt;/**
 * body タグのクラスの配列に2つのクラスを追加します。
 * 最初のはサイトが一人だけの作成者が公開された投稿を書いている場合のものです。
 * 2つ目のはシングル投稿が表示された場合のものです。
 *
 * @since Twenty Eleven 1.0
 */
function twentyeleven_body_classes( $classes ) {&lt;br /&gt;&lt;br /&gt;	if ( ! is_multi_author() ) {
		$classes[] = 'single-author';
	}&lt;br /&gt;&lt;br /&gt;	if ( is_singular() &amp;&amp; ! is_home() &amp;&amp; ! is_page_template( 'showcase.php' ) &amp;&amp; ! is_page_template( 'sidebar-page.php' ) )
		$classes[] = 'singular';&lt;br /&gt;&lt;br /&gt;	return $classes;
}
add_filter( 'body_class', 'twentyeleven_body_classes' );
[/php]<br /><br />
<h2><a id="te_header">header.php</a></h2>
[php]
&lt;?php
/**
 * テーマのヘッダー
 *
 * &lt;head&gt; 部分の全ての要素と、&lt;div id=&quot;main&quot;&gt; までのあらゆるものを表示します。
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;&lt;!DOCTYPE html&gt;
&lt;!--[if IE 6]&gt;
&lt;html id=&quot;ie6&quot; &lt;?php language_attributes(); ?&gt;&gt;
&lt;![endif]--&gt;
&lt;!--[if IE 7]&gt;
&lt;html id=&quot;ie7&quot; &lt;?php language_attributes(); ?&gt;&gt;
&lt;![endif]--&gt;
&lt;!--[if IE 8]&gt;
&lt;html id=&quot;ie8&quot; &lt;?php language_attributes(); ?&gt;&gt;
&lt;![endif]--&gt;
&lt;!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]&gt;&lt;!--&gt;
&lt;html &lt;?php language_attributes(); ?&gt;&gt;
&lt;!--&lt;![endif]--&gt;
&lt;head&gt;
&lt;meta charset=&quot;&lt;?php bloginfo( 'charset' ); ?&gt;&quot; /&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot; /&gt;
&lt;title&gt;&lt;?php
	/*
	 * 見るページに応じて、&lt;title&gt; タグを表示します。
	 */
	global $page, $paged;&lt;br /&gt;&lt;br /&gt;	wp_title( '|', true, 'right' );&lt;br /&gt;&lt;br /&gt;	// ブログ名を追加します。
	bloginfo( 'name' );&lt;br /&gt;&lt;br /&gt;	// ホーム/フロントページにブログの説明を追加します。
	$site_description = get_bloginfo( 'description', 'display' );
	if ( $site_description &amp;&amp; ( is_home() || is_front_page() ) )
		echo &quot; | $site_description&quot;;&lt;br /&gt;&lt;br /&gt;	// 必要であればページ番号を追加します:
	if ( $paged &gt;= 2 || $page &gt;= 2 )
		echo ' | ' . sprintf( __( 'Page %s', 'twentyeleven' ), max( $paged, $page ) );&lt;br /&gt;&lt;br /&gt;	?&gt;&lt;/title&gt;
&lt;link rel=&quot;profile&quot; href=&quot;http://gmpg.org/xfn/11&quot; /&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; href=&quot;&lt;?php bloginfo( 'stylesheet_url' ); ?&gt;&quot; /&gt;
&lt;link rel=&quot;pingback&quot; href=&quot;&lt;?php bloginfo( 'pingback_url' ); ?&gt;&quot; /&gt;
&lt;!--[if lt IE 9]&gt;
&lt;script src=&quot;&lt;?php echo get_template_directory_uri(); ?&gt;/js/html5.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;![endif]--&gt;
&lt;?php
	/* コメントのスレッド表示が使用できるときには、それをサポートするように
	 * コメントフォームのあるページに JavaScript を追加します。
	 */
	if ( is_singular() &amp;&amp; get_option( 'thread_comments' ) )
		wp_enqueue_script( 'comment-reply' );&lt;br /&gt;&lt;br /&gt;	/* wp_head() はいつも、テーマの &lt;/head&gt; タグの直前にあります。
	 * そうでないと、このフックを使って &lt;head&gt; に
	 * スタイルやスクリプトやメタタグを加える
	 * 多くのプラグインの動作を止めてしまうでしょう。
	 */
	wp_head();
?&gt;
&lt;/head&gt;&lt;br /&gt;&lt;br /&gt;&lt;body &lt;?php body_class(); ?&gt;&gt;
&lt;div id=&quot;page&quot; class=&quot;hfeed&quot;&gt;
	&lt;header id=&quot;branding&quot; role=&quot;banner&quot;&gt;
			&lt;hgroup&gt;
				&lt;h1 id=&quot;site-title&quot;&gt;&lt;span&gt;&lt;a href=&quot;&lt;?php echo esc_url( home_url( '/' ) ); ?&gt;&quot; title=&quot;&lt;?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?&gt;&quot; rel=&quot;home&quot;&gt;&lt;?php bloginfo( 'name' ); ?&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;
				&lt;h2 id=&quot;site-description&quot;&gt;&lt;?php bloginfo( 'description' ); ?&gt;&lt;/h2&gt;
			&lt;/hgroup&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php
				// ヘッダー画像が取り去られたかどうかを確認します。
				$header_image = get_header_image();
				if ( ! empty( $header_image ) ) :
			?&gt;
			&lt;a href=&quot;&lt;?php echo esc_url( home_url( '/' ) ); ?&gt;&quot;&gt;
				&lt;?php
					// ヘッダー画像
					// 表示されるのが投稿かページか、アイキャッチ画像があるか、それが大きいものかを確認します。
					if ( is_singular() &amp;&amp;
							has_post_thumbnail( $post-&gt;ID ) &amp;&amp;
							( /* $src, $width, $height */ $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post-&gt;ID ), array( HEADER_IMAGE_WIDTH, HEADER_IMAGE_WIDTH ) ) ) &amp;&amp;
							$image[1] &gt;= HEADER_IMAGE_WIDTH ) :
						// ヒューストン、我々は新しいヘッダー画像を抱えている！
						echo get_the_post_thumbnail( $post-&gt;ID, 'post-thumbnail' );
					else : ?&gt;
					&lt;img src=&quot;&lt;?php header_image(); ?&gt;&quot; width=&quot;&lt;?php echo HEADER_IMAGE_WIDTH; ?&gt;&quot; height=&quot;&lt;?php echo HEADER_IMAGE_HEIGHT; ?&gt;&quot; alt=&quot;&quot; /&gt;
				&lt;?php endif; // アイキャッチ画像か普通のヘッダーかの確認の最後 ?&gt;
			&lt;/a&gt;
			&lt;?php endif; // 取り去られたヘッダー画像の確認の最後 ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php
				// ヘッダーのテキストは隠されていますか？
				if ( 'blank' == get_header_textcolor() ) :
			?&gt;
				&lt;div class=&quot;only-search&lt;?php if ( ! empty( $header_image ) ) : ?&gt; with-image&lt;?php endif; ?&gt;&quot;&gt;
				&lt;?php get_search_form(); ?&gt;
				&lt;/div&gt;
			&lt;?php
				else :
			?&gt;
				&lt;?php get_search_form(); ?&gt;
			&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;nav id=&quot;access&quot; role=&quot;navigation&quot;&gt;
				&lt;h3 class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Main menu', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
				&lt;?php /*  スクリーンリーダーやテキストブラウザーがナビゲーションメニューをスキップして、すぐにコンテンツに到達できるようにします。 */ ?&gt;
				&lt;div class=&quot;skip-link&quot;&gt;&lt;a class=&quot;assistive-text&quot; href=&quot;#content&quot; title=&quot;&lt;?php esc_attr_e( 'Skip to primary content', 'twentyeleven' ); ?&gt;&quot;&gt;&lt;?php _e( 'Skip to primary content', 'twentyeleven' ); ?&gt;&lt;/a&gt;&lt;/div&gt;
				&lt;div class=&quot;skip-link&quot;&gt;&lt;a class=&quot;assistive-text&quot; href=&quot;#secondary&quot; title=&quot;&lt;?php esc_attr_e( 'Skip to secondary content', 'twentyeleven' ); ?&gt;&quot;&gt;&lt;?php _e( 'Skip to secondary content', 'twentyeleven' ); ?&gt;&lt;/a&gt;&lt;/div&gt;
				&lt;?php /* ナビゲーションメニューです。メニューが入力されていなければ、wp_nav_menu は wp_page_menu に戻ります。一番の位置に割り付けられたメニューが使われます。何も割り付けられていなければ、最も低い ID のメニューが使われます。 */ ?&gt;
				&lt;?php wp_nav_menu( array( 'theme_location' =&gt; 'primary' ) ); ?&gt;
			&lt;/nav&gt;&lt;!-- #access --&gt;
	&lt;/header&gt;&lt;!-- #branding --&gt;&lt;br /&gt;&lt;br /&gt;	&lt;div id=&quot;main&quot;&gt;
[/php]<br /><br />
<h2><a id="te_image">image.php</a></h2>
[php]
&lt;?php
/**
 * 添付画像を表示するテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;get_header(); ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;div id=&quot;primary&quot; class=&quot;image-attachment&quot;&gt;
			&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php the_post(); ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;nav id=&quot;nav-single&quot;&gt;
				&lt;h3 class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Image navigation', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
				&lt;span class=&quot;nav-previous&quot;&gt;&lt;?php previous_image_link( false, __( '&amp;larr; Previous' , 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
				&lt;span class=&quot;nav-next&quot;&gt;&lt;?php next_image_link( false, __( 'Next &amp;rarr;' , 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
			&lt;/nav&gt;&lt;!-- #nav-single --&gt;&lt;br /&gt;&lt;br /&gt;				&lt;article id=&quot;post-&lt;?php the_ID(); ?&gt;&quot; &lt;?php post_class(); ?&gt;&gt;
					&lt;header class=&quot;entry-header&quot;&gt;
						&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/h1&gt;&lt;br /&gt;&lt;br /&gt;						&lt;div class=&quot;entry-meta&quot;&gt;
							&lt;?php
								$metadata = wp_get_attachment_metadata();
								printf( __( '&lt;span class=&quot;meta-prep meta-prep-entry-date&quot;&gt;Published &lt;/span&gt; &lt;span class=&quot;entry-date&quot;&gt;&lt;abbr class=&quot;published&quot; title=&quot;%1$s&quot;&gt;%2$s&lt;/abbr&gt;&lt;/span&gt; at &lt;a href=&quot;%3$s&quot; title=&quot;Link to full-size image&quot;&gt;%4$s &amp;times; %5$s&lt;/a&gt; in &lt;a href=&quot;%6$s&quot; title=&quot;Return to %7$s&quot; rel=&quot;gallery&quot;&gt;%7$s&lt;/a&gt;', 'twentyeleven' ),
									esc_attr( get_the_time() ),
									get_the_date(),
									esc_url( wp_get_attachment_url() ),
									$metadata['width'],
									$metadata['height'],
									esc_url( get_permalink( $post-&gt;post_parent ) ),
									get_the_title( $post-&gt;post_parent )
								);
							?&gt;
							&lt;?php edit_post_link( __( 'Edit', 'twentyeleven' ), '&lt;span class=&quot;edit-link&quot;&gt;', '&lt;/span&gt;' ); ?&gt;
						&lt;/div&gt;&lt;!-- .entry-meta --&gt;&lt;br /&gt;&lt;br /&gt;					&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;					&lt;div class=&quot;entry-content&quot;&gt;&lt;br /&gt;&lt;br /&gt;						&lt;div class=&quot;entry-attachment&quot;&gt;
							&lt;div class=&quot;attachment&quot;&gt;
&lt;?php
	/**
	 * ギャラリーのすべての添付画像の ID をつかんで、ギャラリー内の隣りあった次の画像の URL を得たり、
	 * （ギャラリーの最後の画像を探していて）最初の画像の URL を得たり、あるいは、画像ファイルへのリンクを得たりします。
	 */
	$attachments = array_values( get_children( array( 'post_parent' =&gt; $post-&gt;post_parent, 'post_status' =&gt; 'inherit', 'post_type' =&gt; 'attachment', 'post_mime_type' =&gt; 'image', 'order' =&gt; 'ASC', 'orderby' =&gt; 'menu_order ID' ) ) );
	foreach ( $attachments as $k =&gt; $attachment ) {
		if ( $attachment-&gt;ID == $post-&gt;ID )
			break;
	}
	$k++;
	// ギャラリーに1つ以上の添付がある場合
	if ( count( $attachments ) &gt; 1 ) {
		if ( isset( $attachments[ $k ] ) )
			// 次の添付画像の URL を取得します。
			$next_attachment_url = get_attachment_link( $attachments[ $k ]-&gt;ID );
		else
			// あるいは最初の添付画像の URL を取得します。
			$next_attachment_url = get_attachment_link( $attachments[ 0 ]-&gt;ID );
	} else {
		// あるいは、1つだけ画像がある場合、その画像の URL を取得します。
		$next_attachment_url = wp_get_attachment_url();
	}
?&gt;
								&lt;a href=&quot;&lt;?php echo esc_url( $next_attachment_url ); ?&gt;&quot; title=&quot;&lt;?php echo esc_attr( get_the_title() ); ?&gt;&quot; rel=&quot;attachment&quot;&gt;&lt;?php
								$attachment_size = apply_filters( 'twentyeleven_attachment_size', 848 );
								echo wp_get_attachment_image( $post-&gt;ID, array( $attachment_size, 1024 ) ); // 画像の高さに対して、画像の長さを 1024px を限度にフィルターすることができます。
								?&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;								&lt;?php if ( ! empty( $post-&gt;post_excerpt ) ) : ?&gt;
								&lt;div class=&quot;entry-caption&quot;&gt;
									&lt;?php the_excerpt(); ?&gt;
								&lt;/div&gt;
								&lt;?php endif; ?&gt;
							&lt;/div&gt;&lt;!-- .attachment --&gt;&lt;br /&gt;&lt;br /&gt;						&lt;/div&gt;&lt;!-- .entry-attachment --&gt;&lt;br /&gt;&lt;br /&gt;						&lt;div class=&quot;entry-description&quot;&gt;
							&lt;?php the_content(); ?&gt;
							&lt;?php wp_link_pages( array( 'before' =&gt; '&lt;div class=&quot;page-link&quot;&gt;&lt;span&gt;' . __( 'Pages:', 'twentyeleven' ) . '&lt;/span&gt;', 'after' =&gt; '&lt;/div&gt;' ) ); ?&gt;
						&lt;/div&gt;&lt;!-- .entry-description --&gt;&lt;br /&gt;&lt;br /&gt;					&lt;/div&gt;&lt;!-- .entry-content --&gt;&lt;br /&gt;&lt;br /&gt;				&lt;/article&gt;&lt;!-- #post-&lt;?php the_ID(); ?&gt; --&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php comments_template(); ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/div&gt;&lt;!-- #content --&gt;
		&lt;/div&gt;&lt;!-- #primary --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php get_footer(); ?&gt;
[/php]<br /><br />
<h2><a id="te_index">index.php</a></h2>
[php]
&lt;?php
/**
 * メインテンプレートファイル。
 *
 * これは WordPress テーマで最も一般的なテンプレートファイルで、
 * テーマに必要な2つのファイルのうちのひとつです（もうひとつのファイルは style.css になります）。
 * 問合せに一致するものが特にないときにページを表示するのに使用されます。
 * 例えば、home.php ファイルが存在しないときには、ホームページとなります。
 * 詳しくは: http://codex.wordpress.org/Template_Hierarchy
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 */&lt;br /&gt;&lt;br /&gt;get_header(); ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;div id=&quot;primary&quot;&gt;
			&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( have_posts() ) : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php twentyeleven_content_nav( 'nav-above' ); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php /* ループを開始 */ ?&gt;
				&lt;?php while ( have_posts() ) : the_post(); ?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php get_template_part( 'content', get_post_format() ); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php endwhile; ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php twentyeleven_content_nav( 'nav-below' ); ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php else : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;article id=&quot;post-0&quot; class=&quot;post no-results not-found&quot;&gt;
					&lt;header class=&quot;entry-header&quot;&gt;
						&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php _e( 'Nothing Found', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
					&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;					&lt;div class=&quot;entry-content&quot;&gt;
						&lt;p&gt;&lt;?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?&gt;&lt;/p&gt;
						&lt;?php get_search_form(); ?&gt;
					&lt;/div&gt;&lt;!-- .entry-content --&gt;
				&lt;/article&gt;&lt;!-- #post-0 --&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/div&gt;&lt;!-- #content --&gt;
		&lt;/div&gt;&lt;!-- #primary --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php get_sidebar(); ?&gt;
&lt;?php get_footer(); ?&gt;
[/php]<br /><br />
<h2><a id="te_page">page.php</a></h2>
[php]
&lt;?php
/**
 * すべての固定ページを表示するためのテンプレート。
 *
 * これは、デフォルトですべての固定ページを表示するテンプレートです。
 * これが WordPress の固定ページを構成しているということと、
 * お持ちの WordPress サイトの他の '固定ページ' は
 * 別のテンプレートを使う、ということに注意してください。
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;get_header(); ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;div id=&quot;primary&quot;&gt;
			&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php the_post(); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php get_template_part( 'content', 'page' ); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php comments_template( '', true ); ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/div&gt;&lt;!-- #content --&gt;
		&lt;/div&gt;&lt;!-- #primary --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php get_footer(); ?&gt;
[/php]<br /><br />
<h2><a id="te_search">search.php</a></h2>
[php]
&lt;?php
/**
 * 検索結果ページを表示するためのテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;get_header(); ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;section id=&quot;primary&quot;&gt;
			&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( have_posts() ) : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;header class=&quot;page-header&quot;&gt;
					&lt;h1 class=&quot;page-title&quot;&gt;&lt;?php printf( __( 'Search Results for: %s', 'twentyeleven' ), '&lt;span&gt;' . get_search_query() . '&lt;/span&gt;' ); ?&gt;&lt;/h1&gt;
				&lt;/header&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php twentyeleven_content_nav( 'nav-above' ); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php /* ループを開始 */ ?&gt;
				&lt;?php while ( have_posts() ) : the_post(); ?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php
						/* コンテンツ用の投稿フォーマットテンプレートをインクルードします。
						 * これを子テーマで上書きしたい場合は、
						 * content-___.php ( ___ の部分は投稿フォーマット名が入る) というファイルを含めれば、かわりにそのファイルが使われます。
						 */
						get_template_part( 'content', get_post_format() );
					?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php endwhile; ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php twentyeleven_content_nav( 'nav-below' ); ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php else : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;article id=&quot;post-0&quot; class=&quot;post no-results not-found&quot;&gt;
					&lt;header class=&quot;entry-header&quot;&gt;
						&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php _e( 'Nothing Found', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
					&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;					&lt;div class=&quot;entry-content&quot;&gt;
						&lt;p&gt;&lt;?php _e( 'Sorry, but nothing matched your search criteria. Please try again with some different keywords.', 'twentyeleven' ); ?&gt;&lt;/p&gt;
						&lt;?php get_search_form(); ?&gt;
					&lt;/div&gt;&lt;!-- .entry-content --&gt;
				&lt;/article&gt;&lt;!-- #post-0 --&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/div&gt;&lt;!-- #content --&gt;
		&lt;/section&gt;&lt;!-- #primary --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php get_sidebar(); ?&gt;
&lt;?php get_footer(); ?&gt;
[/php]<br /><br />
<h2><a id="te_searchform">searchform.php</a></h2>
[php]
&lt;?php
/**
 * Twenty Eleven で検索フォームを表示するテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;
	&lt;form method=&quot;get&quot; id=&quot;searchform&quot; action=&quot;&lt;?php echo esc_url( home_url( '/' ) ); ?&gt;&quot;&gt;
		&lt;label for=&quot;s&quot; class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Search', 'twentyeleven' ); ?&gt;&lt;/label&gt;
		&lt;input type=&quot;text&quot; class=&quot;field&quot; name=&quot;s&quot; id=&quot;s&quot; placeholder=&quot;&lt;?php esc_attr_e( 'Search', 'twentyeleven' ); ?&gt;&quot; /&gt;
		&lt;input type=&quot;submit&quot; class=&quot;submit&quot; name=&quot;submit&quot; id=&quot;searchsubmit&quot; value=&quot;&lt;?php esc_attr_e( 'Search', 'twentyeleven' ); ?&gt;&quot; /&gt;
	&lt;/form&gt;
[/php]<br /><br />
<h2><a id="te_showcase">showcase.php</a></h2>
[php]
&lt;?php
/**
 * Template Name: Showcase Template
 * Description: 固定記事、アサイド、ブログ投稿を目立たせて見せる固定ページテンプレート
 *
 * Twenty Eleven のショーケーステンプレートは固定記事を使った注目記事セクション、
 * もうひとつの最近の投稿エリア (最新の記事は全文見せて、残りはリストで見せる)、
 * アサイドの記事を見せる左サイドバーから構成されます。
 *
 * サイドバーに適切な投稿とカスタムウィジェットを取ってくる2つのクエリを作っています。
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;// スライダー用のショーケーススクリプトをキューに入れます。
wp_enqueue_script( 'twentyeleven-showcase', get_template_directory_uri() . '/js/showcase.js', array( 'jquery' ), '2011-04-28' );&lt;br /&gt;&lt;br /&gt;get_header(); ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;div id=&quot;primary&quot; class=&quot;showcase&quot;&gt;
			&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php the_post(); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php
					/**
					 * the_content をレンダリングして、見出しを使っています。
					 * このページにコンテンツがあるなら、それを表示しましょう。
					 */
					if ( '' != get_the_content() )
						get_template_part( 'content', 'intro' );
				?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php
					/**
					 * 注目記事セクションを開始します。
					 *
					 * 固定記事があって、それを使って注目記事をつくるかどうか確認します。
					 * 注目記事は10までに制限しています。
					 */
					$sticky = get_option( 'sticky_posts' );&lt;br /&gt;&lt;br /&gt;					// Proceed only if sticky posts exist.
					if ( ! empty( $sticky ) ) :&lt;br /&gt;&lt;br /&gt;					$featured_args = array(
						'post__in' =&gt; $sticky,
						'post_status' =&gt; 'publish',
						'posts_per_page' =&gt; 10,
						'no_found_rows' =&gt; true,
					);&lt;br /&gt;&lt;br /&gt;					// 注目記事のクエリ
					$featured = new WP_Query( $featured_args );&lt;br /&gt;&lt;br /&gt;					// 公開された記事が存在する場合のみ処理を進める
					if ( $featured-&gt;have_posts() ) :&lt;br /&gt;&lt;br /&gt;					/**
					 * スライダーナビをつくるために、ゼロから
					 * 注目記事を数える必要があります。
					 */
					$counter_slider = 0;&lt;br /&gt;&lt;br /&gt;					?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;div class=&quot;featured-posts&quot;&gt;
					&lt;h1 class=&quot;showcase-heading&quot;&gt;&lt;?php _e( 'Featured Post', 'twentyeleven' ); ?&gt;&lt;/h1&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php
					// はじめましょう。
					while ( $featured-&gt;have_posts() ) : $featured-&gt;the_post();&lt;br /&gt;&lt;br /&gt;					// カウンターを増やします。
					$counter_slider++;&lt;br /&gt;&lt;br /&gt;					/**
					 * アイキャッチ画像のかわりに、注目記事にクラスを追加します。
					 * デフォルトで feature-text クラスがつきます。
					 */
					$feature_class = 'feature-text';&lt;br /&gt;&lt;br /&gt;					if ( has_post_thumbnail() ) {
						// ... けれど記事にアイキャッチ画像がある場合はクラスを追加しましょう。
						$feature_class = 'feature-image small';&lt;br /&gt;&lt;br /&gt;						// ちょっと待って。この画像を調査しましょう。
						$image = wp_get_attachment_image_src( get_post_thumbnail_id( $post-&gt;ID ), array( HEADER_IMAGE_WIDTH, HEADER_IMAGE_WIDTH ) );&lt;br /&gt;&lt;br /&gt;						// 画像はヘッダーより大きい、それとも同じ？
						if ( $image[1] &gt;= HEADER_IMAGE_WIDTH ) {
							// 画像がヘッダーより大きければ、large クラスを追加します。特別扱いです。
							$feature_class = 'feature-image large';
						}
					}
					?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;section class=&quot;featured-post &lt;?php echo $feature_class; ?&gt;&quot; id=&quot;featured-post-&lt;?php echo $counter_slider; ?&gt;&quot;&gt;&lt;br /&gt;&lt;br /&gt;						&lt;?php
							/**
							 * アイキャッチ画像がヘッダー画像と同じ大きさの場合
							 * 大きい注目記事にし、そうでなければ小さくします。
							 */
							if ( has_post_thumbnail() ) {
								if ( $image[1] &gt;= HEADER_IMAGE_WIDTH )
									$thumbnail_size = 'large-feature';
								else
									$thumbnail_size = 'small-feature';
								?&gt;
								&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_post_thumbnail( $thumbnail_size ); ?&gt;&lt;/a&gt;
								&lt;?php
							}
						?&gt;
						&lt;?php get_template_part( 'content', 'featured' ); ?&gt;
					&lt;/section&gt;
				&lt;?php endwhile;	?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php
					// 注目記事がひとつ以上ある場合にのみスライダーを表示します。
					if ( $featured-&gt;post_count &gt; 1 ) :
				?&gt;
				&lt;nav class=&quot;feature-slider&quot;&gt;
					&lt;ul&gt;
					&lt;?php&lt;br /&gt;&lt;br /&gt;						// マッチする要素が最後になるように、カウンターをリセットします。
				    	$counter_slider = 0;&lt;br /&gt;&lt;br /&gt;						// ゼロから開始します。
				    	rewind_posts();&lt;br /&gt;&lt;br /&gt;						// さぁ、もう一度はじめましょう。
				    	while ( $featured-&gt;have_posts() ) : $featured-&gt;the_post();
				    		$counter_slider++;
							if ( 1 == $counter_slider )
								$class = 'class=&quot;active&quot;';
							else
								$class = '';
				    	?&gt;
						&lt;li&gt;&lt;a href=&quot;#featured-post-&lt;?php echo $counter_slider; ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Featuring: %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; &lt;?php echo $class; ?&gt;&gt;&lt;/a&gt;&lt;/li&gt;
					&lt;?php endwhile;	?&gt;
					&lt;/ul&gt;
				&lt;/nav&gt;
				&lt;?php endif; // 固定記事がひとつ以上ある場合の確認終了 ?&gt;
				&lt;/div&gt;&lt;!-- .featured-posts --&gt;
				&lt;?php endif; // 公開された記事の確認終了 ?&gt;
				&lt;?php endif; // 固定記事の確認終了 ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;section class=&quot;recent-posts&quot;&gt;
					&lt;h1 class=&quot;showcase-heading&quot;&gt;&lt;?php _e( 'Recent Posts', 'twentyeleven' ); ?&gt;&lt;/h1&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php&lt;br /&gt;&lt;br /&gt;					// 最近の投稿を表示します。最新のものはフルコンテンツで表示し、アサイドの投稿は無視します。
					$recent_args = array(
						'order' =&gt; 'DESC',
						'post__not_in' =&gt; get_option( 'sticky_posts' ),
						'tax_query' =&gt; array(
							array(
								'taxonomy' =&gt; 'post_format',
								'terms' =&gt; array( 'post-format-aside', 'post-format-link', 'post-format-quote', 'post-format-status' ),
								'field' =&gt; 'slug',
								'operator' =&gt; 'NOT IN',
							),
						),
						'no_found_rows' =&gt; true,
					);&lt;br /&gt;&lt;br /&gt;					// 最近の投稿セクションの新しいクエリ
					$recent = new WP_Query( $recent_args );&lt;br /&gt;&lt;br /&gt;					// 一番最初の最近の投稿は普通通りに表示します。
					if ( $recent-&gt;have_posts() ) : $recent-&gt;the_post();&lt;br /&gt;&lt;br /&gt;						// 投稿の最初の部分のみ得るため、$more に 0 をセットします。
						global $more;
						$more = 0;&lt;br /&gt;&lt;br /&gt;						get_template_part( 'content', get_post_format() );&lt;br /&gt;&lt;br /&gt;						echo '&lt;ol class=&quot;other-recent-posts&quot;&gt;';&lt;br /&gt;&lt;br /&gt;					endif;&lt;br /&gt;&lt;br /&gt;					// 他の最近の記事すべてに対しては、タイトルとコメントの状況だけを表示します。
					while ( $recent-&gt;have_posts() ) : $recent-&gt;the_post(); ?&gt;&lt;br /&gt;&lt;br /&gt;						&lt;li class=&quot;entry-title&quot;&gt;
							&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;
							&lt;span class=&quot;comments-link&quot;&gt;
								&lt;?php comments_popup_link( '&lt;span class=&quot;leave-reply&quot;&gt;' . __( 'Leave a reply', 'twentyeleven' ) . '&lt;/span&gt;', __( '&lt;b&gt;1&lt;/b&gt; Reply', 'twentyeleven' ), __( '&lt;b&gt;%&lt;/b&gt; Replies', 'twentyeleven' ) ); ?&gt;
							&lt;/span&gt;
						&lt;/li&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php
					endwhile;&lt;br /&gt;&lt;br /&gt;					// 投稿がある場合、&lt;ol&gt; を閉じます。
					if ( $recent-&gt;post_count &gt; 0 )
						echo '&lt;/ol&gt;';
					?&gt;
				&lt;/section&gt;&lt;!-- .recent-posts --&gt;&lt;br /&gt;&lt;br /&gt;				&lt;div class=&quot;widget-area&quot; role=&quot;complementary&quot;&gt;
					&lt;?php if ( ! dynamic_sidebar( 'sidebar-2' ) ) : ?&gt;&lt;br /&gt;&lt;br /&gt;						&lt;?php
						the_widget( 'Twenty_Eleven_Ephemera_Widget', '', array( 'before_title' =&gt; '&lt;h3 class=&quot;widget-title&quot;&gt;', 'after_title' =&gt; '&lt;/h3&gt;' ) );
						?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php endif; // end sidebar widget area ?&gt;
				&lt;/div&gt;&lt;!-- .widget-area --&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/div&gt;&lt;!-- #content --&gt;
		&lt;/div&gt;&lt;!-- #primary --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php get_footer(); ?&gt;
[/php]<br /><br />
<h2><a id="te_sidebar-footer">sidebar-footer.php</a></h2>
[php]
&lt;?php
/**
 * フッターウィジェットエリア
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
?&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php
	/* フッターウィジェット領域は、その領域のいずれかに
	 * ウィジェットがあると動作します。最初にこのことを確認しましょう。
	 *
	 * サイドバーのいずれにもウィジェットがなければ、諦めましょう。
	 */
	if (   ! is_active_sidebar( 'sidebar-3'  )
		&amp;&amp; ! is_active_sidebar( 'sidebar-4' )
		&amp;&amp; ! is_active_sidebar( 'sidebar-5'  )
	)
		return;
	// これに成功すれば、ウィジェットがあります。こうします。
?&gt;
&lt;div id=&quot;supplementary&quot; &lt;?php twentyeleven_footer_sidebar_class(); ?&gt;&gt;
	&lt;?php if ( is_active_sidebar( 'sidebar-3' ) ) : ?&gt;
	&lt;div id=&quot;first&quot; class=&quot;widget-area&quot; role=&quot;complementary&quot;&gt;
		&lt;?php dynamic_sidebar( 'sidebar-3' ); ?&gt;
	&lt;/div&gt;&lt;!-- #first .widget-area --&gt;
	&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;?php if ( is_active_sidebar( 'sidebar-4' ) ) : ?&gt;
	&lt;div id=&quot;second&quot; class=&quot;widget-area&quot; role=&quot;complementary&quot;&gt;
		&lt;?php dynamic_sidebar( 'sidebar-4' ); ?&gt;
	&lt;/div&gt;&lt;!-- #second .widget-area --&gt;
	&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;	&lt;?php if ( is_active_sidebar( 'sidebar-5' ) ) : ?&gt;
	&lt;div id=&quot;third&quot; class=&quot;widget-area&quot; role=&quot;complementary&quot;&gt;
		&lt;?php dynamic_sidebar( 'sidebar-5' ); ?&gt;
	&lt;/div&gt;&lt;!-- #third .widget-area --&gt;
	&lt;?php endif; ?&gt;
&lt;/div&gt;&lt;!-- #supplementary --&gt;
[/php]<br /><br />
<h2><a id="te_sidebar-page">sidebar-page.php</a></h2>
[php]
&lt;?php
/**
 * Template Name: Sidebar Template
 * Description: ページにサイドバーを追加する固定ページテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;get_header(); ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;div id=&quot;primary&quot;&gt;
			&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php the_post(); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php get_template_part( 'content', 'page' ); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php comments_template( '', true ); ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/div&gt;&lt;!-- #content --&gt;
		&lt;/div&gt;&lt;!-- #primary --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php get_sidebar(); ?&gt;
&lt;?php get_footer(); ?&gt;
[/php]<br /><br />
<h2><a id="te_sidebar">sidebar.php</a></h2>
[php]
&lt;?php
/**
 * メインウィジェットエリアを含むサイドバー
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;$options = twentyeleven_get_theme_options();
$current_layout = $options['theme_layout'];&lt;br /&gt;&lt;br /&gt;if ( 'content' != $current_layout ) :
?&gt;
		&lt;div id=&quot;secondary&quot; class=&quot;widget-area&quot; role=&quot;complementary&quot;&gt;
			&lt;?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;aside id=&quot;archives&quot; class=&quot;widget&quot;&gt;
					&lt;h3 class=&quot;widget-title&quot;&gt;&lt;?php _e( 'Archives', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
					&lt;ul&gt;
						&lt;?php wp_get_archives( array( 'type' =&gt; 'monthly' ) ); ?&gt;
					&lt;/ul&gt;
				&lt;/aside&gt;&lt;br /&gt;&lt;br /&gt;				&lt;aside id=&quot;meta&quot; class=&quot;widget&quot;&gt;
					&lt;h3 class=&quot;widget-title&quot;&gt;&lt;?php _e( 'Meta', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
					&lt;ul&gt;
						&lt;?php wp_register(); ?&gt;
						&lt;li&gt;&lt;?php wp_loginout(); ?&gt;&lt;/li&gt;
						&lt;?php wp_meta(); ?&gt;
					&lt;/ul&gt;
				&lt;/aside&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php endif; // end sidebar widget area ?&gt;
		&lt;/div&gt;&lt;!-- #secondary .widget-area --&gt;
&lt;?php endif; ?&gt;
[/php]<br /><br />
<h2><a id="te_single">single.php</a></h2>
[php]
&lt;?php
/**
 * すべてのシングルの投稿を表示するテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;get_header(); ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;div id=&quot;primary&quot;&gt;
			&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php while ( have_posts() ) : the_post(); ?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;nav id=&quot;nav-single&quot;&gt;
						&lt;h3 class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Post navigation', 'twentyeleven' ); ?&gt;&lt;/h3&gt;
						&lt;span class=&quot;nav-previous&quot;&gt;&lt;?php previous_post_link( '%link', __( '&lt;span class=&quot;meta-nav&quot;&gt;&amp;larr;&lt;/span&gt; Previous', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
						&lt;span class=&quot;nav-next&quot;&gt;&lt;?php next_post_link( '%link', __( 'Next &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
					&lt;/nav&gt;&lt;!-- #nav-single --&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php get_template_part( 'content', 'single' ); ?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php comments_template( '', true ); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php endwhile; // end of the loop. ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/div&gt;&lt;!-- #content --&gt;
		&lt;/div&gt;&lt;!-- #primary --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php get_footer(); ?&gt;
[/php]<br /><br />
<h2><a id="te_tag">tag.php</a></h2>
[php]
&lt;?php
/**
 * タグアーカイブページを表示するために使用されるテンプレート
 *
 * @package WordPress
 * @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */&lt;br /&gt;&lt;br /&gt;get_header(); ?&gt;&lt;br /&gt;&lt;br /&gt;		&lt;section id=&quot;primary&quot;&gt;
			&lt;div id=&quot;content&quot; role=&quot;main&quot;&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php if ( have_posts() ) : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;header class=&quot;page-header&quot;&gt;
					&lt;h1 class=&quot;page-title&quot;&gt;&lt;?php
						printf( __( 'Tag Archives: %s', 'twentyeleven' ), '&lt;span&gt;' . single_tag_title( '', false ) . '&lt;/span&gt;' );
					?&gt;&lt;/h1&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php
						$tag_description = tag_description();
						if ( ! empty( $tag_description ) )
							echo apply_filters( 'tag_archive_meta', '&lt;div class=&quot;tag-archive-meta&quot;&gt;' . $tag_description . '&lt;/div&gt;' );
					?&gt;
				&lt;/header&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php twentyeleven_content_nav( 'nav-above' ); ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php /* Start the Loop */ ?&gt;
				&lt;?php while ( have_posts() ) : the_post(); ?&gt;&lt;br /&gt;&lt;br /&gt;					&lt;?php
						/* コンテンツ用の投稿フォーマットテンプレートをインクルードします。
						 * これを子テーマで上書きしたい場合は、
						 * content-___.php ( ___ の部分は投稿フォーマット名が入る) というファイルを含めれば、かわりにそのファイルが使われます。
						 */
						get_template_part( 'content', get_post_format() );
					?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php endwhile; ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;?php twentyeleven_content_nav( 'nav-below' ); ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php else : ?&gt;&lt;br /&gt;&lt;br /&gt;				&lt;article id=&quot;post-0&quot; class=&quot;post no-results not-found&quot;&gt;
					&lt;header class=&quot;entry-header&quot;&gt;
						&lt;h1 class=&quot;entry-title&quot;&gt;&lt;?php _e( 'Nothing Found', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
					&lt;/header&gt;&lt;!-- .entry-header --&gt;&lt;br /&gt;&lt;br /&gt;					&lt;div class=&quot;entry-content&quot;&gt;
						&lt;p&gt;&lt;?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?&gt;&lt;/p&gt;
						&lt;?php get_search_form(); ?&gt;
					&lt;/div&gt;&lt;!-- .entry-content --&gt;
				&lt;/article&gt;&lt;!-- #post-0 --&gt;&lt;br /&gt;&lt;br /&gt;			&lt;?php endif; ?&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/div&gt;&lt;!-- #content --&gt;
		&lt;/section&gt;&lt;!-- #primary --&gt;&lt;br /&gt;&lt;br /&gt;&lt;?php get_sidebar(); ?&gt;
&lt;?php get_footer(); ?&gt;
[/php]<br /><br />
<h2><a id="te_style">style.css</a></h2>
[css]
/*
Theme Name: Twenty Eleven
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: the WordPress team
Author URI: http://wordpress.org/
Description: 2011年版の WordPress テーマは洗練されていて、軽量で、柔軟性があります。メニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。明と暗のカラースキーム、リンクカラー、3つのレイアウトオプションが利用できるようになっています。「Twenty Eleven」は、フロントページをコンテンツの目立つショーケースへと変身させるショーケース固定ページテンプレートを備えています。ウィジェット対応のたくさんのエリア (サイドバー、3つのフッターエリア、ショーケース固定ページウィジェットエリア) があり、また、アサイド・リンク・引用・ステータスを表示する「短冊」ウィジェットを備えています。印刷用と管理者のエディタ用のスタイル、アイキャッチ画像（投稿、固定ページ上のヘッダー画像と注目の&quot;固定&quot;記事の大きな画像として）のサポート、6つの異なる投稿フォーマットの特別なスタイルが含まれています。
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/&lt;br /&gt;&lt;br /&gt;/* =ブラウザーのデフォルト CSS をリセットします。Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */&lt;br /&gt;&lt;br /&gt;html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* focus スタイルを定義することを覚えておいてください。 */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* table はマークアップ上依然として cellspacing=&quot;0&quot; が必要です。 */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: &quot;&quot;;
}
blockquote, q {
	quotes: &quot;&quot; &quot;&quot;;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}&lt;br /&gt;&lt;br /&gt;/* =構造
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;body {
	padding: 0 2em;
}
#page {
	margin: 2em auto;
	max-width: 1000px;
}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 7.6%;
}
#primary {
	float: left;
	margin: 0 -26.4% 0 0;
	width: 100%;
}
#content {
	margin: 0 34% 0 7.6%;
	width: 58.4%;
}
#secondary {
	float: right;
	margin-right: 7.6%;
	width: 18.8%;
}&lt;br /&gt;&lt;br /&gt;/* Singular */
.singular #primary {
	margin: 0;
}
.singular #content,
.left-sidebar.singular #content {
	margin: 0 7.6%;
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	width: 68.9%;
}&lt;br /&gt;&lt;br /&gt;/* 添付 */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}&lt;br /&gt;&lt;br /&gt;/* ショーケース */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}&lt;br /&gt;&lt;br /&gt;/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	margin: 0 7.6%;
	width: auto;
}&lt;br /&gt;&lt;br /&gt;/* 位置合わせ */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}&lt;br /&gt;&lt;br /&gt;/* 右のコンテンツ */
.left-sidebar #primary {
	float: right;
	margin: 0 0 0 -26.4%;
	width: 100%;
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {
	float: left;
	margin-left: 7.6%;
	margin-right: 0;
	width: 18.8%;
}&lt;br /&gt;&lt;br /&gt;/* ワンコラム */
.one-column #page {
	max-width: 690px;
}
.one-column #content {
	margin: 0 7.6%;
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {
	float: none;
	margin: 0 7.6%;
	width: auto;
}
/* ショーケーステンプレートをシンプルに */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* 特集が小さいときにショーケーステンプレートをシンプルにします。 */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* シングル記事でマージンを削除します。 */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	width: 100%;
}
/* リード文とそのスタイルをシンプルにします。 */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}
.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}
.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* コメントアバター用に余裕を確保します。 */
.one-column .commentlist &gt; li.comment {
	margin-left: 102px;
	width: auto;
}
/* ロゴと検索フォームがぶつからないようにします。 */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* アバターがこのサイズで過剰にスペースを占有します。 */
.one-column .commentlist &gt; li.comment {
	margin-left: 0;
}
.one-column .commentlist &gt; li.comment .comment-meta,
.one-column .commentlist &gt; li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}&lt;br /&gt;&lt;br /&gt;/* =グローバル
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;body, input, textarea {
	color: #373737;
	font: 15px &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #e2e2e2;
}
#page {
	background: #fff;
}&lt;br /&gt;&lt;br /&gt;/* 見出し */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}&lt;br /&gt;&lt;br /&gt;/* テキスト要素 */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, &quot;Bitstream Charter&quot;, serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px &quot;Courier 10 Pitch&quot;, Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, &quot;Andale Mono&quot;, &quot;DejaVu Sans Mono&quot;, monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}&lt;br /&gt;&lt;br /&gt;/* フォーム */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}&lt;br /&gt;&lt;br /&gt;/* リンク */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}&lt;br /&gt;&lt;br /&gt;/* ユニバーサルデザインのためのテキスト */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}&lt;br /&gt;&lt;br /&gt;/* =ヘッダー
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 2;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}&lt;br /&gt;&lt;br /&gt;/* =メニュー
-------------------------------------------------------------- */&lt;br /&gt;&lt;br /&gt;#access {
	background: #222; /* 古いブラウザ向けに無地の色を表示します。 */
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* 古い webkit 向けのシンタックス */
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover &gt; a,
#access ul ul :hover &gt; a,
#access a:focus {
	background: #efefef;
}
#access li:hover &gt; a,
#access a:focus {
	background: #f9f9f9; /* 古いブラウザ向けに無地の色を表示します。 */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* 古い webkit 向けのシンタックス */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover &gt; ul {
	display: block;
}
#access .current_page_item &gt; a,
#access .current_page_ancestor &gt; a {
	font-weight: bold;
}&lt;br /&gt;&lt;br /&gt;/* 検索フォーム */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}&lt;br /&gt;&lt;br /&gt;/* =コンテンツ
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;#main {
	clear: both;
	padding: 1.625em 0 0;
}
.page-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title,
.entry-header .entry-meta {
	padding-right: 76px;
}
.entry-title {
	clear: both;
	color: #222;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.entry-title,
.entry-title a {
	color: #222;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #1982d1;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 1.625em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content h3,
.comment-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}&lt;br /&gt;&lt;br /&gt;/* 画像 */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* 投稿、コメント、ウィジェット用の可変サイズの画像 */
}
img[class*=&quot;align&quot;],
img[class*=&quot;wp-image-&quot;] {
	height: auto; /* WordPress が追加した height と width 属性でも画像が正しくスケールするようにします。 */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* IE8 の height ・width 属性によってフルサイズの画像が広がるのを防ぎます。 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}&lt;br /&gt;&lt;br /&gt;/* 画像のボーダー */
img[class*=&quot;align&quot;],
img[class*=&quot;wp-image-&quot;],
#content .gallery .gallery-icon img {/* バッジやアイコンを除き、WordPress が追加した画像すべてにファンシーなボーダーを追加します。 */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*=&quot;align&quot;],
a:hover img[class*=&quot;align&quot;],
a:active img[class*=&quot;align&quot;],
a:focus img[class*=&quot;wp-image-&quot;],
a:hover img[class*=&quot;wp-image-&quot;],
a:active img[class*=&quot;wp-image-&quot;],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* リンクのついた画像のファンシーなボーダーに便利なスタイルを追加します。 */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... キャプション付きの画像も含みます！ */
	background: #fff;
	border-color: #ddd;
}&lt;br /&gt;&lt;br /&gt;/* パスワードで保護された投稿 */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}&lt;br /&gt;&lt;br /&gt;/* 作成者情報 */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}&lt;br /&gt;&lt;br /&gt;/* コメントリンク */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}&lt;br /&gt;&lt;br /&gt;/*
投稿フォーマットの見出し
見出しを隠すには &quot;.entry-header .entry-format&quot; セレクタに display: none を追加して 
下の paading ルールを削除してください。
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}&lt;br /&gt;&lt;br /&gt;/* 投稿と固定ページ用のシングルコンテンツスタイル */
.singular .hentry {
	border-bottom: none;
	padding: 4.875em 0 0;
	position: relative;
}
.singular.page .hentry {
	padding: 3.5em 0 0;
}
.singular .entry-title {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
}
.singular .entry-title,
.singular .entry-header .entry-meta {
	padding-right: 0;
}
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}&lt;br /&gt;&lt;br /&gt;/* =アサイド
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}&lt;br /&gt;&lt;br /&gt;/* =リンク
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}&lt;br /&gt;&lt;br /&gt;/* =ギャラリー
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}&lt;br /&gt;&lt;br /&gt;/* =ステータス
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}&lt;br /&gt;&lt;br /&gt;/* =引用
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}&lt;br /&gt;&lt;br /&gt;/* =画像
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;.indexed.format-image .entry-header {
	min-height: 61px; /* コメントアイコンが画像にタイトルがないときにぶつかるのを防ぎます。 */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}&lt;br /&gt;&lt;br /&gt;/* =error404
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}&lt;br /&gt;&lt;br /&gt;/* =ショーケース
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}&lt;br /&gt;&lt;br /&gt;/* イントロ */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	padding: 0 8.9%;
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	padding: 1.625em 0 0.625em;
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}&lt;br /&gt;&lt;br /&gt;/* 注目記事 */
section.featured-post {
	float: left;
	margin: -1.625em -8.9% 1.625em;
	padding: 1.625em 8.9% 0;
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}&lt;br /&gt;&lt;br /&gt;/* 小さい注目記事 */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}&lt;br /&gt;&lt;br /&gt;/* 大きな注目記事 */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}&lt;br /&gt;&lt;br /&gt;/* 注目記事のスライダー */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	padding-left: 8.9%;
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}&lt;br /&gt;&lt;br /&gt;/* 最近の投稿 */
section.recent-posts {
	padding: 0 0 1.625em;
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel=&quot;bookmark&quot;] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel=&quot;bookmark&quot;]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel=&quot;bookmark&quot;]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link &gt; span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link &gt; span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}&lt;br /&gt;&lt;br /&gt;/* =添付
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}&lt;br /&gt;&lt;br /&gt;/* =ナビゲーション
-------------------------------------------------------------- */&lt;br /&gt;&lt;br /&gt;#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}&lt;br /&gt;&lt;br /&gt;/* シングルナビゲーション */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}&lt;br /&gt;&lt;br /&gt;/* =ウィジェット
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}&lt;br /&gt;&lt;br /&gt;/* 検索ウィジェット */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}&lt;br /&gt;&lt;br /&gt;/* 短冊ウィジェット */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link &gt; span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}&lt;br /&gt;&lt;br /&gt;/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}&lt;br /&gt;&lt;br /&gt;/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}&lt;br /&gt;&lt;br /&gt;/* カレンダーウィジェット */&lt;br /&gt;&lt;br /&gt;.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}&lt;br /&gt;&lt;br /&gt;/* =コメント
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* ワンコラム・サイドバーの固定ページレイアウト向けに width をリセットします。 */
}
.commentlist &gt; li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist &gt; li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist &gt; li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link &gt; span {
	display: inline-block;
	position: relative;
	top: -1px;
}&lt;br /&gt;&lt;br /&gt;/* 投稿の作成者をハイライトします。 */
.commentlist &gt; li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist &gt; li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist &gt; li.bypostauthor .comment-meta a:focus,
.commentlist &gt; li.bypostauthor .comment-meta a:active,
.commentlist &gt; li.bypostauthor .comment-meta a:hover {
}
.commentlist &gt; li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}&lt;br /&gt;&lt;br /&gt;/* 投稿の作成者のコメントをスレッド表示します。 */
.commentlist .children &gt; li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}&lt;br /&gt;&lt;br /&gt;/* sidebar-page.php のコメント */
/* コメントのアバターのために余裕を設けます。 */
.page-template-sidebar-page-php .commentlist &gt; li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* full-width のコメントフォーム */
.page-template-sidebar-page-php #respond {
	width: auto;
}&lt;br /&gt;&lt;br /&gt;/* コメントフォーム */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type=&quot;text&quot;],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type=&quot;text&quot;]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}&lt;br /&gt;&lt;br /&gt;/* =フッター
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}&lt;br /&gt;&lt;br /&gt;/* 2つ目のフッターウィジェットエリア */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}&lt;br /&gt;&lt;br /&gt;/* 3つ目のフッターウィジェットエリア */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}&lt;br /&gt;&lt;br /&gt;/* サイトジェネレータライン */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}&lt;br /&gt;&lt;br /&gt;/* =レスポンシブ構造
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;@media (max-width: 800px) {
	/* ベーシックレイアウトをシンプルにします。 */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* ショーケーステンプレートをシンプルにします。 */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* 注目記事が小さいときにショーケーステンプレートをシンプルにします。 */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* シングル記事の余白を削除します。 */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* リード文のそのスタイルをシンプルにします。 */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* コメントアバター用に余裕を設けます。 */
	.commentlist {
		width: 100%;
	}
	.commentlist &gt; li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* full-width のコメントフォーム */
	#respond {
		width: auto;
	}
	/* このサイズでフッターウィジェットをフロートする必要はないため */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* このサイズで 404 ウィジェットをフロートする必要はないため */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* embed がコンテナにフィットするようにします。 */
	embed,
	object {
		max-width: 100%;
	}&lt;br /&gt;&lt;br /&gt;}
@media (max-width: 650px) {
	/* @media (max-width: 650px) では、小さなデバイスで読み易くなるようフォントサイズを減らします。 */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* サイトのタイトルと説明を少しだけ再配置します。 */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* ロゴと検索フォームがぶつからないようにします。 */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* このサイズではフロートされたコンテンツがうまく機能しないため */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* 投稿ナビゲーションと何かがぶつからないようにします。 */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* このサイズではアバターが過剰にスペースを取ってしまうため */
	.commentlist &gt; li.comment,
	.commentlist &gt; li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* 小さなコメントフォームで利用できるスペースを使用します。 */
	#respond input[type=&quot;text&quot;] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}&lt;br /&gt;&lt;br /&gt;}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}&lt;br /&gt;&lt;br /&gt;}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/* =印刷
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: &quot; [&quot; attr(href) &quot;] &quot;; /* URL を表示します */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}&lt;br /&gt;&lt;br /&gt;	/* コメント */
	.commentlist &gt; li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist &gt; li::before,
	.commentlist &gt; li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}&lt;br /&gt;&lt;br /&gt;	/* 投稿の作成者をハイライトします。 */
	.commentlist &gt; li.bypostauthor {
		color: #444;
	}
	.commentlist &gt; li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist &gt; li.bypostauthor:before {
		content: none;
	}&lt;br /&gt;&lt;br /&gt;	/* 投稿の作成者をスレッド表示します。 */
	.commentlist .children &gt; li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children &gt; li.bypostauthor &gt; article,
	.commentlist .children &gt; li.bypostauthor &gt; article .comment-meta {
		color: #666;
	}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;/* =IE7
----------------------------------------------- */&lt;br /&gt;&lt;br /&gt;#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}
[/css]<br /><br />
<h2><a id="te_license">license.txt</a></h2>
<p><a href="http://www.gnu.org/licenses/licenses.ja.html#Translations" target="_blank">GPL プログラムの頒布条件として指定されているのはオリジナルである英語</a>なので、翻訳したものじゃいかんということなのですが、理解を深めたい場合は<a href="http://www.opensource.jp/gpl/gpl.ja.html" target="_blank">非公式の日本語版</a>を先人が作ってくださっていますので、こちらをご覧ください。</p>
<p>&copy; 2012 <a href="http://www.odysseygate.com/" title="Odysseygate.com">Odysseygate.com</a> This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact odysseygate@gmail.com so we can take legal action immediately.</p><p>鼻からカフェモカ。</p>]]></description>
		<wfw:commentRss>http://8bitodyssey.com/archives/2275/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://8bitodyssey.com/archives/2275" />
	</item>
		<item>
		<title>toolbox 日本語リソースと HTML ワイヤーフレームを配布します</title>
		<link>http://8bitodyssey.com/archives/1804</link>
		<comments>http://8bitodyssey.com/archives/1804#comments</comments>
		<pubDate>Tue, 18 Jan 2011 14:58:00 +0000</pubDate>
		<dc:creator>おで</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[toolbox]]></category>
		<category><![CDATA[言語]]></category>

		<guid isPermaLink="false">http://8bitodyssey.com/archives/1804</guid>
		<description><![CDATA[<p><img src="http://www.odysseygate.com/images/pero.jpg" style="float: left; margin: 2px 5px 1px 0px"/></p>
<p><img src="http://farm6.static.flickr.com/5202/5367334286_24b575a125_o.png" alt="toolbox" title="Click to enlarge" width="500" height="300" /></p>
<div id="caption-for-thumb67a4200cbc5cc1d6213490f4075a32cd" class="highslide-caption"><a title="go 2 flickr" href="http://www.flickr.com/photos/odysseygate/5367334286/" target="_blank">toolbox</a></div>
<p><ins datetime="2011-11-06T23:53:14+00:00">※2011年11月6日、Toolbox 1.3 に合わせて言語ファイルを更新し、バージョン1.3としました（Thanks: @HissyNC！）</ins></p>
<p><ins datetime="2011-02-24T14:50:14+00:00">※2011年2月24日、Toolbox 1.1 のリリースに合わせて言語ファイルを更新し、バージョン1.1としました。</ins></p>
<p><ins datetime="2011-02-24T14:50:14+00:00"></ins><ins>※2011年1月22日、一部の翻訳出来ていなかった訳語を翻訳し、バージョン1.0.1としました。</ins></p>
<p><ins></ins> CSS アーティストのためのテーマにして、HTML 5で書かれた素晴らしいテーマ「<a href="http://wordpress.org/extend/themes/toolbox" target="_blank">Toolbox</a>」。 Translation-ready （翻訳可能）になっていたのですが、日本語リソース（言語ファイル）がないようだったので、子テーマを作るついでに翻訳してみました。 <span id="more-1804"></span> いずれ作者にも送ってみますが（nao さんお手間をおかけしてすいません、すいません）、取り急ぎ使ってみたい、という方はこちらからダウンロードしてください。</p>
<p><a href="http://8bitodyssey.com/wp-content/plugins/download-monitor/download.php?id=1">toolbox 日本語リソースダウンロード</a></p>
<p>ダウンロードして解凍したら、ja.mo ファイルを /wp-content/themes/toolbox/languages/ に置いてくださいね。 翻訳については基本的に、<a href="http://wpdocs.sourceforge.jp/WordPress_%E3%81%AE%E7%BF%BB%E8%A8%B3" target="_blank">WordPress の翻訳ガイドライン</a>および <a href="http://wordpress.org/extend/themes/twentyten" target="_blank">TwentyTen</a> テーマに準拠した訳語をあてています。 また、HTML ワイヤーフレームというんでしょうか。HTML 構造を把握しやすいような図式を作ってみました ((作成にあたっては <a href="http://cacoo.com/" target="_blank">cacoo</a> を使用させていただきました！))。合わせてご確認ください。</p>
<p><a class="highslide" onclick="return hs.expand(this)" href="http://farm6.static.flickr.com/5049/5367334338_6315b1e94e_o.png"><img src="http://farm6.static.flickr.com/5049/5367334338_3ee4b08055.jpg" alt="toolbox HTML ワイヤーフレーム" title="Click to enlarge" width="208" height="500" /></a></p>
<div id="caption-for-thumbe0becc418c7cd9a2680bcebbaf780f50" class="highslide-caption"><a title="go 2 flickr" href="http://www.flickr.com/photos/odysseygate/5367334338/" target="_blank">toolbox HTML ワイヤーフレーム</a></div>
<p>ライセンスは GPL  ((Great Pacific Lawson ではないので念のため。))の精神でよろしくおねがいしまーーーーーーーーーーーーーすm6(_ _)</p>
<p>&copy; 2012 <a href="http://www.odysseygate.com/" title="Odysseygate.com">Odysseygate.com</a> This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact odysseygate@gmail.com so we can take legal action immediately.</p><p>鼻からカフェモカ。</p>]]></description>
		<wfw:commentRss>http://8bitodyssey.com/archives/1804/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://8bitodyssey.com/archives/1804" />
	</item>
		<item>
		<title>翻訳記事：『Twenty Tenのヘッダー』</title>
		<link>http://8bitodyssey.com/archives/1637</link>
		<comments>http://8bitodyssey.com/archives/1637#comments</comments>
		<pubDate>Tue, 22 Jun 2010 13:53:00 +0000</pubDate>
		<dc:creator>おで</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[twenty ten]]></category>
		<category><![CDATA[wp3]]></category>

		<guid isPermaLink="false">http://8bitodyssey.com/archives/1637</guid>
		<description><![CDATA[<p><img src="http://www.odysseygate.com/images/pero.jpg" style="float: left; margin: 2px 5px 1px 0px"/></p>
<p>この記事は、<a href="http://ma.tt/" target="_blank">Matt</a> が書いた『<a href="http://ma.tt/2010/06/headers-of-twenty-ten/" target="_blank">The Headers of Twenty Ten</a>』を翻訳したものです。WordPress 3.0 で新しくなったデフォルトテーマ『Twenty Ten』に採用されたヘッダー画像のエピソードが詳しく紹介されています。WordPress ユーザのみならず、写真愛好家のみなさんも興味があるかと思い、拙いながらも翻訳をしてみました。</p> <span id="more-1637"></span>  <p>&#160;</p>  <p><a href="http://wordpress.org/development/2010/06/thelonious/" target="_blank">WordPress 3.0</a> の新しいデフォルトテーマである <a href="http://wordpress.org/extend/themes/twenty-ten" target="_blank">Twenty Ten</a> の計画を立ててデザインしているときに、ヘッダーは実に目立った特徴になるだろうと思っていて、テーマでみんなを興奮させられるようなものにしたいと思いました。Misty Look、Chaotic Soul、Ocean Mist、Cutline といった WordPress.com でもっとも人気のあるテーマはみな、目立写真付きヘッダーを特徴としています。</p>  <p>オープンソースプロジェクトのための適切なライセンス画像を見つけるのは骨が折れるので、僕は <a href="http://iammattthomas.com/" target="_blank">MT</a> に <a href="http://ma.tt/random-photos/" target="_blank">Ma.tt のランダム写真ページ</a> からいくらか見つけるよう、また彼が見つけられるものを調べるよう、依頼しました。ここにあるのはそれぞれ彼が選んだ画像です。ヘッダーフォームにあり、オリジナルの画像にリンクしています。撮影した場所と、写真の背景にある物語と一緒にどうぞ。</p>  <p><a href="http://ma.tt/2005/12/gallery-12-13-2005/i-img_6201/"><img title="path" alt="" src="http://8bitodyssey.com/wp-content/themes/twentyten/images/headers/path.jpg" width="500" height="104" /></a></p>  <p><a href="http://automattic.com/" target="_blank">Automattic</a> が創業したばかりの2005年12月、僕は関心を高めるとともに、コミュニティのみんなに会うために、ヨーロッパ旅行を計画をしていました。<a href="http://ma.tt/2005/12/en-route/" target="_blank">パリの Les Blogs</a> カンファレンスから始まり、 それからロンドンへ行き、WP meetup（編注：オフ会とでも訳せばいいのか…）で <a href="http://romanticrobot.net/" target="_blank">Mark Riley</a> (Podz として知られていたアーティスト) と <a href="http://www.brokenkode.com/" target="_blank">Khaled</a> に会いました。 最後にアイルランド、特にブラーニーに行き、Automattic の最初の社員である <a href="http://ocaoimh.ie/" target="_blank">Donncha O Caoimh</a> にじかに会い、彼の名前をどう発音するのか知りました。&#160; <a href="http://ma.tt/2005/12/gallery-12-13-2005/" target="_blank">僕たちは一緒にフォトウォークに行き</a>、 ブラーニー城へと続く私道をのぼり、この寂しげな図を撮影しました。</p>  <p><a href="http://ma.tt/2010/01/munich-to-memphis/mcm_2052-2/"><img title="berries" alt="" src="http://8bitodyssey.com/wp-content/themes/twentyten/images/headers/berries.jpg" width="500" height="104" /></a></p>  <p>今年初め、ぼくはドイツのミュンヘンで開催された <a href="http://www.dld-conference.com/" target="_blank">DLD カンファレンス</a>に初めて出席しました。とても寒く、疲れていて、また起きたのが朝早すぎてメンフィスへの大西洋越えの航空便に乗るための空港への車を捕まえられずにいました。 半分眠ったまま、空港への道の途中で前夜に森に降り積もったばかりの美しいパウダースノーに気づき、開放絞りで高速シャッターを切りました。車の窓の色合いがより夢のようにしてくれました。約時速50キロで進む車から、f/1.4 1/2500秒 50mm のレンズでの撮影。</p>  <p><a href="http://ma.tt/2009/04/kyoto-cherry-blossoms/mcm_5582-3/"><img title="cherryblossoms" alt="" src="http://8bitodyssey.com/wp-content/themes/twentyten/images/headers/cherryblossoms.jpg" width="500" height="104" /></a></p>  <p>この桜は、次の二つの写真と同じように、<a href="http://ma.tt/2009/04/kyoto-cherry-blossoms/" target="_blank">同じ日に</a>撮影したものです。ぼくは WordCamp Kansai （訳注：<a href="http://japan.wordcamp.org/2009/04/11/wordcamp-kansai-2009-report/" target="_blank">WordCamp 関西懇親会</a>のこと）のために大阪にいて、<a href="http://blog.detlog.org/">マクラケン直子</a>が京都にすぐ近くのお寺を案内してくれました。 桜（そして梅も）の花はちょうど咲き始めたばかりで、すべては魔法のようでした。MT が電線が見えなくなるように巧みにトリミングしたのが分かるでしょう。 70-200mm のレンズの思いっきりワイドにして f/4 で撮影。</p>  <p><a href="http://ma.tt/2009/04/kyoto-cherry-blossoms/mcm_5630-2/"><img title="forestfloor" alt="" src="http://8bitodyssey.com/wp-content/themes/twentyten/images/headers/forestfloor.jpg" width="500" height="104" /></a></p>  <p>太陽が沈み始め、樹木がきらびやかになりました。70-200mm レンズの70mm、f/2.8、1/1600秒、ISO 200で撮影。</p>  <p><a href="http://ma.tt/2009/04/kyoto-cherry-blossoms/mcm_5615/"><img title="fern" alt="" src="http://8bitodyssey.com/wp-content/themes/twentyten/images/headers/fern.jpg" width="500" height="104" /></a></p>  <p>この植物を何というのか分かりませんが（訳注：ウラジロのように見えますが…）、京都の道端に生えていたのは確かです。70-200mm のレンズを 86mm にズームして、f/2.8、1/250秒、ISO 200で撮影。</p>  <p><a href="http://ma.tt/2009/02/taj-mahal-agra/mcm_9582/"><img title="concave" alt="" src="http://8bitodyssey.com/wp-content/themes/twentyten/images/headers/concave.jpg" width="500" height="104" /></a></p>  <p>この「凸形の」画像は、アグラのタージ・マハルに隣接するモスクの屋根のものです。50mmのレンズで開放絞りの f/1.4で撮影。僕は WordCamp Delhi のため、<a href="http://omis.me/" target="_blank">Om</a> とインドにいて、彼がニューヨークそれからぼくたちが出会ったサンフランシスコに引っ越す前に育った町を少し探検しました。タージ・マハルは印象的な場所で、一日中興奮するようなスナップでいっぱいでした。たとえば、<a href="http://ma.tt/2009/02/taj-mahal-agra/mcm_9638/" target="_blank">自転車の背に載せて運ばれる二つのソファ</a>や、<a href="http://ma.tt/2009/02/taj-mahal-agra/p1000505/" target="_blank">しばらくプロフィールにしていたジャンプしてる写真</a>、 <a href="http://ma.tt/2009/02/taj-mahal-agra/mcm_9460/" target="_blank">僕の好きな Om のポートレートの一枚</a>、 <a href="http://ma.tt/2009/02/taj-mahal-agra/mcm_9498/" target="_blank">キリスト教徒、ムスリム、ヒンドゥー教徒が一列に並んでいる、インドの宗教的多様性をおさめた</a>写真になります。トルコの写真を投稿し終えた時、それが明らかであるようにモスクの幾何学模様を得ることができません。この参拝が Om に<a href="http://gigaom.com/2009/02/19/what-the-taj-mahal-and-apple-have-in-common/" target="_blank">タージ・マハルとアップルが共通して持っているものに関する投稿</a>を書く着想を与えたのです。</p>  <p><a href="http://ma.tt/2009/07/ulusaba-day-2/mcm_3037/"><img title="sunset" alt="" src="http://8bitodyssey.com/wp-content/themes/twentyten/images/headers/sunset.jpg" width="500" height="104" /></a></p>  <p>このヘッダーは、「夕日」と名付けられていますが、実際には日の出です。 それも無理からぬ間違いです。というのも、MT がぼくについて知っていることからすれば、そんなに早く起きるなんて想像もしなかったのでしょう。しかし、この朝は特別でした：<a href="http://www.ulusaba.virgin.com/" target="_blank">Ulusaba</a> と呼ばれる南アフリカの禁猟区で Richard Branson と一緒の旅行の二日目だったのです。この朝日は、ドライブに出発する部屋から丘を下って撮影しました。そこでは丁度獲物を手に入れたライオンの群れを見つけ、<a href="http://www.virginunite.com/" target="_blank">Virgin Unite</a> がサポートしている<a href="http://www.ulusaba.virgin.com/en/ulusaba/pride_n_purpose" target="_blank">プロジェクト</a>を訪れ、最後に場内でごちそう／お祭りに参加しました。</p>  <p><a href="http://www.getpersonas.com/en-US/gallery/Designer/WordPress.org"><img title="inkwell" alt="" src="http://8bitodyssey.com/wp-content/themes/twentyten/images/headers/inkwell.jpg" width="500" height="104" /></a></p>  <p>最後の一枚は全然写真じゃないけれど、<a href="http://www.thebigpugh.com/" target="_blank">Chad Pugh</a> が僕たちの <a href="http://www.getpersonas.com/en-US/gallery/Designer/WordPress.org" target="_blank">Firefox Personas project</a> のために書いてくれた2枚の素晴らしい絵のうちの1枚なので、どうしても触れておきたかったのです。サンフランシスコにある Automattic ラウンジでは、4.6メートルに引き伸ばしたものを見ることができます。</p>  <p>僕の写真が広範囲で楽しんでもらえるということを知ると、最初にオープンソースに貢献した時と同様の怖さがあることを認めなければなりません。「WordPress チーム」として style.css にクレジットされることで、多くの人々の作業と創造性の極地である、Twenty Ten の作者を見ると、ある種の喜びもあります。</p>  <p>さぁ、Twenty Ten をあなた自身のものにしてください。MT がどのようにトリミングしたかに気を留めてみてください。そしてまた、僕が好きな Twenty Ten の特徴の一つを調べてみてください：投稿ごと、あるいはページごとにカスタムヘッダーを上書きできること、つまりそれぞれの投稿がただひとつだけの雪のかけらとなりうるということです。</p>  <hr />  <p>大体こんな意味かなぁと思って訳してみましたが、間違いとかあったらオシエテクダサイ(/-＼)</p><p>&copy; 2012 <a href="http://www.odysseygate.com/" title="Odysseygate.com">Odysseygate.com</a> This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact odysseygate@gmail.com so we can take legal action immediately.</p><p>鼻からカフェモカ。</p>]]></description>
		<wfw:commentRss>http://8bitodyssey.com/archives/1637/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://8bitodyssey.com/archives/1637" />
	</item>
		<item>
		<title>WordCamp 公式サイトに使った7個のプラグインとテーマ</title>
		<link>http://8bitodyssey.com/archives/1600</link>
		<comments>http://8bitodyssey.com/archives/1600#comments</comments>
		<pubDate>Tue, 27 Apr 2010 16:31:00 +0000</pubDate>
		<dc:creator>おで</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[thematic]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wcYokohama]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[日本]]></category>

		<guid isPermaLink="false">http://8bitodyssey.com/?p=1600</guid>
		<description><![CDATA[<p><img src="http://www.odysseygate.com/images/pero.jpg" style="float: left; margin: 2px 5px 1px 0px"/></p>
<p>というわけで先日グランドオープンした <a href="http://yokohama2010.wordcamp.jp/" target="_blank">WordCamp Yokohama 2010 公式サイト</a>。このサイトを構築するにあたって使ったプラグインとテーマをご紹介します（をかもとさんと記事まるかぶりのため、ぼくが選んだプラグインを中心にしていますｗ）。</p>  <p>言わば、「WordCamp 公式サイトの作り方～これであなたも WordCamp 公式サイトディベロッパー～」。</p>  <p>それではいってみましょう。</p>  <p></p> <span id="more-1600"></span>  <p></p>  <h3></h3>  <h3>Akistmet</h3>  <p>まずは何をおいても <a href="http://akismet.com/" target="_blank">Akismet</a> 。イベント系サイトの CMS でコメントをオープンにすることは少ないかもしれません。でも、イベントをブログしてくれたらピンバックやトラックバックが飛んでくるから、ユーザの反応は見たいよね、と思うことありませんか？うんうん、あるよ、あるよ。</p>  <p>WordCamp Yokohama 2010 サイトでも、ピンバック/トラックバックをオープンにして、面倒なスパム対策は Akismet におまかせしています。</p>  <p>Akismet といえば、WordPress.com API キー。アクセス状況を見るのであれば WordPress.com Stats でも必要になりますので、イベント実行委員会でひとつ .com API キーを取得してしまうのをおすすめします。</p>  <h3>Contact Form 7</h3>  <p><a href="http://yokohama2010.wordcamp.jp/contact/" target="_blank">問い合わせの</a>フォームが必要だよね、ということになり、取り出したのはもちろん <a href="http://contactform7.com/" target="_blank">Contact Form 7</a> です。</p>  <p>柔軟に作りたいフォームを作れるということもおすすめの理由のひとつでもありますが、とりあえず時間がない中でぽーんと丸投げできる簡単さが採用の理由だったりします。</p>  <h3>Google Maps Anywhere</h3>  <p>イベントには会場までのアクセスマップが不可欠です。</p>  <p>今回サイト作成チームの頭の中には、Google Map 上に会場までの道順を描いて、地図ではわかりにくいところはクリックして写真で表示しよう、という明確なイメージがありました。</p>  <p><a href="http://wppluginsj.sourceforge.jp/googlemaps-anywhere/" target="_blank">Google Maps Anywhere</a> は、Google Map を記事に埋め込むのに適したプラグインです。主な使い方はプラグイン配布元を参照していただくとして、配布元に書かれていないのはマイマップの使い方。</p>  <p><a class="highslide" onclick="return hs.expand(this)" href="http://farm4.static.flickr.com/3146/4557422631_f0e6773304_b.jpg"><img id="thumbd831634063fa28b553ea28e88b3b1c44" title="Click to enlarge" height="295" alt="kml ファイルの保存" src="http://farm4.static.flickr.com/3146/4557422631_f0e6773304.jpg" width="500" /></a></p>  <div class="highslide-caption" id="caption-for-thumbd831634063fa28b553ea28e88b3b1c44"><a title="go 2 flickr" href="http://www.flickr.com/photos/odysseygate/4557422631/" target="_blank">kml ファイルの保存</a></div>  <p>Google Map でマイマップを作成したら、編集状態のままで、「Google Earth で表示」リンクをクリックします。kml ファイルを保存できるので、このファイルをサーバにアップロードします（/wp-content/uploads/ とかの中で大丈夫です）。</p>  <p><a class="highslide" onclick="return hs.expand(this)" href="http://farm4.static.flickr.com/3453/4557467669_3bdb307a13_o.png"><img id="thumbfe223ef8e9aab2690a9fe5f1cb42762a" title="Click to enlarge" height="282" alt="kml ファイルのパスを設定" src="http://farm4.static.flickr.com/3453/4557467669_472dc8c0c2.jpg" width="500" /></a></p>  <div class="highslide-caption" id="caption-for-thumbfe223ef8e9aab2690a9fe5f1cb42762a"><a title="go 2 flickr" href="http://www.flickr.com/photos/odysseygate/4557467669/" target="_blank">kml ファイルのパスを設定</a></div>  <p>ページや投稿に google map を挿入する際に、KML という欄に、さきほどアップロードした kml ファイルまでのパスを記入します。/wp-content/uploads/hoge.kml とかですね。</p>  <p>実際の動作は、<a href="http://yokohama2010.wordcamp.jp/access/" target="_blank">アクセス・会場案内</a>ページを御覧下さい。</p>  <h3>Random Text</h3>  <p>登録したテキストをランダムで表示するウィジェットで、プラグインとして配布されている <a href="http://www.pantsonhead.com/wordpress/randomtext/" target="_blank">Random Text</a> です。</p>  <p>サイドバーでスポンサー様やスピーカーの面々をご紹介するにあたって、アクセスする度にランダムで表示を変えたいと思ったこと、内容は管理画面から登録できるものが望ましい（ハードコーディングは NG）と思ったことからこちらを採用しました。</p>  <p><a class="highslide" onclick="return hs.expand(this)" href="http://farm4.static.flickr.com/3619/4558814943_c58dbd8da5.jpg"><img id="thumb73e7aef96571815d99871be774bbc942" title="Click to enlarge" height="313" alt="Random Text の作成" src="http://farm4.static.flickr.com/3619/4558814943_c58dbd8da5.jpg" width="500" /></a></p>  <div class="highslide-caption" id="caption-for-thumb73e7aef96571815d99871be774bbc942"><a title="go 2 flickr" href="http://www.flickr.com/photos/odysseygate/4558814943/" target="_blank">Random Text の作成</a></div>  <p></p>  <p>Random Text 専用のカテゴリーを設定し、同じカテゴリーに属するテキストをランダムで表示することができるようになっています。</p>  <h3>Twitter Hash Tag Widget</h3>  <p><a href="http://sivel.net/2009/06/twitter-hash-tag-widget/" target="_blank">Twitter Hash Tag Widget</a> は、Twitter に投稿されたハッシュタグ(#hogehoge）のついたつぶやきをまとめて表示するためのウィジェットです。</p>  <p><a class="highslide" onclick="return hs.expand(this)" href="http://farm5.static.flickr.com/4013/4558844971_24ab6afdfe.jpg"><img id="thumbc9e7cd4fb515187a8acccd1055166e29" title="Click to enlarge" height="336" alt="Twitter Hash Tag Widget の設定" src="http://farm5.static.flickr.com/4013/4558844971_24ab6afdfe.jpg" width="500" /></a></p>  <div class="highslide-caption" id="caption-for-thumbc9e7cd4fb515187a8acccd1055166e29"><a title="go 2 flickr" href="http://www.flickr.com/photos/odysseygate/4558844971/" target="_blank">Twitter Hash Tag Widget の設定</a></div>  <p></p>  <p></p>  <p>公式サイトでは #wcYokohama を表示するように設定して、サイドバーに配置しています。Twitter の検索結果を用いるため、ハッシュタグの前にスペースがないと、この中には表示されません。</p>  <h3>WP-Cycle</h3>  <p>今回のサイトでは当初のデザイン案から、過去の WordCamp の写真を見てもらい、WordCamp の様子を知ってもらうための写真スペースがありました。</p>  <p>写真を選択して選べるように、という案や、紙芝居形式の案もあったのですが、工数がかかってしまうということで、jQuery のスライドショーで自動的に写真を変更する案に落ち着きました。</p>  <p><a class="highslide" onclick="return hs.expand(this)" href="http://farm4.static.flickr.com/3435/4558815117_f8a7739a76.jpg"><img id="thumb9b2cc43e399be01ffe58595952e11e4a" title="Click to enlarge" height="317" alt="WP-Cycle の設定" src="http://farm4.static.flickr.com/3435/4558815117_f8a7739a76.jpg" width="500" /></a></p>  <div class="highslide-caption" id="caption-for-thumb9b2cc43e399be01ffe58595952e11e4a"><a title="go 2 flickr" href="http://www.flickr.com/photos/odysseygate/4558815117/" target="_blank">WP-Cycle の設定</a></div>  <p></p>  <p><a href="http://www.nathanrice.net/plugins/wp-cycle/" target="_blank">WP-Cycle</a> は jQuery のライブラリを WordPress で簡単に使うことができる上、スライドショー部分の埋込みにも対応しているので採用しました。<a href="http://dogmap.jp/2010/04/27/how-to-make-wordcamp-yokohama-site-1/" target="_blank">ランダム表示や1枚目だけ固定といったカスタマイズはをかもとさんの手によるもの</a>です。</p>  <h3>WP FollowMe</h3>  <p>WordCamp Yokohama 2010 実行委員会では早くから Twitter を告知に利用していましたので、この Twitter アカウントを告知するために、FollowMe バナーを表示したいと思いました。</p>  <p>FollowMe バナーを作る方法はジェンレータも含めていろいろありますが、WordPress であればプラグインがやっぱり簡単です。</p>  <p><a class="highslide" onclick="return hs.expand(this)" href="http://farm4.static.flickr.com/3270/4558827993_6d9baa910e.jpg"><img id="thumb91b7ac6886e11baaefac012b76aa2fde" title="Click to enlarge" height="318" alt="WP FollowMe の設定" src="http://farm4.static.flickr.com/3270/4558827993_6d9baa910e.jpg" width="500" /></a></p>  <div class="highslide-caption" id="caption-for-thumb91b7ac6886e11baaefac012b76aa2fde"><a title="go 2 flickr" href="http://www.flickr.com/photos/odysseygate/4558827993/" target="_blank">WP FollowMe の設定</a></div>  <p></p>  <p><a href="http://wpburn.com/wordpress-plugins/wp-followme-plugin" target="_blank">WP FollowMe</a> は WordPress の管理画面からアカウントやバナーの色を設定できるので採用しました。ただし、なぜか Flash を使用しているため、Flash 未対応デバイスでは表示しないよう、<a href="http://dogmap.jp/2010/04/27/how-to-make-wordcamp-yokohama-site-1/" target="_blank">をかもとさんがカスタマイズしてくれました</a>。</p>  <h3>thematic テーマ</h3>  <p>選別したプラグインをみていただくと、ウィジェットに配置するだけで表示できるものや、自動的に挿入できるものが多いことがお分かりいただけると思います。</p>  <p><a class="highslide" onclick="return hs.expand(this)" href="http://farm4.static.flickr.com/3348/4559475338_5b1bf67781.jpg"><img id="thumba38f1bcb20093ca0fc640c21401bbd49" title="Click to enlarge" height="322" alt="thematic の ウィジェット" src="http://farm4.static.flickr.com/3348/4559475338_5b1bf67781.jpg" width="500" /></a></p>  <div class="highslide-caption" id="caption-for-thumba38f1bcb20093ca0fc640c21401bbd49"><a title="go 2 flickr" href="http://www.flickr.com/photos/odysseygate/4559475338/" target="_blank">thematic の ウィジェット</a></div>  <p><a href="http://www.slideshare.net/odysseygate/themantic-a-wordpress-theme-framework" target="_blank">WordCamp Kyoto 2009 でもプレゼンさせてもらった thematic テーマ</a>は、ヘッダの下、サイドバー、エントリの上下、フッターの上、と多くのウィジェットエリアを持っています。</p>  <p>ウィジェットエリアに格納するウィジェットを入れ替えるだけで柔軟に表示する要素を変えられるため、工数の削減には持って来いです（当社比）。</p>  <p>また、HTML 要素の追加は、テンプレートファイルの上書き、および functions.php への追記で対応をしています。</p>  <p>WordPress 3.0 のテーマ ”TwentyTen” にも多大な影響を与えたテーマ “<a href="http://wordpress.org/extend/themes/thematic" target="_blank">thematic</a>”、ぜひ触ってみていただければと思います。</p><p>&copy; 2012 <a href="http://www.odysseygate.com/" title="Odysseygate.com">Odysseygate.com</a> This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact odysseygate@gmail.com so we can take legal action immediately.</p><p>鼻からカフェモカ。</p>]]></description>
		<wfw:commentRss>http://8bitodyssey.com/archives/1600/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://8bitodyssey.com/archives/1600" />
	</item>
		<item>
		<title>WordPress 2.5にアップグレード &amp; テーマリニューアル</title>
		<link>http://8bitodyssey.com/archives/853</link>
		<comments>http://8bitodyssey.com/archives/853#comments</comments>
		<pubDate>Wed, 16 Apr 2008 16:39:38 +0000</pubDate>
		<dc:creator>おで</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ウェブ開発]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wp 2.5]]></category>

		<guid isPermaLink="false">http://8bitodyssey.com/?p=853</guid>
		<description><![CDATA[<p><img src="http://www.odysseygate.com/images/pero.jpg" style="float: left; margin: 2px 5px 1px 0px"/></p>
<p>WordPress 2.5公開から半月ほど遅れて、ようやくアップグレードしました。このところ猛烈に忙しかったというのもあるのですが、忙しいと人間逆に少ない時間を使ってがんばれるようです。</p>
<p>WordPress にしてからは長らくWordPress Defaultテーマを自分なりにカスタマイズしたテーマを使っていましたが、いつになったらデフォルトになるんだかわからない、次期デフォルトテーマの最有力候補（？！）Sandboxテーマを使って新しいデザインにしてみました。</p>
<p>今回はチョコチョコと小技を使ったり、テーマ作成の過程をメモして作成したので、後ほどテーマ作成の流れやコンセプトなどをまとめて公開しようと思っています。</p>
<p><img src='http://8bitodyssey.com/diary_photo/20080417.gif' alt='Wordpressニューテーマ \&quot;dotluv\&quot;' class='alignnone' /></p><p>&copy; 2012 <a href="http://www.odysseygate.com/" title="Odysseygate.com">Odysseygate.com</a> This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact odysseygate@gmail.com so we can take legal action immediately.</p><p>鼻からカフェモカ。</p>]]></description>
		<wfw:commentRss>http://8bitodyssey.com/archives/853/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://8bitodyssey.com/archives/853" />
	</item>
	</channel>
</rss>

