Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Keep it Fresh

Descripción

Keep it Fresh will stop WordPress from showing posts older than a set number of days or a specific date. It is configurable via the WordPress administration area. Keep it Fresh doesn’t remove old posts, nor does it muck with their post_status; rather, Keep it Fresh uses the posts_where WordPress filter to filter out posts older than the given date or amount of days whenever WordPress requests posts outside of the admin area.

Instalación

  1. Upload the keep-it-fresh folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Setup Keep it Fresh as you please via the Keep it Fresh options page under Settings in the WordPress admin area

Preguntas frecuentes

How does Keep it Fresh hide my old events?

Keep it Fresh adds a date filter on the posts query each time WordPress requests posts to display (except when in the admin area).

`get_posts` still returns old posts. What do I do?

The get_posts function will suppress the filters that Keep it Fresh uses to hide old posts by default. To avoid this behavior, pass an array to get_posts with the key suppress_filters set to false. For example: get_posts(array('suppress_filters'=>false)).

I love Keep it Fresh, but I’d like it to do <blank>.

Great, I’m glad to hear feature requests. Just post a comment on the plugin’s homepage.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Keep it Fresh» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Keep it Fresh» 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.

Registro de cambios

1.0

  • Initial Release