Descrizione
This plugin will redirect visitors to an alternative post / page or external URL when they attempt to view the specific post / page. The redirect will only happen when the post / page is viewed by itself, post content and other post data such as excerpts will still appear on the homepage and archives. This is an easy way to give permalinks to pages that are outside the control of WordPress and integrate them into your site structure.
This plugin adds a custom form field just above the submit box (where the publish button is shown), the value of this field should be the URL to redirect when that page is viewed.
Can we have an example?
Say you already have an external gallery not controlled by WordPress and you want to include a link to it using the page functionality of WordPress. By using this Plugin, the page redirecting to the external Gallery will appear in your page menu (wherever that is on your site, typically in your sidebar) and when a user clicks it (accesses the permalink in the address bar) they will be redirected to your gallery, wherever that happens to be.
Screenshot
Installazione
- Upload the
wp-redirectify
folder and all contents to/wp-content/plugins
- Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
- Installation Instructions
-
- Upload the
wp-redirectify
folder and all contents to/wp-content/plugins
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Upload the
- How to redirect Posts / Pages?
-
- Open the post for editing
- Click Edit in the publish module beside
Redirection
- Enter a full URL and click OK
- Click Update Post to save changes
- You should be good to go
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Redirectify” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“Redirectify” è stato tradotto in 1 lingua. Grazie ai traduttori per i loro contributi.
Traduci “Redirectify” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
2.2.1
- Minor fix to the save function
2.2
- Minor fix to post state display.
2.1
- Added option to use redirect url as permalink or use standard url. You can access it via your Settings -> Reading page.
- Two new filters for permalink filtering:
- redirectify_filter – filter to disable url display
- redirectify_permalink_filter – filter to input additional permalink filters
- Tidied up some code.
2.0
- Complete re-write.