我有我的WordPress 3.1的網站中添加的,在我的sidebar.php文件的底部下面的代碼:WordPress的搜索查詢
<div id="search_box">
<form id="searchform" action="http://www.service.com/" method="get" role="search">
<input id="s" type="text" name="s" class="search" value="Search site" size="19" maxlength="80" id="white_box" onfocus="if (this.value=='Search site') this.value = ''"/>
<input id="searchsubmit" type="image" class="submit" value="submit" src="<?php bloginfo('template_url'); ?>/images/search_btn.jpg" />
</form>
</div>
正如我已經編寫這個搜索過程中我自己,當我放置一些文本在我的搜索文本框中按「搜索」按鈕,它看起來好像是在我的主題中調用頁面search.php並顯示結果。
問題:
1)其中,/它是如何知道我什麼時候按下「搜索」按鈕熄滅,打電話的search.php?
2)如果可能的話而已,我能怎樣改變調用不同的php文件代替的search.php
感謝。
在load_template()之後退出並不好,因爲加載模板後可能無法使用鉤子。 – rbncha 2012-08-10 11:57:48