Changeset 447146
- Timestamp:
- 10/04/2011 03:46:50 PM (15 years ago)
- Location:
- redirect-page/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
redirect2subpages.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
redirect-page/trunk/readme.txt
r406469 r447146 7 7 Stable tag: 1.0 8 8 9 redirect to page does, what the name says and a little bit more. it redirects pages to pages, subpages and urls.9 redirect to page does, what the name says and a little bit more. it redirects pages to pages, subpages and external uris. 10 10 11 11 == Description == 12 12 13 redirect page does, what the name says. it redirect wordpress pages to pages, subpages or url. 13 `Redirect Page` redirect Wordpress Pages to Pages, Subpages or external URIs. I think the usability is simple as it could be. 14 Just enable the Plugin by editing the page, select the target link - complete. 14 15 15 16 == Installation == … … 18 19 2. activate the plugin in the plugins section 19 20 3. by editing site you will get a new box in the sidebar ( if not, activate `Redirect Page` via Options ) 20 4. change the destination & safe 21 4. choose a target and save your modification 22 5. test & enjoy 21 23 22 24 == Changelog == … … 24 26 = 1.0 = 25 27 * just simple scripted 28 29 = 1.0.4 = 30 * update simple description for using & installation 31 -
redirect-page/trunk/redirect2subpages.php
r406466 r447146 2 2 /* 3 3 Plugin Name: wpSUBpages Redirect 4 Text Domain: redirect-page 4 5 Plugin URI: http://codus.mho.org.in/wordpress-mu/wp-plugin-redirect-to-subpage/ 5 Description: Ermöglicht das Umleiten einer Seite auf die erste Unterseite ( child ). 6 Version: 1.01b 6 Description: redirect to page does, what the name says and a little bit more. it redirects pages to pages, subpages and external uris. 7 7 Author: mho->codus() 8 8 Author URI: http://codus.mho.org.in 9 Version: 1.0.4 10 License: GPL 11 */ 12 13 /** 14 License: 15 ============================================================================== 16 This program is free software; you can redistribute it and/or modify 17 it under the terms of the GNU General Public License, version 2, as 18 published by the Free Software Foundation. 19 20 This program is distributed in the hope that it will be useful, 21 but WITHOUT ANY WARRANTY; without even the implied warranty of 22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 GNU General Public License for more details. 24 25 You should have received a copy of the GNU General Public License 26 along with this program; if not, write to the Free Software 27 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 28 =========================================== Copyright 2011 codus@mho.org.in == 9 29 */ 10 30
Note: See TracChangeset
for help on using the changeset viewer.