Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Minimal Search Term Highlight

Опис

This minimal and lightweight plugin will highlight search terms on your search result page. Furthermore, when you navigate to a content page via the search result, the search terms will be highlighted on the content page as well. This works by using specialized URLs on the search result page.

  • Highlight search terms on the search result and content pages
  • No configuration needed
  • No JavaScript
  • No StyleSheet
  • Only standard WordPress hooks used
  • Only 30 lines of code

Highlighting

The highlighting works by wrapping each search term with <mark> tag. The plugin does not provide any styling. Browser’s typically display mark tags with a bright yellow background. It is recommended to define your own styling for mark elements in your theme CSS.

Installation

Simply install and activate the plugin. No configuration is needed.

Troubleshooting

In most cases, the plugin works out-of-the-box, should you experience any problems it is most likely due to an incompatibility with your theme or another plugin on your site. Please open a topic in the support section and we’ll figure it out together.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Minimal Search Term Highlight” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Minimal Search Term Highlight” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

= 1.0.1 (2018-12-14)

  • Remove word boundries in regex to allow highlighting word fragments as well

= 1.0.0 (2018-08-09)

  • First stable release