Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

WP Search Extracts

Descripción

When displaying results from a search many people prefer to display the section of the resulting
post/page that includes the match, rather than the full post or standard excerpt. This plugin adds
a filter to process search results and only display the content either side of the first result
for the given search.

To Do

  • Add automated tests
  • Make the padding around results value configurable
  • Solicit user feedback on further options

Instalación

  1. Upload wp-search-extracts to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reseñas

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“WP Search Extracts” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “WP Search Extracts” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .

Historial de cambios

1.0.1

  • Fix issue where matched term is near the beginning of the string, which could cause duplication in results (thanks to Ben Walker)

1.0

  • Consolidated code for first release