विवरण
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.
स्क्रीनशॉट्स
इंस्टॉलेशन
- 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.
सामान्य प्रश्न
- 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.
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।
योगदानकर्ताTranslate “Archive Disabler” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
1.0
- Initial version