WordPress如何使用谷歌搜索功能

更新时间:2022-12-25 14:23:30 来源:互联网 作者:青锋建站
  有许多使用wordpress建设外贸网站的站长想在wordpress里使用谷歌搜索,今天青锋建站给大家分享如何实现在 WordPress中使用谷歌搜索V2版本。

获取谷歌自定义搜索代码

  进入http://www.google.com/cse/,谷歌各系列账号都是通用的,所以如果你可以使用gmail直接登录这个自定义搜索的系统。一系列的注册、登陆你就进入到了 cse 主界面了,网速有时候会比较慢,所以大家要有耐心,有条件的可以使用梯子。进入主界面点 新建搜索引擎填写相应内容:选择自己喜好的展示样式,下面会直接出现演示。
再点下一步,就会出现代码了。
<!-- Put the following javascript before the closing </head> tag. -->
<script>
 (function() {
 var cx = '006739494664361712883:_id_bvfkgey';
 var gcse = document.createElement('script');
 gcse.type = 'text/javascript';
 gcse.async = true;
 gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
  '//www.google.com/cse/cse.js?cx=' + cx;
 var s = document.getElementsByTagName('script')[0];
 s.parentNode.insertBefore(gcse, s);
 })();
</script>
<gcse:searchbox></gcse:searchbox>
 
<!-- Place this tag where you want both of the search box and the search results to render -->
//下面这一对标签就是谷歌搜索框要显示的标签,
//即,你想把搜索框放哪就把这一对标签放哪。
<gcse:search></gcse:search>

添加搜索页面

  在你的WordPress中新建一个页面别名叫search,固定链接为mysearch,而且这个页面的访问地址是http://example.com/mysearch;用html编辑模式,在文章中添加你刚才获取的代码。

整合到 WordPress 的搜索

  找到你主题搜索框样式定义的那个文件,一般是searchform.php,把action改成action="你刚才新建的那个搜索页面的url"
<form action="http://example.com" method="get">
<input id="searchtxt" class="textfield searchtip" type="text" name="s" size="24" value="">
  以上是青锋建站给家分享的如何实现在 WordPress中使用谷歌搜索,青锋建站承接网站建设服务,包括织梦建站,phpcms建站,wordpress建站,CMS系统开发,SEO网站优化,网络营销推广,企业邮箱,400电话。

转载请注明来源网址:青锋建站-http://www.sjzphp.com/kaifazhe/wordpress/wpsearch_1571.html

电话 15632335515 | 邮箱 943703539@qq.com | QQ 943703539 | 微信 qingfengjianzhan

Copyright © 2016-2026 青锋建站 版权所有