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