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
103 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.1 |
| 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 | Nightly Build https://github.com/Toro-Unit/custom-post-type-permalinks |
| 16 | |
| 17 | |
| 18 | |
| 19 | |
| 20 | == Installation == |
| 21 | |
| 22 | 1. Download the custom-post-type-permalinks.zip file to your computer. |
| 23 | 1. Unzip the file. |
| 24 | 1. Upload the `custom-post-type-permalinks` directory to your `/wp-content/plugins/` directory. |
| 25 | 1. Activate the plugin through the 'Plugins' menu in WordPress. |
| 26 | |
| 27 | That's it. You can access the permalinks setting by going to *Settings -> Permalinks*. |
| 28 | |
| 29 | |
| 30 | == Screenshots == |
| 31 | |
| 32 | 1. screenshot-1.png |
| 33 | |
| 34 | |
| 35 | == Changelog == |
| 36 | |
| 37 | = 0.9 = |
| 38 | * Add custom post type archive only has_archive->true |
| 39 | * Change method name. |
| 40 | * Change hook custom post link. |
| 41 | * Use Slug in wp_get_archive(). |
| 42 | * Fix attachment link. |
| 43 | |
| 44 | |
| 45 | = 0.8.7 = |
| 46 | * Translate Bug Fix. |
| 47 | |
| 48 | = 0.8.6 = |
| 49 | * Paging Bug Fix. |
| 50 | * Commnent Paging. |
| 51 | * Show pointer. |
| 52 | * |
| 53 | |
| 54 | = 0.8.1 = |
| 55 | * Bug Fix. |
| 56 | |
| 57 | = 0.7.9.1 = |
| 58 | * Support Comment permalink. |
| 59 | * Small change in setting page. |
| 60 | * Change default value. |
| 61 | * Bug Fix. |
| 62 | |
| 63 | = 0.7.8 = |
| 64 | * Bug fix. |
| 65 | |
| 66 | |
| 67 | = 0.7.7 = |
| 68 | * Bug fix. |
| 69 | |
| 70 | = 0.7.6 = |
| 71 | * Add parent's slug to hierarchical post type. |
| 72 | |
| 73 | |
| 74 | = 0.7.5 = |
| 75 | * Add ability to disable to change custom taxonomy archive's permalink. |
| 76 | |
| 77 | |
| 78 | = 0.7.4 = |
| 79 | * Bug fix taxonomy rewrite. |
| 80 | |
| 81 | |
| 82 | = 0.7.3 = |
| 83 | * Changed part for saving the data. |
| 84 | |
| 85 | = 0.7.2 = |
| 86 | * Reweite bug fix. |
| 87 | * Prewview bug fix. |
| 88 | |
| 89 | = 0.7.1 = |
| 90 | * Bug fix. |
| 91 | |
| 92 | = 0.7 = |
| 93 | * Add %{taxonomy}% tag. |
| 94 | * A large number of Bug Fix. |
| 95 | * Change Setting Page. Use Setting API. |
| 96 | |
| 97 | |
| 98 | = 0.6.2 = |
| 99 | * Fix %author% tag. |
| 100 | |
| 101 | = 0.6 = |
| 102 | * First release on wordpress.org |
| 103 |