Posts Tagged ‘自定义搜索’

整合 Google 自定义搜索到 WordPress 中

This item was filled under [ Uncategorized ]

整合 Google 自定义搜索到 WordPress 中好像有很多好处,可以减少数据库查询,因为搜索结果是 Google 提供的,不用再去数据库中搜索了。能够更加全面的搜索,WordPress 目前只能搜索 post。另外还可以在搜索结果中绑定 Google Adsense 赚钱。嗯,很爽,那么如何整合 Google 自定义搜索到 WordPress 中。步骤如下:

1. 在 WordPress 中创建一个页面,然后再在导航栏中设置为不显示该页面,如果你是用 wp_list_pages() 这个函数输出页面的,你可以使用 exclude 这个参数把刚才创建的页面剔除出去。
2. 登录到 Google 自定义搜索,创建你的自定义搜索。
Read the full story »

Continue reading...

Tagged with: [ , , ]