Changeset 368881
- Timestamp:
- 04/04/2011 10:12:25 PM (15 years ago)
- Location:
- category-redirect-to-post-or-page
- Files:
-
- 4 edited
- 1 copied
-
tags/2.3 (copied) (copied from category-redirect-to-post-or-page/trunk)
-
tags/2.3/category_redirect.php (modified) (1 diff)
-
tags/2.3/readme.txt (modified) (4 diffs)
-
trunk/category_redirect.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
category-redirect-to-post-or-page/tags/2.3/category_redirect.php
r368872 r368881 5 5 Description: Plugin for redirecting categories to different URLs such as a post or a page. Very useful for themes that only allow categories or pages to be added to a menu bar when you want to use posts that way you can create the category add it to the menu and which this plugin when its clicked the user will be directed straight to the full post you assigned to that category rather than the category page. 6 6 Author: Christopher Long (http://www.ecigsavings.com) 7 Version: 2. 1 Bug fixes to 1.0 provided by MountainWebDev http://mountainwebdev.com7 Version: 2.3 8 8 Author URI: http://www.ecigsavings.com 9 9 */ -
category-redirect-to-post-or-page/tags/2.3/readme.txt
r368872 r368881 5 5 Requires at least: 2.0.2 6 6 Tested up to: 3.1 7 Stable tag: 2. 17 Stable tag: 2.3 8 8 9 9 Easily redirect category links to a specific page, post, or even an outside url. … … 18 18 == Installation == 19 19 20 1. Login as an administrator to your WordPress Admin account. Using the "Add New" menu option under the "Plugins" section of the navigation, you can either search for: "category redirect to post or page" or if you've downloaded the plugin already, click the "Upload" link, find the .zip file you download and then click "Install Now". Or you can unzip and FTP upload the plugin to your plugins directory (wp-content/plugins/). In any case, when done wp-content/plugins/category-redirect/ should exist.20 1. Login as an administrator to your WordPress Admin account. Using the "Add New" menu option under the "Plugins" section of the navigation, you can either search for: "category redirect to post or page" or if you've downloaded the plugin already, click the "Upload" link, find the .zip file you download and then click "Install Now". Or you can unzip and FTP upload the plugin to your plugins directory (wp-content/plugins/). 21 21 2. Activate the plugin through the 'Plugins' menu in WordPress 22 22 3. Under you "Settings" in the admin panel you will see a new selection titled Category Redirect … … 44 44 = 2.1 = 45 45 * Fixed Bugs 46 = 2.2 = 47 * Fixed Bugs 46 48 47 49 == Changelog == … … 53 55 = 2.1 = 54 56 * Fixed Bugs 57 = 2.2 = 58 * Fixed Bugs -
category-redirect-to-post-or-page/trunk/category_redirect.php
r368872 r368881 5 5 Description: Plugin for redirecting categories to different URLs such as a post or a page. Very useful for themes that only allow categories or pages to be added to a menu bar when you want to use posts that way you can create the category add it to the menu and which this plugin when its clicked the user will be directed straight to the full post you assigned to that category rather than the category page. 6 6 Author: Christopher Long (http://www.ecigsavings.com) 7 Version: 2. 1 Bug fixes to 1.0 provided by MountainWebDev http://mountainwebdev.com7 Version: 2.3 8 8 Author URI: http://www.ecigsavings.com 9 9 */ -
category-redirect-to-post-or-page/trunk/readme.txt
r368872 r368881 5 5 Requires at least: 2.0.2 6 6 Tested up to: 3.1 7 Stable tag: 2. 17 Stable tag: 2.3 8 8 9 9 Easily redirect category links to a specific page, post, or even an outside url. … … 18 18 == Installation == 19 19 20 1. Login as an administrator to your WordPress Admin account. Using the "Add New" menu option under the "Plugins" section of the navigation, you can either search for: "category redirect to post or page" or if you've downloaded the plugin already, click the "Upload" link, find the .zip file you download and then click "Install Now". Or you can unzip and FTP upload the plugin to your plugins directory (wp-content/plugins/). In any case, when done wp-content/plugins/category-redirect/ should exist.20 1. Login as an administrator to your WordPress Admin account. Using the "Add New" menu option under the "Plugins" section of the navigation, you can either search for: "category redirect to post or page" or if you've downloaded the plugin already, click the "Upload" link, find the .zip file you download and then click "Install Now". Or you can unzip and FTP upload the plugin to your plugins directory (wp-content/plugins/). 21 21 2. Activate the plugin through the 'Plugins' menu in WordPress 22 22 3. Under you "Settings" in the admin panel you will see a new selection titled Category Redirect … … 44 44 = 2.1 = 45 45 * Fixed Bugs 46 = 2.2 = 47 * Fixed Bugs 46 48 47 49 == Changelog == … … 53 55 = 2.1 = 54 56 * Fixed Bugs 57 = 2.2 = 58 * Fixed Bugs
Note: See TracChangeset
for help on using the changeset viewer.