<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									検索フォームの追加と結果表示 - Cocoonテーマに関する質問				            </title>
            <link>https://wp-cocoon.com/community/cocoon-theme/%e6%a4%9c%e7%b4%a2%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ae%e8%bf%bd%e5%8a%a0%e3%81%a8%e7%b5%90%e6%9e%9c%e8%a1%a8%e7%a4%ba/</link>
            <description>Cocoon ディスカッション掲示板</description>
            <language>ja</language>
            <lastBuildDate>Fri, 06 Mar 2026 21:16:06 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: 検索フォームの追加と結果表示</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e6%a4%9c%e7%b4%a2%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ae%e8%bf%bd%e5%8a%a0%e3%81%a8%e7%b5%90%e6%9e%9c%e8%a1%a8%e7%a4%ba/#post-12905</link>
                        <pubDate>Sat, 23 Feb 2019 16:56:10 +0000</pubDate>
                        <description><![CDATA[検索結果はsearch.php場所：/wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/association/query/conditionと思いますが間違いないでしょうか？こちらはtypesというプラグインでの出力だと思うので、そのプラグインのフォーラムに聞くのが良いかと思われます。あとは、検索結果...]]></description>
                        <content:encoded><![CDATA[<blockquote><p>検索結果はsearch.php</p><p>場所：/wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/association/query/condition</p><p>と思いますが間違いないでしょうか？</p></blockquote><p>こちらはtypesというプラグインでの出力だと思うので、そのプラグインのフォーラムに聞くのが良いかと思われます。</p><p>あとは、<a href="https://wp-cocoon.com/community/customs/%E6%A4%9C%E7%B4%A2%E7%B5%90%E6%9E%9C%E3%81%AE%E8%A1%A8%E7%A4%BA%E5%86%85%E5%AE%B9%E5%A4%89%E6%9B%B4%e3%80%80seach-php%E3%81%AE%E7%B7%A8%E9%9B%86/" target="true">検索結果の表示内容変更　seach.phpの編集 | カスタマイズ相談 | Cocoon フォーラム</a>で返信した通りの回答になりそうです・・・</p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>かうたっく</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e6%a4%9c%e7%b4%a2%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ae%e8%bf%bd%e5%8a%a0%e3%81%a8%e7%b5%90%e6%9e%9c%e8%a1%a8%e7%a4%ba/#post-12905</guid>
                    </item>
				                    <item>
                        <title>検索フォームの追加と結果表示</title>
                        <link>https://wp-cocoon.com/community/cocoon-theme/%e6%a4%9c%e7%b4%a2%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ae%e8%bf%bd%e5%8a%a0%e3%81%a8%e7%b5%90%e6%9e%9c%e8%a1%a8%e7%a4%ba/#post-12904</link>
                        <pubDate>Sat, 23 Feb 2019 14:51:02 +0000</pubDate>
                        <description><![CDATA[検索フォームのカスタマイズを考えています。現在の検索フォームはキーワード検索ですが、それとは別にタクソノミー・タームでの絞り込検索を結果として反映させたいです。 まず、①現状の確認検索フォームはsearchform.php場所：/wp-content/themes/cocoon-master検索結果はsearch.php場所：/wp-content/plugins/types/...]]></description>
                        <content:encoded><![CDATA[<p>検索フォームのカスタマイズを考えています。</p><p>現在の検索フォームはキーワード検索ですが、それとは別にタクソノミー・タームでの絞り込検索を結果として反映させたいです。</p><p> </p><p>まず、</p><p>①現状の確認</p><p>検索フォームはsearchform.php</p><p>場所：/wp-content/themes/cocoon-master</p><p>検索結果はsearch.php</p><p>場所：/wp-content/plugins/types/vendor/toolset/toolset-common/inc/m2m/association/query/condition</p><p>と思いますが間違いないでしょうか？</p><p>②自作の検索フォーム（絞り込テンプレート　shopsearchform.php）の格納階層場所</p><p>自作の格納場所はsearchform.phpと同階層でいいのか？</p><p>③結果の反映</p><p>searchform.phpを編集していいのか？</p><p>それとも別ファイル（shopsearch.php）を自作するのか？</p><p>④上記③でsearch.phpの編集で可能であれば、何行目くらいにどのような追記をするのか？</p><p>⑤結果反映のshopsearch.phpを自作必要であれば、</p><p>　1.どの階層に格納するのか？</p><p>　2.必要な呼び込みテンプレート</p><p>　例）header.php/sidebar.php/footer.php等</p><p> </p><p> </p><p> </p><p> </p><p> </p>]]></content:encoded>
						                            <category domain="https://wp-cocoon.com/community/cocoon-theme/">Cocoonテーマに関する質問</category>                        <dc:creator>hitoshi</dc:creator>
                        <guid isPermaLink="true">https://wp-cocoon.com/community/cocoon-theme/%e6%a4%9c%e7%b4%a2%e3%83%95%e3%82%a9%e3%83%bc%e3%83%a0%e3%81%ae%e8%bf%bd%e5%8a%a0%e3%81%a8%e7%b5%90%e6%9e%9c%e8%a1%a8%e7%a4%ba/#post-12904</guid>
                    </item>
							        </channel>
        </rss>
		