custom-post-type-permalinks
Last commit date
cptp-ja.mo
13 years ago
cptp-ja.po
13 years ago
custom-post-type-permalinks.php
13 years ago
readme.txt
13 years ago
screenshot-1.png
14 years ago
readme.txt
91 lines
| 1 | === Custom Post Type Permalinks === |
| 2 | Contributors: Toro_Unit |
| 3 | Tags: custom post type,permalink |
| 4 | Requires at least: 3.4 |
| 5 | Tested up to: 3.5 |
| 6 | Stable tag: 0.8.6 |
| 7 | |
| 8 | Lets you edit the permalink of custom post type. |
| 9 | |
| 10 | == Description == |
| 11 | Custom Post Type Permalinks lets you edit the permalink structure of custom post type. |
| 12 | |
| 13 | Change custom taxonomy archive's permalink to "example.org/post_type/taxonomy_name/term_slug". Can disable this fix. |
| 14 | |
| 15 | |
| 16 | |
| 17 | |
| 18 | == Installation == |
| 19 | |
| 20 | 1. Download the custom-post-type-permalinks.zip file to your computer. |
| 21 | 1. Unzip the file. |
| 22 | 1. Upload the `custom-post-type-permalinks` directory to your `/wp-content/plugins/` directory. |
| 23 | 1. Activate the plugin through the 'Plugins' menu in WordPress. |
| 24 | |
| 25 | That's it. You can access the permalinks setting by going to *Settings -> Permalinks*. |
| 26 | |
| 27 | |
| 28 | == Screenshots == |
| 29 | |
| 30 | 1. screenshot-1.png |
| 31 | |
| 32 | |
| 33 | == Changelog == |
| 34 | |
| 35 | |
| 36 | = 0.8.6 = |
| 37 | * Paging Bug Fix. |
| 38 | * Commnent Paging. |
| 39 | * Show pointer. |
| 40 | * |
| 41 | |
| 42 | = 0.8.1 = |
| 43 | * Bug Fix. |
| 44 | |
| 45 | = 0.7.9.1 = |
| 46 | * Support Comment permalink. |
| 47 | * Small change in setting page. |
| 48 | * Change default value. |
| 49 | * Bug Fix. |
| 50 | |
| 51 | = 0.7.8 = |
| 52 | * Bug fix. |
| 53 | |
| 54 | |
| 55 | = 0.7.7 = |
| 56 | * Bug fix. |
| 57 | |
| 58 | = 0.7.6 = |
| 59 | * Add parent's slug to hierarchical post type. |
| 60 | |
| 61 | |
| 62 | = 0.7.5 = |
| 63 | * Add ability to disable to change custom taxonomy archive's permalink. |
| 64 | |
| 65 | |
| 66 | = 0.7.4 = |
| 67 | * Bug fix taxonomy rewrite. |
| 68 | |
| 69 | |
| 70 | = 0.7.3 = |
| 71 | * Changed part for saving the data. |
| 72 | |
| 73 | = 0.7.2 = |
| 74 | * Reweite bug fix. |
| 75 | * Prewview bug fix. |
| 76 | |
| 77 | = 0.7.1 = |
| 78 | * Bug fix. |
| 79 | |
| 80 | = 0.7 = |
| 81 | * Add %{taxonomy}% tag. |
| 82 | * A large number of Bug Fix. |
| 83 | * Change Setting Page. Use Setting API. |
| 84 | |
| 85 | |
| 86 | = 0.6.2 = |
| 87 | * Fix %author% tag. |
| 88 | |
| 89 | = 0.6 = |
| 90 | * First release on wordpress.org |
| 91 |