激情五月天婷婷,亚洲愉拍一区二区三区,日韩视频一区,a√天堂中文官网8

<ul id="buwfs"><strike id="buwfs"><strong id="buwfs"></strong></strike></ul>
    <output id="buwfs"></output>
  • <dfn id="buwfs"><source id="buwfs"></source></dfn>
      <dfn id="buwfs"><td id="buwfs"></td></dfn>
      <div id="buwfs"><small id="buwfs"></small></div>
      <dfn id="buwfs"><source id="buwfs"></source></dfn>
      1. <dfn id="buwfs"><td id="buwfs"></td></dfn>
        億恩科技有限公司旗下門(mén)戶(hù)資訊平臺(tái)!
        服務(wù)器租用 4元建網(wǎng)站

        wordpress網(wǎng)站搜索功能怎么實(shí)現(xiàn)?

        如今,越來(lái)越多的網(wǎng)站都開(kāi)始注重用戶(hù)體驗(yàn),而當(dāng)自己網(wǎng)站內(nèi)容或信息量比較大的時(shí)候,用戶(hù)難以快速查找到想要獲取的內(nèi)容,這就需要在自己網(wǎng)站上提供一個(gè)搜索功能,那么對(duì)于wordpress網(wǎng)站應(yīng)該怎么制作搜索功能呢?

        如今,越來(lái)越多的網(wǎng)站都開(kāi)始注重用戶(hù)體驗(yàn),而當(dāng)自己網(wǎng)站內(nèi)容或信息量比較大的時(shí)候,用戶(hù)難以快速查找到想要獲取的內(nèi)容,這就需要在自己網(wǎng)站上提供一個(gè)搜索功能,那么對(duì)于wordpress網(wǎng)站應(yīng)該怎么制作搜索功能呢?

        wordpress網(wǎng)站搜索功能怎么實(shí)現(xiàn)?

        如圖為億恩科技IDC資訊的wordpress 網(wǎng)站搜索功能,它是怎么實(shí)現(xiàn)的呢?

        1、需要大家新建一個(gè)搜索頁(yè)面,將它命名為:searchform.php

        2、直接用DW打開(kāi)searchform.php,將以下代碼復(fù)制到searchform.php中。

           <form method="get" id="searchform"  action="<?php bloginfo('url'); ?>/">
           <input type="text" value="輸入關(guān)鍵字" name="s" id="s"/>
          <input type="submit" value="搜 索"  onClick="if(document.forms['search'].searchinput.value=='- Search -')document.forms['search'].searchinput.value='';" alt="Search"  />
        </form> 
        <script type="text/javascript">
                $(document).ready(function(){
                        // 當(dāng)鼠標(biāo)聚焦在搜索框
                        $('#s').focus(
                                function() {
                                        if($(this).val() == '輸入關(guān)鍵字') {
                                                $(this).val('').css({color:"#454545"});
                                        }
                                }
                        // 當(dāng)鼠標(biāo)在搜索框失去焦點(diǎn)
                        ).blur(
                                function(){
                                        if($(this).val() == '') {
                                                $(this).val('輸入關(guān)鍵字').css({color:"#333333"});
                                        }
                                }
                        );
                });

        </script>

        3、復(fù)制添加網(wǎng)站主題里邊的wordpress 分類(lèi)模板目錄,可以是文章的列表目錄,也可以是產(chǎn)品圖片列表目錄,然后更名為search.php,才能實(shí)現(xiàn)搜索功能。

        4、選擇搜索框顯示的頁(yè)面位置,并在相應(yīng)的位置添加搜索框調(diào)用代碼:

          <?php include (TEMPLATEPATH . '/searchform.php'); ?>

        按照以上步驟全部完成之后,就可以在自己的網(wǎng)站上實(shí)現(xiàn)搜索功能了。

        河南億恩科技股份有限公司(mszdt.com)始創(chuàng)于2000年,專(zhuān)注服務(wù)器托管租用,是國(guó)家工信部認(rèn)定的綜合電信服務(wù)運(yùn)營(yíng)商。億恩為近五十萬(wàn)的用戶(hù)提供服務(wù)器托管、服務(wù)器租用、機(jī)柜租用、云服務(wù)器、網(wǎng)站建設(shè)、網(wǎng)站托管等網(wǎng)絡(luò)基礎(chǔ)服務(wù),另有網(wǎng)總管、名片俠網(wǎng)絡(luò)推廣服務(wù),使得客戶(hù)不斷的獲得更大的收益。
        服務(wù)器/云主機(jī) 24小時(shí)售后服務(wù)電話(huà):0371-60135900
        虛擬主機(jī)/智能建站 24小時(shí)售后服務(wù)電話(huà):0371-55621053
        網(wǎng)絡(luò)版權(quán)侵權(quán)舉報(bào)電話(huà):0371-60135995
        服務(wù)熱線(xiàn):0371-60135900

        4
        4
        分享到:責(zé)任編輯:黃利敏

        相關(guān)推介

        共有:1條評(píng)論網(wǎng)友評(píng)論:

        驗(yàn)證碼 看不清換一張 換一張

        親,還沒(méi)評(píng)論呢!速度搶沙發(fā)吧!