=== Redirect by Custom Field === Contributors: mitchoyoshitaka Author: mitcho (Michael 芳貴 Erlewine) Author URI: http://mitcho.com/ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=66G4DATK4999L&item_name=mitcho%2ecom%2fcode%3a%20donate%20to%20Michael%20Yoshitaka%20Erlewine&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&charset=UTF%2d8 Tags: redirect, custom field, URL Requires at least: 3.0 Tested up to: 3.1 Stable tag: 0.4 Changes the URLs pointing to pages and posts which have a "redirect" custom field, using that entry as the URL instead. == Description == Sometimes you have a need for having links to external URLs show up interspersed among your own pages or posts. This plugin lets you easily create such "redirecting" posts or pages by simply setting a custom field. **Usage**: Add the custom field with label "redirect" to any post or page. Enter the redirect target URL as the value of that custom field. Now all links on your site to that post or page will be replaced with that redirect URL! If you try to visit the permalink URL for that page, it will redirect the user to that redirect URL too. This plugin actually also works fine to redirect a URL to another URL on the same site as well. Development of this plugin was supported by the [Arts at MIT](http://arts.mit.edu/). == Frequently Asked Questions == If your question isn't here, ask your own question at [the Wordpress.org forums](http://wordpress.org/tags/yet-another-related-posts-plugin?forum_id=10#postform). *Please do not email or tweet with questions.* == Changelog == = 0.4 = * Fixed redirect in some direct URL access cases * Properly sanitizes redirect URLs = 0.3 = * First public release