<?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>既存のテーマを利用したショップの作り方　その1 へのコメント</title>
	<atom:link href="http://www.welcart.com/community/archives/714/feed" rel="self" type="application/rss+xml" />
	<link>http://www.welcart.com/community/archives/714</link>
	<description>Welcart に関する情報を交換しましょう</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:46:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Welcart導入記 その1：参考情報まとめ &#124; 作業メモ より</title>
		<link>http://www.welcart.com/community/archives/714/comment-page-1#comment-1166</link>
		<dc:creator>Welcart導入記 その1：参考情報まとめ &#124; 作業メモ</dc:creator>
		<pubDate>Thu, 21 Oct 2010 17:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.usconsort.com/community/?p=714#comment-1166</guid>
		<description>[...] 既存のテーマを利用したショップの作り方　その1（ループに商品を含ませない） サラっサラのWordpressにWelcartいれた場合はデフォルトでカテゴリーは3とか、それを表示させたりソートす [...]</description>
		<content:encoded><![CDATA[<p>[...] 既存のテーマを利用したショップの作り方　その1（ループに商品を含ませない） サラっサラのWordpressにWelcartいれた場合はデフォルトでカテゴリーは3とか、それを表示させたりソートす [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>nanbu より</title>
		<link>http://www.welcart.com/community/archives/714/comment-page-1#comment-905</link>
		<dc:creator>nanbu</dc:creator>
		<pubDate>Tue, 29 Jun 2010 19:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.usconsort.com/community/?p=714#comment-905</guid>
		<description>こんにちは。
ソースやコードを記述する場合はバックティックで挟みます。
現在の記事へのコメントなのでここでも構わないのですが、「開発フォーラム」でご質問いただけると助かります。</description>
		<content:encoded><![CDATA[<p>こんにちは。<br />
ソースやコードを記述する場合はバックティックで挟みます。<br />
現在の記事へのコメントなのでここでも構わないのですが、「開発フォーラム」でご質問いただけると助かります。</p>
]]></content:encoded>
	</item>
	<item>
		<title>コウジ より</title>
		<link>http://www.welcart.com/community/archives/714/comment-page-1#comment-903</link>
		<dc:creator>コウジ</dc:creator>
		<pubDate>Tue, 29 Jun 2010 05:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.usconsort.com/community/?p=714#comment-903</guid>
		<description>調べてコメント行で表示されるかと思い2回投稿させて頂きました。
しかしPHPを掲載することができません。大変申し訳ありません。</description>
		<content:encoded><![CDATA[<p>調べてコメント行で表示されるかと思い2回投稿させて頂きました。<br />
しかしPHPを掲載することができません。大変申し訳ありません。</p>
]]></content:encoded>
	</item>
	<item>
		<title>コウジ より</title>
		<link>http://www.welcart.com/community/archives/714/comment-page-1#comment-902</link>
		<dc:creator>コウジ</dc:creator>
		<pubDate>Tue, 29 Jun 2010 05:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.usconsort.com/community/?p=714#comment-902</guid>
		<description>2重投稿申し訳ありません。

既存のテーマを利用したショップの作り(その１)を参考に基本設定と配送設定を終わらせて、商品を2つ登録して公開しました。その直後は、当然最新記事なのでトップページ最初に表示されました。

現在、Carringtonというテーマをダウンロードして運用してます。
http://wordpress.org/extend/themes/carrington-blog

こちらのindex.phpには以下の記述がありません。
/*

*/
なので、文字検索で探したところ、attachment-default.phpに以下の記述がありました。
/*

*/
近いものでしたので、その直後に以下を書き加えて、上書き保存させてもらいました。
(商品カテゴリーは46)
/*

*/
しかしブログを更新しても相変わらずトップ画面に商品が表示され続けています。
大変お手数なのですが、解決策をご教授ねがえればと思います。
どうぞ宜しくお願い致します。

【以下attachment-default.phpより抜粋させて頂きました】
/*






	&lt;a class=&quot;wrapper&quot; href=&quot;post_parent); ?&gt;&quot; rev=&quot;up post&quot;&gt;&#8592; post_parent)); ?&gt;&lt;/a&gt;



	
		&lt;a title=&quot;&quot; href=&quot;ID); ?&gt;&quot;&gt;ID, &#039;large&#039; ); ?&gt;&lt;/a&gt;
	
 	
		
			
			post_excerpt) ) the_excerpt(); // this is the &quot;caption&quot; ?&gt;
		
		
			
		
	
*/</description>
		<content:encoded><![CDATA[<p>2重投稿申し訳ありません。</p>
<p>既存のテーマを利用したショップの作り(その１)を参考に基本設定と配送設定を終わらせて、商品を2つ登録して公開しました。その直後は、当然最新記事なのでトップページ最初に表示されました。</p>
<p>現在、Carringtonというテーマをダウンロードして運用してます。<br />
<a href="http://wordpress.org/extend/themes/carrington-blog" rel="nofollow">http://wordpress.org/extend/themes/carrington-blog</a></p>
<p>こちらのindex.phpには以下の記述がありません。<br />
/*</p>
<p>*/<br />
なので、文字検索で探したところ、attachment-default.phpに以下の記述がありました。<br />
/*</p>
<p>*/<br />
近いものでしたので、その直後に以下を書き加えて、上書き保存させてもらいました。<br />
(商品カテゴリーは46)<br />
/*</p>
<p>*/<br />
しかしブログを更新しても相変わらずトップ画面に商品が表示され続けています。<br />
大変お手数なのですが、解決策をご教授ねがえればと思います。<br />
どうぞ宜しくお願い致します。</p>
<p>【以下attachment-default.phpより抜粋させて頂きました】<br />
/*</p>
<p>	&lt;a class=&quot;wrapper&quot; href=&quot;post_parent); ?&gt;&#8221; rev=&#8221;up post&#8221;&gt;&larr; post_parent)); ?&gt;</p>
<p>		&lt;a title=&quot;&#8221; href=&#8221;ID); ?&gt;&#8221;&gt;ID, &#8216;large&#8217; ); ?&gt;</p>
<p>			post_excerpt) ) the_excerpt(); // this is the &#8220;caption&#8221; ?&gt;</p>
<p>*/</p>
]]></content:encoded>
	</item>
	<item>
		<title>コウジ より</title>
		<link>http://www.welcart.com/community/archives/714/comment-page-1#comment-901</link>
		<dc:creator>コウジ</dc:creator>
		<pubDate>Tue, 29 Jun 2010 04:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.usconsort.com/community/?p=714#comment-901</guid>
		<description>既存のテーマを利用したショップの作り(その１)を参考に基本設定と配送設定を終わらせて、商品を2つ登録して公開しました。その直後は最新記事なので当然トップページ部分に表示されました。

現在、Carringtonというテーマをダウンロードして運用してます。
http://wordpress.org/extend/themes/carrington-blog

こちらのindex.phpには以下の記述がありませんでした。


なので、文字検索で探したところ、attachment-default.phpに以下の記述がありました。


近いものでしたので、その直後に以下を書き加えて、上書き保存させてもらいました。
(商品カテゴリーは46)


しかしブログを更新しても相変わらずトップ画面に商品が表示され続けています。
大変お手数なのですが、解決策をご教授願えればと思います。
お忙しいとは思いますが、どうぞ宜しくお願い致します。

【以下attachment-default.phpより近辺を抜粋させて頂きました】







	&lt;a class=&quot;wrapper&quot; href=&quot;post_parent); ?&gt;&quot; rev=&quot;up post&quot;&gt;&#8592; post_parent)); ?&gt;&lt;/a&gt;



	
		&lt;a title=&quot;&quot; href=&quot;ID); ?&gt;&quot;&gt;ID, &#039;large&#039; ); ?&gt;&lt;/a&gt;
	
 	
		
			
			post_excerpt) ) the_excerpt(); // this is the &quot;caption&quot; ?&gt;
		
		
			
		
	</description>
		<content:encoded><![CDATA[<p>既存のテーマを利用したショップの作り(その１)を参考に基本設定と配送設定を終わらせて、商品を2つ登録して公開しました。その直後は最新記事なので当然トップページ部分に表示されました。</p>
<p>現在、Carringtonというテーマをダウンロードして運用してます。<br />
<a href="http://wordpress.org/extend/themes/carrington-blog" rel="nofollow">http://wordpress.org/extend/themes/carrington-blog</a></p>
<p>こちらのindex.phpには以下の記述がありませんでした。</p>
<p>なので、文字検索で探したところ、attachment-default.phpに以下の記述がありました。</p>
<p>近いものでしたので、その直後に以下を書き加えて、上書き保存させてもらいました。<br />
(商品カテゴリーは46)</p>
<p>しかしブログを更新しても相変わらずトップ画面に商品が表示され続けています。<br />
大変お手数なのですが、解決策をご教授願えればと思います。<br />
お忙しいとは思いますが、どうぞ宜しくお願い致します。</p>
<p>【以下attachment-default.phpより近辺を抜粋させて頂きました】</p>
<p>	&lt;a class=&quot;wrapper&quot; href=&quot;post_parent); ?&gt;&#8221; rev=&#8221;up post&#8221;&gt;&larr; post_parent)); ?&gt;</p>
<p>		&lt;a title=&quot;&#8221; href=&#8221;ID); ?&gt;&#8221;&gt;ID, &#8216;large&#8217; ); ?&gt;</p>
<p>			post_excerpt) ) the_excerpt(); // this is the &#8220;caption&#8221; ?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>芳川昌之 より</title>
		<link>http://www.welcart.com/community/archives/714/comment-page-1#comment-889</link>
		<dc:creator>芳川昌之</dc:creator>
		<pubDate>Wed, 23 Jun 2010 06:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.usconsort.com/community/?p=714#comment-889</guid>
		<description>すいません、PHPコードが読み取られちゃったみたいですので、記したのは


