custom-post-type-permalinks
Last commit date
language
12 years ago
custom-post-type-permalinks.php
12 years ago
readme.txt
12 years ago
screenshot-1.png
14 years ago
readme.txt
122 lines
| 1 | === Custom Post Type Permalinks === |
| 2 | Contributors: Toro_Unit |
| 3 | Tags: permalink,permalinks,custom post type,custom taxonomy,cms |
| 4 | Requires at least: 3.4 |
| 5 | Tested up to: 3.6 |
| 6 | Stable tag: 0.9.3.2 |
| 7 | |
| 8 | Lets you edit the permalink of custom post type. |
| 9 | |
| 10 | == Description == |
| 11 | |
| 12 | Custom Post Type Permalinks lets you edit the permalink structure of custom post type. |
| 13 | |
| 14 | Change custom taxonomy archive's permalink to "example.org/post_type/taxonomy_name/term_slug". Can disable this fix. |
| 15 | |
| 16 | [This Plugin published on GitHub.](https://github.com/Toro-Unit/custom-post-type-permalinks) |
| 17 | |
| 18 | Donation: Please send Amazon Gift to donate[at]torounit.com. |
| 19 | |
| 20 | = Translators = |
| 21 | * Japanese(ja) - [Toro_Unit](http://www.torounit.com/) |
| 22 | * Russian(ru_RU) - [Olart](http://olart.ru) |
| 23 | |
| 24 | |
| 25 | == Installation == |
| 26 | |
| 27 | *. Download the custom-post-type-permalinks.zip file to your computer. |
| 28 | *. Unzip the file. |
| 29 | *. Upload the `custom-post-type-permalinks` directory to your `/wp-content/plugins/` directory. |
| 30 | *. Activate the plugin through the 'Plugins' menu in WordPress. |
| 31 | |
| 32 | That's it. You can access the permalinks setting by going to *Settings -> Permalinks*. |
| 33 | |
| 34 | |
| 35 | == Screenshots == |
| 36 | |
| 37 | *. screenshot-1.png |
| 38 | |
| 39 | |
| 40 | == Changelog == |
| 41 | |
| 42 | = 0.9.3.2 = |
| 43 | * wp_get_archives Bug Fix. |
| 44 | |
| 45 | = 0.9.3.1 = |
| 46 | * Tested 3.6 |
| 47 | *Bug Fix. |
| 48 | |
| 49 | |
| 50 | = 0.9.3 = |
| 51 | * Admin page fix. |
| 52 | * slngle pageing link fix. |
| 53 | * Add Russian translation. |
| 54 | |
| 55 | |
| 56 | = 0.9 = |
| 57 | * Add custom post type archive only has_archive->true |
| 58 | * Change method name. |
| 59 | * Change hook custom post link. |
| 60 | * Use Slug in wp_get_archive(). |
| 61 | * Fix attachment link. |
| 62 | |
| 63 | |
| 64 | = 0.8.7 = |
| 65 | * Translate Bug Fix. |
| 66 | |
| 67 | = 0.8.6 = |
| 68 | * Paging Bug Fix. |
| 69 | * Commnent Paging. |
| 70 | * Show pointer. |
| 71 | * |
| 72 | |
| 73 | = 0.8.1 = |
| 74 | * Bug Fix. |
| 75 | |
| 76 | = 0.7.9.1 = |
| 77 | * Support Comment permalink. |
| 78 | * Small change in setting page. |
| 79 | * Change default value. |
| 80 | * Bug Fix. |
| 81 | |
| 82 | = 0.7.8 = |
| 83 | * Bug fix. |
| 84 | |
| 85 | |
| 86 | = 0.7.7 = |
| 87 | * Bug fix. |
| 88 | |
| 89 | = 0.7.6 = |
| 90 | * Add parent's slug to hierarchical post type. |
| 91 | |
| 92 | |
| 93 | = 0.7.5 = |
| 94 | * Add ability to disable to change custom taxonomy archive's permalink. |
| 95 | |
| 96 | |
| 97 | = 0.7.4 = |
| 98 | * Bug fix taxonomy rewrite. |
| 99 | |
| 100 | |
| 101 | = 0.7.3 = |
| 102 | * Changed part for saving the data. |
| 103 | |
| 104 | = 0.7.2 = |
| 105 | * Reweite bug fix. |
| 106 | * Prewview bug fix. |
| 107 | |
| 108 | = 0.7.1 = |
| 109 | * Bug fix. |
| 110 | |
| 111 | = 0.7 = |
| 112 | * Add %{taxonomy}% tag. |
| 113 | * A large number of Bug Fix. |
| 114 | * Change Setting Page. Use Setting API. |
| 115 | |
| 116 | |
| 117 | = 0.6.2 = |
| 118 | * Fix %author% tag. |
| 119 | |
| 120 | = 0.6 = |
| 121 | * First release on wordpress.org |
| 122 |