=== wpRedirect === Contributors: stephdau Tags: redirect, redirection Requires at least: 2+? Tested up to: 2.2.2 Stable tag: 1.0 wpRedirect: WordPress Redirection Plugin. == Description == Allows editors to redirect posts or pages to alternate URLs by simply adding a WordPress custom field to their entry. Very handy when you want an external URL to show up in your standard page listing, if you want imported posts to point to the original permalink when the single version is accessed but still show in your templates in the post listings (home, search results, archives, etc), and much more. Alternatively, developers can also use the wpRedirect($url) function in their own code workflow as a safe and convenient redirection mechanism. == Installation == Installing should be a piece of cake and only take a few minutes. 1. Upload the `wpRedirect` directory (safer future upgrade path) or just the `wpRedirect.php` script to your `/wp-content/plugins/` directory. 1. Login to your WordPress instance as an admin user. 1. Activate the plugin through the 'Plugins' menu in WordPress. You should now be able to add a `redirect_me` WordPress custom field, with a URL as a value, in the post/page edit screen and have the item automatically redirected once published. You can change the value of the field to scan for through the plugin config screen: **wordpress_install**/wp-admin/options-general.php?page=wpRedirect.php == Development == wpRedirect welcomes friendly contributors wanting to lend a hand, be it in the form of code through SVN patches, user support, platform portability testing, security consulting, localization help, etc. A request has been placed to setup the project under http://dev.wp-plugins.org/ for a better collaboration environment, or will go on Google Code, or other. In the meantime, the stable version is available under my personal Subversion repository at the following location: http://labs.tekartist.org/wordpress/svn/trunk/plugins/wpRedirect/ == License == [General Public License](http://www.gnu.org/licenses/gpl.html) wpRedirect: WordPress Redirection Plugin Copyright (C) 2007 [Stephane Daury](http://stephane.daury.org/) wpRedirect is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. wpRedirect is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . == Frequently Asked Questions == = Will I get answers if I ask questions? = Magic eight ball says: it is very likely. :)