php query_posts(“cat=-3″); 

↓

php query_posts(&#039;cat=-3&#039;); 


です。




&lt;blockquote cite=&quot;#commentbody-888&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-888&quot; rel=&quot;nofollow&quot;&gt;芳川昌之&lt;/a&gt; :&lt;/strong&gt;
こんにちは
ここですが
↓
ではないでしょうか？
上のPHP文だとエラーにでしたが、下のにしたらうまくいきましたので。
環境によるのかもしれませんが。
ちなみに私はPHPはほとんどわかってません。。。
&lt;/blockquote&gt;

&lt;a href=&quot;#comment-888&quot; rel=&quot;nofollow&quot;&gt;@芳川昌之 &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>すいません、PHPコードが読み取られちゃったみたいですので、記したのは</p>
<p>php query_posts(“cat=-3″); </p>
<p>↓</p>
<p>php query_posts(&#8216;cat=-3&#8242;); </p>
<p>です。</p>
<blockquote cite="#commentbody-888"><p>
<strong><a href="#comment-888" rel="nofollow">芳川昌之</a> :</strong><br />
こんにちは<br />
ここですが<br />
↓<br />
ではないでしょうか？<br />
上のPHP文だとエラーにでしたが、下のにしたらうまくいきましたので。<br />
環境によるのかもしれませんが。<br />
ちなみに私はPHPはほとんどわかってません。。。
</p></blockquote>
<p><a href="#comment-888" rel="nofollow">@芳川昌之 </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>芳川昌之 より</title>
		<link>http://www.welcart.com/community/archives/714/comment-page-1#comment-888</link>
		<dc:creator>芳川昌之</dc:creator>
		<pubDate>Wed, 23 Jun 2010 06:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.usconsort.com/community/?p=714#comment-888</guid>
		<description>こんにちは

ここですが

↓


ではないでしょうか？

上のPHP文だとエラーにでしたが、下のにしたらうまくいきましたので。

環境によるのかもしれませんが。


ちなみに私はPHPはほとんどわかってません。。。</description>
		<content:encoded><![CDATA[<p>こんにちは</p>
<p>ここですが</p>
<p>↓</p>
<p>ではないでしょうか？</p>
<p>上のPHP文だとエラーにでしたが、下のにしたらうまくいきましたので。</p>
<p>環境によるのかもしれませんが。</p>
<p>ちなみに私はPHPはほとんどわかってません。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>ループに商品を含ませない &#124; 茨城地酒・日本酒販売?菊池酒店WP版 より</title>
		<link>http://www.welcart.com/community/archives/714/comment-page-1#comment-794</link>
		<dc:creator>ループに商品を含ませない &#124; 茨城地酒・日本酒販売?菊池酒店WP版</dc:creator>
		<pubDate>Sun, 09 May 2010 05:27:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.usconsort.com/community/?p=714#comment-794</guid>
		<description>[...] welcart コミュニティーの「既存のテーマを利用したショップの作り方　その1」 を参考に【1. ループに商品を含ませない】を試みたのですが上手く表示されませんでした。 [...]</description>
		<content:encoded><![CDATA[<p>[...] welcart コミュニティーの「既存のテーマを利用したショップの作り方　その1」 を参考に【1. ループに商品を含ませない】を試みたのですが上手く表示されませんでした。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>準備 - 身延の風WelCartテスト より</title>
		<link>http://www.welcart.com/community/archives/714/comment-page-1#comment-475</link>
		<dc:creator>準備 - 身延の風WelCartテスト</dc:creator>
		<pubDate>Thu, 04 Mar 2010 08:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.usconsort.com/community/?p=714#comment-475</guid>
		<description>[...] 「既存のテーマを利用したショップの作り方　その1」1. ループに商品を含ませないを参考にquery_posts() というテンプレートタグを使いループの絞込みや並び替えを行います。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 「既存のテーマを利用したショップの作り方　その1」1. ループに商品を含ませないを参考にquery_posts() というテンプレートタグを使いループの絞込みや並び替えを行います。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>WordPressにWelcart（ショッピングカートプラグイン）を入れてみた（２） &#124; fusigineko blog / dejavu-i より</title>
		<link>http://www.welcart.com/community/archives/714/comment-page-1#comment-474</link>
		<dc:creator>WordPressにWelcart（ショッピングカートプラグイン）を入れてみた（２） &#124; fusigineko blog / dejavu-i</dc:creator>
		<pubDate>Sat, 27 Feb 2010 13:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.usconsort.com/community/?p=714#comment-474</guid>
		<description>[...] 既存のテーマを利用したショップの作り方　その1 既存のテーマを利用したショップの作り方　その2 [...]</description>
		<content:encoded><![CDATA[<p>[...] 既存のテーマを利用したショップの作り方　その1 既存のテーマを利用したショップの作り方　その2 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

