<?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/"
	>

<channel>
	<title>WordPress Template b/無料のWordPressテーマ</title>
	<atom:link href="http://wordpress-template.b-cures.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress-template.b-cures.net</link>
	<description>イラストレーターと、WEBデザイナーが作る、綺麗、可愛い、クール、シンプル、幅広いジャンルを取りそろえたWordPressテンプレート(WordPress Theme テーマ)の無料素材集</description>
	<lastBuildDate>Mon, 25 Oct 2010 19:55:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Template b の Twitter</title>
		<link>http://wordpress-template.b-cures.net/2010/10/wordpress-template-b-%e3%81%ae-twitter/</link>
		<comments>http://wordpress-template.b-cures.net/2010/10/wordpress-template-b-%e3%81%ae-twitter/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 19:55:55 +0000</pubDate>
		<dc:creator>WPb</dc:creator>
				<category><![CDATA[お知らせ]]></category>

		<guid isPermaLink="false">http://wordpress-template.b-cures.net/?p=404</guid>
		<description><![CDATA[b-cures.グループで、1つのTwitterアカウントを所有しており、
http://twitter.com/bcures
のアカウントにて、各サイトの更新情報などを掲載しています。
誰でも自由に閲覧できます。
Wo [...]]]></description>
			<content:encoded><![CDATA[<p>b-cures.グループで、1つのTwitterアカウントを所有しており、</p>
<p><a href="http://twitter.com/bcures" target="_blank">http://twitter.com/bcures</a></p>
<p>のアカウントにて、各サイトの更新情報などを掲載しています。</p>
<p>誰でも自由に閲覧できます。</p>
<p>WordPressが大好きな方！</p>
<p>フリー素材を配布する素材屋さん！</p>
<p>リア友！</p>
<p>どんな方でも、フォロー受け付けています♪</p>
<p>同じ趣味を持つ、WordPressのコアユーザーさんと、もっと、交流を深めていきたいなと考えています。</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-template.b-cures.net/2010/10/wordpress-template-b-%e3%81%ae-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Template bからのお知らせページ追加</title>
		<link>http://wordpress-template.b-cures.net/2010/10/wordpress-template-b%e3%81%8b%e3%82%89%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b%e3%83%9a%e3%83%bc%e3%82%b8%e8%bf%bd%e5%8a%a0/</link>
		<comments>http://wordpress-template.b-cures.net/2010/10/wordpress-template-b%e3%81%8b%e3%82%89%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b%e3%83%9a%e3%83%bc%e3%82%b8%e8%bf%bd%e5%8a%a0/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 19:50:13 +0000</pubDate>
		<dc:creator>WPb</dc:creator>
				<category><![CDATA[お知らせ]]></category>

		<guid isPermaLink="false">http://wordpress-template.b-cures.net/?p=401</guid>
		<description><![CDATA[WordPress Template bからのお知らせ専用カテゴリーを追加しました。
WordPressのバージョンも、現在、3.0.1が最新となっており、2.9verから、Twenty Tenという新しいデフォルトのテ [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress Template bからのお知らせ専用カテゴリーを追加しました。</p>
<p>WordPressのバージョンも、現在、3.0.1が最新となっており、2.9verから、Twenty Tenという新しいデフォルトのテーマも登場しました。</p>
<p>新しく更新されたTwenty Tenのテーマの中には、</p>
<p>get_template_part( &#8216;loop&#8217;, &#8216;index&#8217; );</p>
<p>get_template_part( &#8216;loop&#8217;, &#8216;archive&#8217; );</p>
<p>get_template_part( &#8216;loop&#8217;, &#8216;tag&#8217; );</p>
<p>get_template_part( &#8216;loop&#8217;, &#8216;category&#8217; );</p>
<p>get_template_part( &#8216;loop&#8217;, &#8216;author&#8217; );</p>
<p>get_template_part( &#8216;loop&#8217;, &#8217;search&#8217; );</p>
<p>などの新しいテンプレートタグなるものも登場しています。</p>
<p>使い方は、</p>
<p>&lt;?php get_template_part( $slug, $name ) ?&gt;</p>
<p>こんな感じです。</p>
<p>ヘッダー、サイドバー、フッター、以外のテンプレートパーツをテンプレートに読み込むものです。<br />
子テーマで多重定義して簡単にアクションを再利用できるとのこと。<br />
テーマのその名前のテンプレートパーツをインクルードして、nameを指定した場合は、特定の部分をインクルードします。<br />
{slug}.phpファイルが無い場合は、インクルードしません。</p>
<p>パラメータに関しては、&#8221;{slug}-{name}.php&#8221; を呼び出します。</p>
<p><a href="http://wpdocs.sourceforge.jp/%E9%96%A2%E6%95%B0%E3%83%AA%E3%83%95%E3%82%A1%E3%83%AC%E3%83%B3%E3%82%B9/get_template_part" target="_self">関数リファレンス/get template part</a>　参照</p>
<p>これができるようになったことで、WordPressのバージョンアップの際に、テーマファイルが上書きされて作り直し～みたいなトラブルをほぼ回避できるようになりました。</p>
<p>get_template_part( &#8216;loop&#8217;, &#8216;index&#8217; ); としている部分では、通常loop.phpが呼び出されますが、loop-index.phpを新たに作ることによって、WordPressのバージョンアップをする際、loop.phpは上書きされても、loop-index.phpは残るので、上書きされないのです。</p>
<p>今まで、各テンプレートファイルに直接書き込んでいた</p>
<p>&lt;?php include (TEMPLATEPATH . &#8216;/main.php&#8217;); ?&gt;</p>
<p>のような記述だと、どうしても、次回のWordPressのバージョンアップの際、テーマファイル群をいったんバックアップして、また再度アップロードをするという手間がかかってしまっていました。</p>
<p>今回の新しいテンプレートタグの登場によって、WordPressの利便性、カスタマイズのやりやすさを再度痛感しました。</p>
<p>現在、WordPress Template bでは、まだ古いバージョンのテンプレートしか置いておりませんが、メンバーで力を合わせて新しい作品を随時更新してまいります！</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-template.b-cures.net/2010/10/wordpress-template-b%e3%81%8b%e3%82%89%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b%e3%83%9a%e3%83%bc%e3%82%b8%e8%bf%bd%e5%8a%a0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2カラム天然石ブルー</title>
		<link>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e5%a4%a9%e7%84%b6%e7%9f%b3%e3%83%96%e3%83%ab%e3%83%bc/</link>
		<comments>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e5%a4%a9%e7%84%b6%e7%9f%b3%e3%83%96%e3%83%ab%e3%83%bc/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 10:28:02 +0000</pubDate>
		<dc:creator>WPb</dc:creator>
				<category><![CDATA[2カラム]]></category>
		<category><![CDATA[WordPressテンプレート(Theme)のダウンロード]]></category>
		<category><![CDATA[クール]]></category>
		<category><![CDATA[シンプル]]></category>
		<category><![CDATA[左サイドバー]]></category>
		<category><![CDATA[白背景]]></category>
		<category><![CDATA[綺麗]]></category>
		<category><![CDATA[2cols]]></category>
		<category><![CDATA[stonejuwely]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[天然石]]></category>

		<guid isPermaLink="false">http://wordpress-template.b-cures.net/?p=399</guid>
		<description><![CDATA[

 

特徴 : 天然石がヘッダーを飾る綺麗でパープルが基調のシンプルな作りのWordPressテンプレートです。
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 紫
必要なプラグイン : 
備考 : [...]]]></description>
			<content:encoded><![CDATA[<div class="template">
<dl>
<dt> <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_stone_pur" target="_blank"><img src="http://mozshot.nemui.org/shot/large?http://wordpress.b-cures.net/index.php?wptheme=2col_stone_pur" width="256" height="256" /></a></dt>
<dd>
<p>特徴 : 天然石がヘッダーを飾る綺麗でパープルが基調のシンプルな作りのWordPressテンプレートです。<br />
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 紫</p>
<p>必要なプラグイン : </p>
<p>備考 : Nice Trailingslashitプラグインを使用する場合header.phpのメニューバーの各URLの末尾に/(スラッシュ)を書きくわえてください。</p>
<p>ご利用規約 : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/freetemplate/readme.pdf" target="_blank">readme.pdf</a></p>
<p>プレビュー : <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_stone_pur" target="_blank">サンプルページプレビュー</a></p>
<p>ダウンロード : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/2010/07/2col_stone_pur.zip">テンプレートご利用規約に同意の上でダウンロードする</a></p>
</dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e5%a4%a9%e7%84%b6%e7%9f%b3%e3%83%96%e3%83%ab%e3%83%bc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2カラム天然石グリーン</title>
		<link>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e5%a4%a9%e7%84%b6%e7%9f%b3%e3%82%b0%e3%83%aa%e3%83%bc%e3%83%b3/</link>
		<comments>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e5%a4%a9%e7%84%b6%e7%9f%b3%e3%82%b0%e3%83%aa%e3%83%bc%e3%83%b3/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 10:26:59 +0000</pubDate>
		<dc:creator>WPb</dc:creator>
				<category><![CDATA[2カラム]]></category>
		<category><![CDATA[WordPressテンプレート(Theme)のダウンロード]]></category>
		<category><![CDATA[クール]]></category>
		<category><![CDATA[シンプル]]></category>
		<category><![CDATA[左サイドバー]]></category>
		<category><![CDATA[白背景]]></category>
		<category><![CDATA[綺麗]]></category>
		<category><![CDATA[2cols]]></category>
		<category><![CDATA[stonejuwely]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[天然石]]></category>

		<guid isPermaLink="false">http://wordpress-template.b-cures.net/?p=397</guid>
		<description><![CDATA[

 

特徴 : 天然石がヘッダーを飾る綺麗でグリーンが基調のシンプルな作りのWordPressテンプレートです。
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 緑
必要なプラグイン : 
備考 : [...]]]></description>
			<content:encoded><![CDATA[<div class="template">
<dl>
<dt> <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_stone_gr" target="_blank"><img src="http://mozshot.nemui.org/shot/large?http://wordpress.b-cures.net/index.php?wptheme=2col_stone_gr" width="256" height="256" /></a></dt>
<dd>
<p>特徴 : 天然石がヘッダーを飾る綺麗でグリーンが基調のシンプルな作りのWordPressテンプレートです。<br />
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 緑</p>
<p>必要なプラグイン : </p>
<p>備考 : Nice Trailingslashitプラグインを使用する場合header.phpのメニューバーの各URLの末尾に/(スラッシュ)を書きくわえてください。</p>
<p>ご利用規約 : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/freetemplate/readme.pdf" target="_blank">readme.pdf</a></p>
<p>プレビュー : <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_stone_gr" target="_blank">サンプルページプレビュー</a></p>
<p>ダウンロード : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/2010/07/2col_stone_gr.zip">テンプレートご利用規約に同意の上でダウンロードする</a></p>
</dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e5%a4%a9%e7%84%b6%e7%9f%b3%e3%82%b0%e3%83%aa%e3%83%bc%e3%83%b3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2カラム天然石ブラウン</title>
		<link>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e5%a4%a9%e7%84%b6%e7%9f%b3%e3%83%96%e3%83%a9%e3%82%a6%e3%83%b3/</link>
		<comments>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e5%a4%a9%e7%84%b6%e7%9f%b3%e3%83%96%e3%83%a9%e3%82%a6%e3%83%b3/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 10:26:03 +0000</pubDate>
		<dc:creator>WPb</dc:creator>
				<category><![CDATA[2カラム]]></category>
		<category><![CDATA[WordPressテンプレート(Theme)のダウンロード]]></category>
		<category><![CDATA[クール]]></category>
		<category><![CDATA[シンプル]]></category>
		<category><![CDATA[左サイドバー]]></category>
		<category><![CDATA[白背景]]></category>
		<category><![CDATA[綺麗]]></category>
		<category><![CDATA[2cols]]></category>
		<category><![CDATA[stonejuwely]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[天然石]]></category>

		<guid isPermaLink="false">http://wordpress-template.b-cures.net/?p=395</guid>
		<description><![CDATA[

 

特徴 : 天然石がヘッダーを飾る綺麗でブラウンが基調のシンプルな作りのWordPressテンプレートです。
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 茶
必要なプラグイン : 
備考 : [...]]]></description>
			<content:encoded><![CDATA[<div class="template">
<dl>
<dt> <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_stone_bw" target="_blank"><img src="http://mozshot.nemui.org/shot/large?http://wordpress.b-cures.net/index.php?wptheme=2col_stone_bw" width="256" height="256" /></a></dt>
<dd>
<p>特徴 : 天然石がヘッダーを飾る綺麗でブラウンが基調のシンプルな作りのWordPressテンプレートです。<br />
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 茶</p>
<p>必要なプラグイン : </p>
<p>備考 : Nice Trailingslashitプラグインを使用する場合header.phpのメニューバーの各URLの末尾に/(スラッシュ)を書きくわえてください。</p>
<p>ご利用規約 : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/freetemplate/readme.pdf" target="_blank">readme.pdf</a></p>
<p>プレビュー : <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_stone_bw" target="_blank">サンプルページプレビュー</a></p>
<p>ダウンロード : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/2010/07/2col_stone_bw.zip">テンプレートご利用規約に同意の上でダウンロードする</a></p>
</dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e5%a4%a9%e7%84%b6%e7%9f%b3%e3%83%96%e3%83%a9%e3%82%a6%e3%83%b3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2カラム雪だるまブルー02</title>
		<link>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e9%9b%aa%e3%81%a0%e3%82%8b%e3%81%be%e3%83%96%e3%83%ab%e3%83%bc02/</link>
		<comments>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e9%9b%aa%e3%81%a0%e3%82%8b%e3%81%be%e3%83%96%e3%83%ab%e3%83%bc02/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 10:25:01 +0000</pubDate>
		<dc:creator>WPb</dc:creator>
				<category><![CDATA[2カラム]]></category>
		<category><![CDATA[WordPressテンプレート(Theme)のダウンロード]]></category>
		<category><![CDATA[キュート]]></category>
		<category><![CDATA[シンプル]]></category>
		<category><![CDATA[左サイドバー]]></category>
		<category><![CDATA[白背景]]></category>
		<category><![CDATA[綺麗]]></category>
		<category><![CDATA[2cols]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[雪だるま]]></category>

		<guid isPermaLink="false">http://wordpress-template.b-cures.net/?p=393</guid>
		<description><![CDATA[

 

特徴 : 雪だるまがヘッダーを飾る綺麗でブルーが基調のシンプルな作りのWordPressテンプレートです。
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 青
必要なプラグイン : 
備考 : [...]]]></description>
			<content:encoded><![CDATA[<div class="template">
<dl>
<dt> <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_snowmans_blue" target="_blank"><img src="http://mozshot.nemui.org/shot/large?http://wordpress.b-cures.net/index.php?wptheme=2col_snowmans_blue" width="256" height="256" /></a></dt>
<dd>
<p>特徴 : 雪だるまがヘッダーを飾る綺麗でブルーが基調のシンプルな作りのWordPressテンプレートです。<br />
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 青</p>
<p>必要なプラグイン : </p>
<p>備考 : Nice Trailingslashitプラグインを使用する場合header.phpのメニューバーの各URLの末尾に/(スラッシュ)を書きくわえてください。</p>
<p>ご利用規約 : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/freetemplate/readme.pdf" target="_blank">readme.pdf</a></p>
<p>プレビュー : <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_snowmans_blue" target="_blank">サンプルページプレビュー</a></p>
<p>ダウンロード : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/2010/07/2col_snowmans_blue.zip">テンプレートご利用規約に同意の上でダウンロードする</a></p>
</dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e9%9b%aa%e3%81%a0%e3%82%8b%e3%81%be%e3%83%96%e3%83%ab%e3%83%bc02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2カラム雪だるまブルー</title>
		<link>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e9%9b%aa%e3%81%a0%e3%82%8b%e3%81%be%e3%83%96%e3%83%ab%e3%83%bc/</link>
		<comments>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e9%9b%aa%e3%81%a0%e3%82%8b%e3%81%be%e3%83%96%e3%83%ab%e3%83%bc/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 10:23:33 +0000</pubDate>
		<dc:creator>WPb</dc:creator>
				<category><![CDATA[2カラム]]></category>
		<category><![CDATA[WordPressテンプレート(Theme)のダウンロード]]></category>
		<category><![CDATA[キュート]]></category>
		<category><![CDATA[シンプル]]></category>
		<category><![CDATA[左サイドバー]]></category>
		<category><![CDATA[白背景]]></category>
		<category><![CDATA[綺麗]]></category>
		<category><![CDATA[2cols]]></category>
		<category><![CDATA[snowman]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[雪だるま]]></category>

		<guid isPermaLink="false">http://wordpress-template.b-cures.net/?p=391</guid>
		<description><![CDATA[

 

特徴 : 雪だるまの天使と悪魔がヘッダーを飾る綺麗でブルーが基調のシンプルな作りのWordPressテンプレートです。
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 青
必要なプラグイン : [...]]]></description>
			<content:encoded><![CDATA[<div class="template">
<dl>
<dt> <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_snowman_angel_blue" target="_blank"><img src="http://mozshot.nemui.org/shot/large?http://wordpress.b-cures.net/index.php?wptheme=2col_snowman_angel_blue" width="256" height="256" /></a></dt>
<dd>
<p>特徴 : 雪だるまの天使と悪魔がヘッダーを飾る綺麗でブルーが基調のシンプルな作りのWordPressテンプレートです。<br />
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 青</p>
<p>必要なプラグイン : </p>
<p>備考 : Nice Trailingslashitプラグインを使用する場合header.phpのメニューバーの各URLの末尾に/(スラッシュ)を書きくわえてください。</p>
<p>ご利用規約 : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/freetemplate/readme.pdf" target="_blank">readme.pdf</a></p>
<p>プレビュー : <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_snowman_angel_blue" target="_blank">サンプルページプレビュー</a></p>
<p>ダウンロード : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/2010/07/2col_snowman_angel_blue.zip">テンプレートご利用規約に同意の上でダウンロードする</a></p>
</dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e9%9b%aa%e3%81%a0%e3%82%8b%e3%81%be%e3%83%96%e3%83%ab%e3%83%bc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2カラムペガサスブルー</title>
		<link>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e3%83%9a%e3%82%ac%e3%82%b5%e3%82%b9%e3%83%96%e3%83%ab%e3%83%bc/</link>
		<comments>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e3%83%9a%e3%82%ac%e3%82%b5%e3%82%b9%e3%83%96%e3%83%ab%e3%83%bc/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 10:22:46 +0000</pubDate>
		<dc:creator>WPb</dc:creator>
				<category><![CDATA[2カラム]]></category>
		<category><![CDATA[WordPressテンプレート(Theme)のダウンロード]]></category>
		<category><![CDATA[クール]]></category>
		<category><![CDATA[シンプル]]></category>
		<category><![CDATA[左サイドバー]]></category>
		<category><![CDATA[白背景]]></category>
		<category><![CDATA[綺麗]]></category>
		<category><![CDATA[2cols]]></category>
		<category><![CDATA[pegasus]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ペガサス]]></category>

		<guid isPermaLink="false">http://wordpress-template.b-cures.net/?p=389</guid>
		<description><![CDATA[

 

特徴 : ペガサスがヘッダーを飾る綺麗でブルーが基調のシンプルな作りのWordPressテンプレートです。
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 青
必要なプラグイン : 
備考 : [...]]]></description>
			<content:encoded><![CDATA[<div class="template">
<dl>
<dt> <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_moon_pegasus_bl" target="_blank"><img src="http://mozshot.nemui.org/shot/large?http://wordpress.b-cures.net/index.php?wptheme=2col_moon_pegasus_bl" width="256" height="256" /></a></dt>
<dd>
<p>特徴 : ペガサスがヘッダーを飾る綺麗でブルーが基調のシンプルな作りのWordPressテンプレートです。<br />
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 青</p>
<p>必要なプラグイン : </p>
<p>備考 : Nice Trailingslashitプラグインを使用する場合header.phpのメニューバーの各URLの末尾に/(スラッシュ)を書きくわえてください。</p>
<p>ご利用規約 : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/freetemplate/readme.pdf" target="_blank">readme.pdf</a></p>
<p>プレビュー : <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_moon_pegasus_bl" target="_blank">サンプルページプレビュー</a></p>
<p>ダウンロード : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/2010/07/2col_moon_pegasus_bl.zip">テンプレートご利用規約に同意の上でダウンロードする</a></p>
</dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e3%83%9a%e3%82%ac%e3%82%b5%e3%82%b9%e3%83%96%e3%83%ab%e3%83%bc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2カラム月ブルー</title>
		<link>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e6%9c%88%e3%83%96%e3%83%ab%e3%83%bc/</link>
		<comments>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e6%9c%88%e3%83%96%e3%83%ab%e3%83%bc/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 10:21:46 +0000</pubDate>
		<dc:creator>WPb</dc:creator>
				<category><![CDATA[2カラム]]></category>
		<category><![CDATA[WordPressテンプレート(Theme)のダウンロード]]></category>
		<category><![CDATA[クール]]></category>
		<category><![CDATA[シンプル]]></category>
		<category><![CDATA[左サイドバー]]></category>
		<category><![CDATA[白背景]]></category>
		<category><![CDATA[綺麗]]></category>
		<category><![CDATA[2cols]]></category>
		<category><![CDATA[moon]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[月]]></category>

		<guid isPermaLink="false">http://wordpress-template.b-cures.net/?p=387</guid>
		<description><![CDATA[

 

特徴 : 月がヘッダーを飾る綺麗でブルーが基調のシンプルな作りのWordPressテンプレートです。
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 青
必要なプラグイン : 
備考 : Ni [...]]]></description>
			<content:encoded><![CDATA[<div class="template">
<dl>
<dt> <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_moon_bl" target="_blank"><img src="http://mozshot.nemui.org/shot/large?http://wordpress.b-cures.net/index.php?wptheme=2col_moon_bl" width="256" height="256" /></a></dt>
<dd>
<p>特徴 : 月がヘッダーを飾る綺麗でブルーが基調のシンプルな作りのWordPressテンプレートです。<br />
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 青</p>
<p>必要なプラグイン : </p>
<p>備考 : Nice Trailingslashitプラグインを使用する場合header.phpのメニューバーの各URLの末尾に/(スラッシュ)を書きくわえてください。</p>
<p>ご利用規約 : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/freetemplate/readme.pdf" target="_blank">readme.pdf</a></p>
<p>プレビュー : <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_moon_bl" target="_blank">サンプルページプレビュー</a></p>
<p>ダウンロード : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/2010/07/2col_moon_bl.zip">テンプレートご利用規約に同意の上でダウンロードする</a></p>
</dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e6%9c%88%e3%83%96%e3%83%ab%e3%83%bc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2カラム月とグラスダークブルー</title>
		<link>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e6%9c%88%e3%81%a8%e3%82%b0%e3%83%a9%e3%82%b9%e3%83%80%e3%83%bc%e3%82%af%e3%83%96%e3%83%ab%e3%83%bc/</link>
		<comments>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e6%9c%88%e3%81%a8%e3%82%b0%e3%83%a9%e3%82%b9%e3%83%80%e3%83%bc%e3%82%af%e3%83%96%e3%83%ab%e3%83%bc/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 10:20:49 +0000</pubDate>
		<dc:creator>WPb</dc:creator>
				<category><![CDATA[2カラム]]></category>
		<category><![CDATA[WordPressテンプレート(Theme)のダウンロード]]></category>
		<category><![CDATA[クール]]></category>
		<category><![CDATA[シンプル]]></category>
		<category><![CDATA[左サイドバー]]></category>
		<category><![CDATA[黒背景]]></category>
		<category><![CDATA[2cols]]></category>
		<category><![CDATA[glass]]></category>
		<category><![CDATA[moon]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[月]]></category>

		<guid isPermaLink="false">http://wordpress-template.b-cures.net/?p=385</guid>
		<description><![CDATA[

 

特徴 : グラスと月がヘッダーを飾る綺麗でダークブルーが基調のシンプルな作りのWordPressテンプレートです。
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 青 ,ダークブルー
必要なプ [...]]]></description>
			<content:encoded><![CDATA[<div class="template">
<dl>
<dt> <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_glass_moon_dbl" target="_blank"><img src="http://mozshot.nemui.org/shot/large?http://wordpress.b-cures.net/index.php?wptheme=2col_glass_moon_dbl" width="256" height="256" /></a></dt>
<dd>
<p>特徴 : グラスと月がヘッダーを飾る綺麗でダークブルーが基調のシンプルな作りのWordPressテンプレートです。<br />
  左サイドバー , 2カラム , ウィジェット対応 , 白 , 青 ,ダークブルー</p>
<p>必要なプラグイン : </p>
<p>備考 : Nice Trailingslashitプラグインを使用する場合header.phpのメニューバーの各URLの末尾に/(スラッシュ)を書きくわえてください。</p>
<p>ご利用規約 : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/freetemplate/readme.pdf" target="_blank">readme.pdf</a></p>
<p>プレビュー : <a href="http://wordpress.b-cures.net/index.php?wptheme=2col_glass_moon_dbl" target="_blank">サンプルページプレビュー</a></p>
<p>ダウンロード : <a href="http://wordpress-template.b-cures.net/wp-content/uploads/2010/07/2col_glass_moon_dbl.zip">テンプレートご利用規約に同意の上でダウンロードする</a></p>
</dd>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpress-template.b-cures.net/2010/07/2%e3%82%ab%e3%83%a9%e3%83%a0%e6%9c%88%e3%81%a8%e3%82%b0%e3%83%a9%e3%82%b9%e3%83%80%e3%83%bc%e3%82%af%e3%83%96%e3%83%ab%e3%83%bc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

