<?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>企業や店舗のホームページで使えるWordpress（ワードプレス）国産テンプレートギャラリー &#187; コラム</title>
	<atom:link href="http://www.wp-themes.biz/column/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wp-themes.biz</link>
	<description>企業や店舗のホームページで使えるWordpress（ワードプレス）国産テンプレートギャラリー</description>
	<lastBuildDate>Wed, 04 Apr 2012 07:38:46 +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://www.wp-themes.biz/column/feed" />
		<item>
		<title>表示されるページとテンプレートの関係</title>
		<link>http://www.wp-themes.biz/column/472.html</link>
		<comments>http://www.wp-themes.biz/column/472.html#comments</comments>
		<pubDate>Wed, 17 Aug 2011 08:04:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[コラム]]></category>

		<guid isPermaLink="false">http://www.wp-themes.biz/?p=472</guid>
		<description><![CDATA[WordPressには、ホームページ（トップページ）、個別の記事ページ、アーカイ...]]></description>
			<content:encoded><![CDATA[<p>WordPressには、ホームページ（トップページ）、個別の記事ページ、アーカイブページ、固定ページなど、様々な種類のページがあります。<br />
個々のページはテンプレートによって出力されますが、テーマ内に複数がテンプレートで構成されている場合、その際に使われるテンプレート<span style="color: #ff0000;">※1</span>は1つに決まっているわけでなく、「<strong>テンプレート階層</strong>」という仕組みによって決まります。</p>
<p><span style="color: #ff0000;">※1</span>　一部のテンプレート（例: header.php、footer.php、side.phpなど）はすべてのページ内でパーツテンプレートとして使用されます。</p>
<p>たとえば、個々の投稿の個別ページは、「single.php」テンプレートに沿って出力されますが、「single.php」がテーマ内に無い場合は、「index.php」テンプレートが代わりに使われます。</p>
<p>このように、個々のページを出力する際に最優先のテンプレートがあればそれに沿って出力し、無ければ第2順位、それも無ければ第3順位といったように、階層を追って使われるテンプレートが決まります。</p>
<p>この仕組みを「<strong>テンプレート階層</strong>」といいます。</p>
<table border="1" style="table-layout: fixed;">
<caption>テンプレート階層</caption>
<thead>
<tr>
<td>ページ名</td>
<td>第1順位</td>
<td>第2順位</td>
<td>第3順位</td>
<td>第4順位</td>
<td>第5順位</td>
</tr>
</thead>
<tr>
<th>トップページ</th>
<td>home.php</td>
<td>index.php</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th>投稿個別ページ</th>
<td>single-投稿タイプ.php</td>
<td>single.php</td>
<td>index.php</td>
<td></td>
<td></td>
</tr>
<tr>
<th>固定ページ</th>
<td>カスタムテンプレート</td>
<td>page-スラッグ.php</td>
<td>page-ID.php</td>
<td>page.php</td>
<td>index.php</td>
</tr>
<tr>
<th>カテゴリーアーカイブ</th>
<td>category-スラッグ.php</td>
<td>category-ID.php</td>
<td>category.php</td>
<td>archive.php</td>
<td>index.php</td>
</tr>
<tr>
<th>日付アーカイブ</th>
<td>date.php</td>
<td>archive.php</td>
<td>index.php</td>
<td></td>
<td></td>
</tr>
<tr>
<th>タグアーカイブ</th>
<td>tag-スラッグ.php</td>
<td>tag-ID.php</td>
<td>tag.php</td>
<td>archive.php</td>
<td>index.php</td>
</tr>
<tr>
<th>著者ページ</th>
<td>author-ナイスネーム.php</td>
<td>author.php</td>
<td>archive.php</td>
<td>index.php</td>
<td></td>
</tr>
<tr>
<th>検索結果ページ</th>
<td>search.php</td>
<td>index.php</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th>404（Not Found）ページ</th>
<td>404.php</td>
<td>index.php</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th>添付ファイル</th>
<td>MINEタイプ.php</td>
<td>attachment.php</td>
<td>single.php</td>
<td>index.php</td>
<td></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-themes.biz/column/472.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.wp-themes.biz/column/472.html" />
	</item>
		<item>
		<title>WordPressのテーマとテンプレートについて</title>
		<link>http://www.wp-themes.biz/column/436.html</link>
		<comments>http://www.wp-themes.biz/column/436.html#comments</comments>
		<pubDate>Mon, 08 Aug 2011 04:24:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[コラム]]></category>

		<guid isPermaLink="false">http://www.wp-themes.biz/?p=436</guid>
		<description><![CDATA[ホームページのデザインの雛形としてテンプレートという言葉が広く使われていますが、...]]></description>
			<content:encoded><![CDATA[<p>ホームページのデザインの雛形としてテンプレートという言葉が広く使われていますが、厳密にWordpressでは「テーマ」と呼ばれています。</p>
<p>ブログの各ページ、投稿などは、この「テーマ」に沿って出力されるようになっています。<br />
そしてテーマは複数の「テンプレート」から構成されています。<br />
ここでいうテンプレートとは、ブログの個々のページを出力するための、雛形となるファイルのことです。</p>
<table>
<caption>標準的なテーマに含まれるテンプレート一覧</caption>
<tr>
<th>index.php</th>
<td>メインページなどを出力</td>
</tr>
<tr>
<th>single.php</th>
<td>個々の投稿のページを出力</td>
</tr>
<tr>
<th>page.php</th>
<td>個々の固定ページを出力</td>
</tr>
<tr>
<th>category.php</th>
<td>カテゴリーのアーカイブページを出力</td>
</tr>
<tr>
<th>date.php</th>
<td>日付ことのアーカイブページを出力</td>
</tr>
<tr>
<th>header.php</th>
<td>ページのヘッダー部分を出力</td>
</tr>
<tr>
<th>footer.php</th>
<td>ページのフッター部分を出力</td>
</tr>
<tr>
<th>side.php</th>
<td>ページのサイドバー部分を出力</td>
</tr>
</table>
<p>WordPressの特徴の一つにテーマ機能があります。<br />
この機能は管理画面から簡単にテーマが切り替えられ、サイトの見た目を素早く変えることがでる機能です。</p>
<p>有償、無償を問わず、世界中のWordpressユーザーによって多彩なテーマが開発されていて、自分の好きなデザインを簡単に選ぶことができます。</p>
<p><a href="http://www.wp-themes.biz/wp-content/uploads/2011/08/20110808_01.jpg" rel="lightbox[436]"><img src="http://www.wp-themes.biz/wp-content/uploads/2011/08/20110808_01-480x575.jpg" alt="テーマ機能" title="テーマ機能" width="480" height="575" class="aligncenter size-large wp-image-437" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-themes.biz/column/436.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.wp-themes.biz/column/436.html" />
	</item>
		<item>
		<title>テンプレートタグとは</title>
		<link>http://www.wp-themes.biz/column/434.html</link>
		<comments>http://www.wp-themes.biz/column/434.html#comments</comments>
		<pubDate>Tue, 02 Aug 2011 01:35:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[コラム]]></category>

		<guid isPermaLink="false">http://www.wp-themes.biz/?p=434</guid>
		<description><![CDATA[WordPressはPHPで作られています。その内部では様々な関数が定義されてい...]]></description>
			<content:encoded><![CDATA[<p>WordPressはPHPで作られています。その内部では様々な関数が定義されていますが、その中で主にテンプレートの中で使う関数のことをテンプレートタグといいます。<br />
テンプレートタグは前後を<?php、?>で囲いPHPの形で記述します。<br />
ほとんどのテンプレートタグが、処理結果を実際のページに出力するようになっています。</p>
<table>
<caption>主なテンプレートタグ一覧</caption>
<thead>
<tr>
<td>テンプレートタグ名</td>
<td>出力される内容</td>
</tr>
</thead>
<tr>
<th>bloginfo</th>
<td>ブログの各種情報</td>
</tr>
<tr>
<th>get_header</th>
<td>ヘッダーテンプレートを組み込む</td>
</tr>
<tr>
<th>get_footer</th>
<td>フッターテンプレートを組み込む</td>
</tr>
<tr>
<th>get_sidebar</th>
<td>サイドバーテンプレートを組み込む</td>
</tr>
<tr>
<th>the_title</th>
<td>投稿のタイトル</td>
</tr>
<tr>
<th>the_content</th>
<td>投稿の内容</td>
</tr>
<tr>
<th>the_time</th>
<td>投稿の日時</td>
</tr>
<tr>
<th>the_permalink</th>
<td>投稿のアドレス</td>
</tr>
<tr>
<th>the_category</th>
<td>投稿が属するカテゴリー</td>
</tr>
<tr>
<th>the_author</th>
<td>投稿を書いたユーザーの名前</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-themes.biz/column/434.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.wp-themes.biz/column/434.html" />
	</item>
		<item>
		<title>WordPress（ワードプレス）とは</title>
		<link>http://www.wp-themes.biz/column/56.html</link>
		<comments>http://www.wp-themes.biz/column/56.html#comments</comments>
		<pubDate>Fri, 22 Jul 2011 08:20:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[コラム]]></category>

		<guid isPermaLink="false">http://www.wp-themes.biz/?p=56</guid>
		<description><![CDATA[WordPress（ワードプレス）とはデータベース管理システムにMySQLを利用...]]></description>
			<content:encoded><![CDATA[<p>WordPress（ワードプレス）とはデータベース管理システムにMySQLを利用し、PHPで書かれたオープンソースのブログソフトウェアのことです。</p>
<p>オープンソースなので無料で使用することができます。（※但しサイトを運用する為の、レンタルサーバなどの管理費用は別途必要です。）</p>
<p>ワードプレスを導入することで、サイトをブログのような感覚で更新したり、ページの追加をしたりできる為、初心者の方でもワードやエクセルを編集するような感覚で、非常に簡単に使用することができます。 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-themes.biz/column/56.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.wp-themes.biz/column/56.html" />
	</item>
	</channel>
</rss>

