<?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で企業ウェブサイト作成・商用ホームページ制作 WordPress Go Go へのコメント</title>
	<atom:link href="http://wpgogo.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgogo.com</link>
	<description>WordPressを利用して、ブログではなくCMSとして企業サイト・企業ウェブサイト作成・商用ホームページ制作のテクニックを公開。WordPressの最新ニュースやプラグインの紹介、自作プラグインやテーマも開発中。</description>
	<lastBuildDate>Fri, 12 Mar 2010 00:47:06 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>[WP] プラグインを追加してみた より サイトマップ作成プラグイン Dagon Design Sitemap Generator へのコメント</title>
		<link>http://wpgogo.com/plugin/plugin_dagon_design_sitemap_generator.html/comment-page-1/#comment-4855</link>
		<dc:creator>[WP] プラグインを追加してみた</dc:creator>
		<pubDate>Fri, 12 Mar 2010 00:47:06 +0900</pubDate>
		<guid isPermaLink="false">http://wordpressgogo.com/plugin/plugin_dagon_design_sitemap_generator.html#comment-4855</guid>
		<description>[...] サイトマップ作成プラグイン Dagon Design Sitemap Generator http://wpgogo.com/plugin/plugin_dagon_design_sitemap_generator.html [...]</description>
		<content:encoded><![CDATA[<p>[...] サイトマップ作成プラグイン Dagon Design Sitemap Generator <a href="http://wpgogo.com/plugin/plugin_dagon_design_sitemap_generator.html" rel="nofollow">http://wpgogo.com/plugin/plugin_dagon_design_sitemap_generator.html</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Shiro より Custom Field Template plugin へのコメント</title>
		<link>http://wpgogo.com/development/custom-field-template.html/comment-page-11/#comment-4850</link>
		<dc:creator>Shiro</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:17:40 +0900</pubDate>
		<guid isPermaLink="false">http://wordpressgogo.com/development/custom-field-template.html#comment-4850</guid>
		<description>I added one more checker for 
&quot;custom-field-template.php&quot;
between line 584-590
return $post-&gt;post_excerpt ? $post-&gt;post_excerpt : strip_shortcodes($content);
		endif;
		if(isset($options[&#039;hook&#039;]))
		{

		if ( count($options[&#039;hook&#039;]) &gt; 0 ) :</description>
		<content:encoded><![CDATA[<p>I added one more checker for<br />
&#8220;custom-field-template.php&#8221;<br />
between line 584-590<br />
return $post-&gt;post_excerpt ? $post-&gt;post_excerpt : strip_shortcodes($content);<br />
		endif;<br />
		if(isset($options['hook']))<br />
		{</p>
<p>		if ( count($options['hook']) &gt; 0 ) :</p>
]]></content:encoded>
	</item>
	<item>
		<title>KathyMeus.com &#187; MeusRealty.com Updates より Custom Field Template plugin へのコメント</title>
		<link>http://wpgogo.com/development/custom-field-template.html/comment-page-11/#comment-4849</link>
		<dc:creator>KathyMeus.com &#187; MeusRealty.com Updates</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:08:16 +0900</pubDate>
		<guid isPermaLink="false">http://wordpressgogo.com/development/custom-field-template.html#comment-4849</guid>
		<description>[...] Miyashita is extremely responsive in responding to user questions and suggestions on his site.  I very highly recommend his plugin.  It&#8217;s been exactly what I needed, and I can think of so many cases in which it would be a lifesaver! [...]</description>
		<content:encoded><![CDATA[<p>[...] Miyashita is extremely responsive in responding to user questions and suggestions on his site.  I very highly recommend his plugin.  It&#8217;s been exactly what I needed, and I can think of so many cases in which it would be a lifesaver! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>miyazawa より Custom Field Template plugin へのコメント</title>
		<link>http://wpgogo.com/development/custom-field-template.html/comment-page-11/#comment-4848</link>
		<dc:creator>miyazawa</dc:creator>
		<pubDate>Tue, 09 Mar 2010 10:12:28 +0900</pubDate>
		<guid isPermaLink="false">http://wordpressgogo.com/development/custom-field-template.html#comment-4848</guid>
		<description>ご返答ありがとうございます。outputCodeの使い方を理解していませんでした。


現在、テンプレートに、
$test   = get_post_meta($post-＞ID,&#039;test&#039;,true);

[a href=&quot;/[?php echo rawurlencode($test); ?]&quot;][?php echo $test; ?][/a]

といった記述をしている部分を、Feedにも反映させたくてcftの利用を試みました。

ショートコードフォーマットでは、一つのmeta value では実現できないでしょうか…。</description>
		<content:encoded><![CDATA[<p>ご返答ありがとうございます。outputCodeの使い方を理解していませんでした。</p>
<p>現在、テンプレートに、<br />
$test   = get_post_meta($post-＞ID,&#8217;test&#8217;,true);</p>
<p>[a href="/[?php echo rawurlencode($test); ?]&#8220;][?php echo $test; ?][/a]</p>
<p>といった記述をしている部分を、Feedにも反映させたくてcftの利用を試みました。</p>
<p>ショートコードフォーマットでは、一つのmeta value では実現できないでしょうか…。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Kris H より Custom Field Template plugin へのコメント</title>
		<link>http://wpgogo.com/development/custom-field-template.html/comment-page-11/#comment-4847</link>
		<dc:creator>Kris H</dc:creator>
		<pubDate>Tue, 09 Mar 2010 06:51:05 +0900</pubDate>
		<guid isPermaLink="false">http://wordpressgogo.com/development/custom-field-template.html#comment-4847</guid>
		<description>Awesome to know you will be supporting custom post types :) Many Thanks</description>
		<content:encoded><![CDATA[<p>Awesome to know you will be supporting custom post types :) Many Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Wordpress Go Go より Custom Field Template plugin へのコメント</title>
		<link>http://wpgogo.com/development/custom-field-template.html/comment-page-11/#comment-4844</link>
		<dc:creator>Wordpress Go Go</dc:creator>
		<pubDate>Mon, 08 Mar 2010 23:10:43 +0900</pubDate>
		<guid isPermaLink="false">http://wordpressgogo.com/development/custom-field-template.html#comment-4844</guid>
		<description>miyazawaさん、
outputCodeを使用してみてください。

[test]
type = text
outputCode = 0

CODE #0
$value = rawurlencode($value);

FORMAT #0
[test]

あとはショートコードフォーマットを投稿内に挿入するだけです。
[cft format=0]</description>
		<content:encoded><![CDATA[<p>miyazawaさん、<br />
outputCodeを使用してみてください。</p>
<p>[test]<br />
type = text<br />
outputCode = 0</p>
<p>CODE #0<br />
$value = rawurlencode($value);</p>
<p>FORMAT #0<br />
[test]</p>
<p>あとはショートコードフォーマットを投稿内に挿入するだけです。<br />
[cft format=0]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Wordpress Go Go より Custom Field Template plugin へのコメント</title>
		<link>http://wpgogo.com/development/custom-field-template.html/comment-page-11/#comment-4843</link>
		<dc:creator>Wordpress Go Go</dc:creator>
		<pubDate>Mon, 08 Mar 2010 23:01:57 +0900</pubDate>
		<guid isPermaLink="false">http://wordpressgogo.com/development/custom-field-template.html#comment-4843</guid>
		<description>Currently, I am working to support the custom post type. So let me have some time. Thanks.</description>
		<content:encoded><![CDATA[<p>Currently, I am working to support the custom post type. So let me have some time. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Vahid より Custom Field Template plugin へのコメント</title>
		<link>http://wpgogo.com/development/custom-field-template.html/comment-page-11/#comment-4842</link>
		<dc:creator>Vahid</dc:creator>
		<pubDate>Mon, 08 Mar 2010 15:47:27 +0900</pubDate>
		<guid isPermaLink="false">http://wordpressgogo.com/development/custom-field-template.html#comment-4842</guid>
		<description>http://wordpress.org/support/topic/372654?replies=1

:&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://wordpress.org/support/topic/372654?replies=1" rel="nofollow">http://wordpress.org/support/topic/372654?replies=1</a></p>
<p>:&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>miyazawa より Custom Field Template plugin へのコメント</title>
		<link>http://wpgogo.com/development/custom-field-template.html/comment-page-11/#comment-4840</link>
		<dc:creator>miyazawa</dc:creator>
		<pubDate>Sun, 07 Mar 2010 08:48:40 +0900</pubDate>
		<guid isPermaLink="false">http://wordpressgogo.com/development/custom-field-template.html#comment-4840</guid>
		<description>はじめまして、大変重宝しているプラグインで、ありがたく利用させていただいています。

cftのShortcode Format内で、[Favorite Fruits]などで出力したを文字（日本語）をrawurlencodeでエンコードする方法はありますでしょうか。</description>
		<content:encoded><![CDATA[<p>はじめまして、大変重宝しているプラグインで、ありがたく利用させていただいています。</p>
<p>cftのShortcode Format内で、[Favorite Fruits]などで出力したを文字（日本語）をrawurlencodeでエンコードする方法はありますでしょうか。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Vahid より Custom Field Template plugin へのコメント</title>
		<link>http://wpgogo.com/development/custom-field-template.html/comment-page-11/#comment-4839</link>
		<dc:creator>Vahid</dc:creator>
		<pubDate>Sat, 06 Mar 2010 18:40:17 +0900</pubDate>
		<guid isPermaLink="false">http://wordpressgogo.com/development/custom-field-template.html#comment-4839</guid>
		<description>Oops
Now I know what&#039;s the problem. It&#039;s not compatible with YAPB:
http://wordpress.org/extend/plugins/yet-another-photoblog/</description>
		<content:encoded><![CDATA[<p>Oops<br />
Now I know what&#8217;s the problem. It&#8217;s not compatible with YAPB:<br />
<a href="http://wordpress.org/extend/plugins/yet-another-photoblog/" rel="nofollow">http://wordpress.org/extend/plugins/yet-another-photoblog/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
