Wordpress内に検索窓を設置すれば検索結果の記事一覧が見れるのですが
外部(たとえばアプリのネイティブ環境、ECショップ内など)に設置をしても
自社サーバーであっても検索ができず、action属性で設定しているURLに飛ぶだけな現状です。
何かWordpressで設定が必要なのでしょうか?
<div id="search-form-panel"> <form action="example.com" onfocus="_gaq.push(['_trackEvent', 'site_search', 'focus', 'ブログ検索窓']);" method="get"> <input type="hidden" name="_e_k" value="A"> <input name="keyword" type="text" placeholder="記事を検索する" onfocus="this.placeholder=''" onblur="this.placeholder='記事を検索する'" id="condition" class="search-keyword" value=""> <button id="submit02" type="submit" class="search-button" onclick="searchKeyWord()"> <i class="fa fa-search" aria-hidden="true"></i></button> </form> </div>
回答1件
あなたの回答
tips
プレビュー