This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Archive Disabler

Descripción

Archive Disabler allows you to disable WordPress’ default archive pages. It does this by either redirecting those archive pages or causing them to throw a 404 error depending on your settings.

You may want to do this if, for instance, you didn’t want to expose post format archives to the world. Instead you could redirect them to the home page of your site.

Capturas

  • The options (found on reading options page).

Instalación

  1. Download the zip file
  2. Unzip it
  3. Upload the archive disabler folder to your wp-content/plugins directory
  4. Activate!

Alternatively, you can install the plugin via the built in WordPress installer.

Preguntas frecuentes

Can I change the redirect location?

Absolutely, but there is no GUI for it. There is the filter cd_ad_redirect for you to hook into and customize away. This filter fires after template_redirect, so you can use can of the Conditional Tags.

Reseñas

There are no reviews for this plugin.

Colaboradores y desarrolladores

“Archive Disabler” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Archive Disabler” a tu idioma.

¿Interesado en el desarrollo?

Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .

Registro de cambios

1.0

  • Initial version