>
Download This Plugin | |
Download Elegant Themes | |
Name | Highlight Search Terms |
Version | 1.3.9 |
Author | RavanH |
Rating | 100 |
Last updated | 2014-09-04 02:50:00 |
Downloads |
34572
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Highlight Search Terms plugin added 2 kB of resources to the Home page and 2 kB of resources to the sample Post page.
Highlight Search Terms plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Highlight Search Terms plugin ads no tables to your Wordpress blog database.Highlights search terms using jQuery when referer is a search engine or within WordPress generated search results. This plugin is a light weight, low resource demanding and very simple fusion between How to Highlight Search Terms with jQuery - theme hack by Thaya Kareeson and Search Hilite by Ryan Boren, with some optimisations and updated to support HTML5.
Features
NOTE: to make the highlights visible in browsers that do not support HTML5 like Internet Explorer 8 or older you will have to define at least one CSS hilite styling! Read on below So what do I need to do? and Installation for more detailed instructions. You can find CSS examples in Other Notes.
This low impact plugin uses only two action hooks, wp_header where it needs to define some variables and wp_footer to insert the jQuery library (included in your WordPress package; only if not already loaded) and to add the hilite jQuery extension to your page source code. The jQuery extension that runs after the page has loaded, finds all search terms on that page inside each div with class hentry
(or ID content
, main
or wrapper
) and wraps them in <mark class="hilite term-N"> ... </mark>
tags. Note that N is a number starting with 0 for the first term used in the search phrase increasing 1 for each additional term used. Any part of a search phrase wrapped in quotes is considered as a single term.
There are no CSS style rules set for highlighting. You are free to use any styling you wish but to make the highlights visible in browsers that do not support HTML5 like Internet Explorer 8 or older you absolutely need to define at least one rule. Modern HTML5 browsers will use their own highlighting style by default, which usually is a yellow marker style background.
In most cases, it should just work. But you can do two things to ensure backward browser and theme compatibility:
1. Define CSS rules: There are no configuration options and there is no predefined highlight styling. You are completely free to define any CSS styling rules in your themes main stylesheet (style.css) or use any Custom CSS plugin like Custom CSS to get a result that fits your theme best. You can find basic instructions and CSS examples under the Other Notes tab.
2. Check your theme: In most up to date themes (including WP's own default theme) post and page content is shown inside a div with class hentry
. This means search terms found in post and page content will be highlighted but not similar terms that accidentaly show in the page header, sidebar or footer. If your current theme does not use the hentry
class (yet), this plugin will look for IDs content
, main
and finally wrapper
but if none of those are found, it will not work for you out of the box. See the last of the FAQ's for ways to make it work.