<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>検索フォームを設置する[WordPressテンプレート作成#8] へのコメント</title>
	<atom:link href="http://scianto.net/archives/2009/03/12195012.php/feed" rel="self" type="application/rss+xml" />
	<link>http://scianto.net/archives/2009/03/12195012.php</link>
	<description>趣味のウェブデザインと写真と管理人そうの日記</description>
	<lastBuildDate>Thu, 19 Jan 2012 07:33:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>ワードプレスで地域紹介サイト作りました。制作メモまとめ記事その１ &#124; WebDesigner&#039;smemo　ウェブデザインの基本をメモってみました より</title>
		<link>http://scianto.net/archives/2009/03/12195012.php#comment-1117</link>
		<dc:creator>ワードプレスで地域紹介サイト作りました。制作メモまとめ記事その１ &#124; WebDesigner&#039;smemo　ウェブデザインの基本をメモってみました</dc:creator>
		<pubDate>Tue, 08 Mar 2011 04:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://scianto.net/archives/2009/03/12195012.php#comment-1117</guid>
		<description>[...] プラグインはこちら ・ツイートボタン ・記事を星で評価 ・検索フォームの設置 [...]</description>
		<content:encoded><![CDATA[<p>[...] プラグインはこちら ・ツイートボタン ・記事を星で評価 ・検索フォームの設置 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>ＡＷＷＬ より</title>
		<link>http://scianto.net/archives/2009/03/12195012.php#comment-888</link>
		<dc:creator>ＡＷＷＬ</dc:creator>
		<pubDate>Thu, 16 Dec 2010 16:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://scianto.net/archives/2009/03/12195012.php#comment-888</guid>
		<description>ご丁寧にありがとうございます！
やってみます！ほんと感謝ですm(__)m</description>
		<content:encoded><![CDATA[<p>ご丁寧にありがとうございます！<br />
やってみます！ほんと感謝ですm(__)m</p>
]]></content:encoded>
	</item>
	<item>
		<title>paon より</title>
		<link>http://scianto.net/archives/2009/03/12195012.php#comment-882</link>
		<dc:creator>paon</dc:creator>
		<pubDate>Tue, 14 Dec 2010 12:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://scianto.net/archives/2009/03/12195012.php#comment-882</guid>
		<description>＞AWWLさん
コメントありがとうございます。

検索ページの記事を表示する部分のコードですが、実際に表示したい内容によってコードは
異なります。

シンプルに記事のタイトルと内容を表示するだけなら

&lt;?php if(have_posts()) : while(have_posts()) : the_post(); ?&gt;  &lt;h2&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;&lt;?php the_title();?&gt;&lt;/a&gt;&lt;/h2&gt;  &lt;?php the_content(); ?&gt;&lt;?php endwhile; ?&gt;&lt;?php else: ?&gt;  &lt;?php echo　&quot;記事が見つかりませんでした&quot;; ?&gt;&lt;?php endif; ?&gt;
となります。トップページやカテゴリーページに記事を表示するときも同じです。

このコードについてはドキュメントのほうも参考にしてください。

&lt;a href=&quot;http://wpdocs.sourceforge.jp/The_Loop&quot; title=&quot;The Loop - WordPress Codex 日本語版&quot; rel=&quot;nofollow&quot;&gt;The Loop - WordPress Codex 日本語版&lt;/a&gt;

あとは表示させたい内容にそってテンプレートタグを追加したり、HTMLタグを追加してください。

最新のWordPress3に含まれているTwentyTenテーマを参考にするのもいいと思います。

当ブログでもTwentyTenの一部を解説した記事を公開中です。よかったら参考にしてください。

&lt;a href=&quot;http://scianto.net/archives/2010/07/22195238.php&quot; title=&quot;ゼロから作るWP3テーマ vol.1 &#124; PAOLOG&quot; rel=&quot;nofollow&quot;&gt;ゼロから作るWP3テーマ vol.1 &#124; PAOLOG&lt;/a&gt;

&lt;a href=&quot;http://scianto.net/archives/2010/08/25215748.php&quot; title=&quot;loop.phpを見る [ゼロから作るWP3テーマ vol.2] &#124; PAOLOG&quot; rel=&quot;nofollow&quot;&gt;loop.phpを見る [ゼロから作るWP3テーマ vol.2] &#124; PAOLOG&lt;/a&gt;

&lt;a href=&quot;http://scianto.net/archives/2010/09/30220942.php&quot; title=&quot;header.phpを見る [ゼロから作るWP3テーマ vol.3] &#124; PAOLOG&quot; rel=&quot;nofollow&quot;&gt;header.phpを見る [ゼロから作るWP3テーマ vol.3] &#124; PAOLOG&lt;/a&gt;

&lt;a href=&quot;http://scianto.net/archives/2010/10/10143742.php&quot; title=&quot;sidebar.phpを見る [ゼロから作るWP3テーマ vol.4] &#124; PAOLOG&quot; rel=&quot;nofollow&quot;&gt;sidebar.phpを見る [ゼロから作るWP3テーマ vol.4] &#124; PAOLOG&lt;/a&gt;

&lt;a href=&quot;http://scianto.net/archives/2010/10/14221010.php&quot; title=&quot;sidebar-footer.phpを見る [ゼロから作るWP3テーマ vol.5] &#124; PAOLOG&quot; rel=&quot;nofollow&quot;&gt;sidebar-footer.phpを見る [ゼロから作るWP3テーマ vol.5] &#124; PAOLOG&lt;/a&gt;

それでは失礼します。</description>
		<content:encoded><![CDATA[<p>＞AWWLさん<br />
コメントありがとうございます。</p>
<p>検索ページの記事を表示する部分のコードですが、実際に表示したい内容によってコードは<br />
異なります。</p>
<p>シンプルに記事のタイトルと内容を表示するだけなら</p>
<p>&lt;?php if(have_posts()) : while(have_posts()) : the_post(); ?&gt;  &lt;h2&gt;&lt;a href=&#8221;&lt;?php the_permalink(); ?&gt;&#8221;&gt;&lt;?php the_title();?&gt;&lt;/a&gt;&lt;/h2&gt;  &lt;?php the_content(); ?&gt;&lt;?php endwhile; ?&gt;&lt;?php else: ?&gt;  &lt;?php echo　&#8221;記事が見つかりませんでした&#8221;; ?&gt;&lt;?php endif; ?&gt;<br />
となります。トップページやカテゴリーページに記事を表示するときも同じです。</p>
<p>このコードについてはドキュメントのほうも参考にしてください。</p>
<p><a href="http://wpdocs.sourceforge.jp/The_Loop" title="The Loop - WordPress Codex 日本語版" rel="nofollow">The Loop &#8211; WordPress Codex 日本語版</a></p>
<p>あとは表示させたい内容にそってテンプレートタグを追加したり、HTMLタグを追加してください。</p>
<p>最新のWordPress3に含まれているTwentyTenテーマを参考にするのもいいと思います。</p>
<p>当ブログでもTwentyTenの一部を解説した記事を公開中です。よかったら参考にしてください。</p>
<p><a href="http://scianto.net/archives/2010/07/22195238.php" title="ゼロから作るWP3テーマ vol.1 | PAOLOG" rel="nofollow">ゼロから作るWP3テーマ vol.1 | PAOLOG</a></p>
<p><a href="http://scianto.net/archives/2010/08/25215748.php" title="loop.phpを見る [ゼロから作るWP3テーマ vol.2] | PAOLOG" rel="nofollow">loop.phpを見る [ゼロから作るWP3テーマ vol.2] | PAOLOG</a></p>
<p><a href="http://scianto.net/archives/2010/09/30220942.php" title="header.phpを見る [ゼロから作るWP3テーマ vol.3] | PAOLOG" rel="nofollow">header.phpを見る [ゼロから作るWP3テーマ vol.3] | PAOLOG</a></p>
<p><a href="http://scianto.net/archives/2010/10/10143742.php" title="sidebar.phpを見る [ゼロから作るWP3テーマ vol.4] | PAOLOG" rel="nofollow">sidebar.phpを見る [ゼロから作るWP3テーマ vol.4] | PAOLOG</a></p>
<p><a href="http://scianto.net/archives/2010/10/14221010.php" title="sidebar-footer.phpを見る [ゼロから作るWP3テーマ vol.5] | PAOLOG" rel="nofollow">sidebar-footer.phpを見る [ゼロから作るWP3テーマ vol.5] | PAOLOG</a></p>
<p>それでは失礼します。</p>
]]></content:encoded>
	</item>
	<item>
		<title>AWWL より</title>
		<link>http://scianto.net/archives/2009/03/12195012.php#comment-878</link>
		<dc:creator>AWWL</dc:creator>
		<pubDate>Mon, 13 Dec 2010 09:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://scianto.net/archives/2009/03/12195012.php#comment-878</guid>
		<description>参考にさせていただいています！
こちらの記事のsearch.phpの
記事を表示するためのコード～
をどう記述したらよいのかわかりません、
素人すぎて申し訳ございませんが、
教えていただけたら幸いです、
宜しくお願い致します。</description>
		<content:encoded><![CDATA[<p>参考にさせていただいています！<br />
こちらの記事のsearch.phpの<br />
記事を表示するためのコード～<br />
をどう記述したらよいのかわかりません、<br />
素人すぎて申し訳ございませんが、<br />
教えていただけたら幸いです、<br />
宜しくお願い致します。</p>
]]></content:encoded>
	</item>
	<item>
		<title>明日のあたし より</title>
		<link>http://scianto.net/archives/2009/03/12195012.php#comment-660</link>
		<dc:creator>明日のあたし</dc:creator>
		<pubDate>Tue, 15 Jun 2010 08:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://scianto.net/archives/2009/03/12195012.php#comment-660</guid>
		<description>&lt;strong&gt;一週間もたなかったか…&lt;/strong&gt;

０時をまわってから気づきましたが、昨日は記事を書いていませんでしたね。記事を書きかけたままで、すっかり忘れていましたｗ 三日坊主な私には結構続いた方かと思います＾＾； 昨...</description>
		<content:encoded><![CDATA[<p><strong>一週間もたなかったか…</strong></p>
<p>０時をまわってから気づきましたが、昨日は記事を書いていませんでしたね。記事を書きかけたままで、すっかり忘れていましたｗ 三日坊主な私には結構続いた方かと思います＾＾； 昨&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>《Wp》検索フォームカスタマイズ &#171; BrainEgg より</title>
		<link>http://scianto.net/archives/2009/03/12195012.php#comment-636</link>
		<dc:creator>《Wp》検索フォームカスタマイズ &#171; BrainEgg</dc:creator>
		<pubDate>Mon, 25 Jan 2010 03:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://scianto.net/archives/2009/03/12195012.php#comment-636</guid>
		<description>[...] 参考：検索フォームを設置する  [...]</description>
		<content:encoded><![CDATA[<p>[...] 参考：検索フォームを設置する  [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

