[WordPress] 外掛分享: Search Include

首頁外掛目錄 › Search Include
全新外掛
安裝啟用
尚無評分
5191 天前
最後更新
問題解決
WordPress 3.0+ v1.0.3 上架:2011-12-31

內容簡介

這個外掛可讓你在部落格中包含其他搜尋引擎(如 Google、Bing、Yahoo 等)的搜尋結果。要使用此外掛,您需要在搜尋結果模板檔(search.php)中加入 _search_include_plugin() 函式的呼叫。您需要在主要的 div 中(id 取決於您的佈景主題)加入函式呼叫,對於 WordPress 團隊所提供的預設 WP 3.3 佈景主題(Twenty Eleven 1.2),您需要在佈景主題編輯器中編輯 search.php 檔案,並在檔案末端取代:

<?php endif; ?> </div> </div> <?php get_sidebar(); ?>

<?php endif; ?> <?php echo_search_include_plugin(); ?> </div> </div> <?php get_sidebar(); ?>

您可以添加特定的搜尋引擎(請參閱文件以查看如何執行此操作)。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Search Include」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

This plugin allows you to include search results from other Search engine (such as Google, Bing, Yahoo …) in your blog. In order to use this plugin, you need to add a call to the function _search_include_plugin() in your search result template file (search.php) You need to add the function call in the main div (id depends on your theme), for the default WP 3.3 theme (Twenty Eleven 1.2 by the WordPress team) : You need to edit the file search.php in the theme editor, and at the end of the file just replace :


by


You can add specific Search Engines (see the documentation to see how to do that).

文章
Filter
Mastodon