Popis
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.
Snímky obrazovky
Instalace
- Download the zip file
- Unzip it
- Upload the archive disabler folder to your
wp-content/plugins
directory - Activate!
Alternatively, you can install the plugin via the built in WordPress installer.
Nejčastější dotazy
- 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 aftertemplate_redirect
, so you can use can of the Conditional Tags.
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Archive Disabler je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Archive Disabler” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.0
- Initial version