PluginProbe ʕ •ᴥ•ʔ
Custom Post Type Permalinks / 1.4.0
Custom Post Type Permalinks v1.4.0
1.2.0 1.3.0 1.3.1 1.4.0 1.5.1 1.5.2 1.5.4 2.0.0 2.0.1 2.0.2 2.1.1 2.1.2 2.1.3 2.2.0 3.0.0 3.0.1 3.1.0 3.1.1 3.1.3 3.1.4 3.1.5 3.2.0 3.2.1 3.2.2 3.3.0 3.3.1 3.3.4 3.3.5 3.4.0 3.4.0-rc.1 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.5.2 3.5.3 3.5.4 3.5.5 trunk 0.6 0.6.1 0.6.2 0.7 0.7.1 0.7.10 0.7.2 0.7.2.1 0.7.3 0.7.3.1 0.7.4 0.7.4.1 0.7.5 0.7.5.1 0.7.5.2 0.7.5.6 0.7.6 0.7.8 0.7.9 0.7.9.1 0.7.9.2 0.8 0.8.1 0.8.6 0.8.7 0.8.7.1 0.8.7.5 0.8.7.6 0.9 0.9.1 0.9.2.1 0.9.3.1 0.9.3.2 0.9.3.3 0.9.5 0.9.5.1 0.9.5.2 0.9.5.3 0.9.5.4 0.9.5.6 0.9.6 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0
custom-post-type-permalinks / readme.md
custom-post-type-permalinks Last commit date
CPTP 10 years ago language 10 years ago .svnignore 10 years ago CPTP.php 10 years ago custom-post-type-permalinks.php 10 years ago license.txt 12 years ago readme.md 10 years ago readme.txt 10 years ago screenshot-1.png 14 years ago
readme.md
262 lines
1 # Custom Post Type Permalinks
2 Donate link: http://www.amazon.co.jp/registry/wishlist/COKSXS25MVQV
3 License: GPLv2 or Later
4
5 Edit the permalink of custom post type.
6
7
8 [](https://travis-ci.org/torounit/custom-post-type-permalinks![Build Status](https://travis-ci.org/torounit/custom-post-type-permalinks.svg)](https://travis-ci.org/torounit/custom-post-type-permalinks](https://travis-ci.org/torounit/custom-post-type-permalinks)
9 [](https://wordpress.org/plugins/custom-post-type-permalinks/![](https://img.shields.io/wordpress/plugin/dt/custom-post-type-permalinks.svg)](https://wordpress.org/plugins/custom-post-type-permalinks/](https://wordpress.org/plugins/custom-post-type-permalinks/)
10 [](https://wordpress.org/plugins/custom-post-type-permalinks/![](https://img.shields.io/wordpress/v/custom-post-type-permalinks.svg)](https://wordpress.org/plugins/custom-post-type-permalinks/](https://wordpress.org/plugins/custom-post-type-permalinks/)
11 [](https://wordpress.org/plugins/custom-post-type-permalinks/![](https://img.shields.io/wordpress/plugin/r/custom-post-type-permalinks.svg)](https://wordpress.org/plugins/custom-post-type-permalinks/](https://wordpress.org/plugins/custom-post-type-permalinks/)
12
13 [](https://wordpress.org/plugins/custom-post-type-permalinks/![](http://www.torounit.com/wp-content/uploads/2011/11/banner-772x250.png)](https://wordpress.org/plugins/custom-post-type-permalinks/](https://wordpress.org/plugins/custom-post-type-permalinks/)
14
15 ## Description
16
17 Custom Post Type Permalinks allow you edit the permalink structure of custom post type.
18
19 Change custom taxonomy archive's permalink to "example.org/post_type/taxonomy_name/term_slug". Can disable this fix.
20
21 And support wp_get_archives( "post_type=foo" ).
22
23 [](https://github.com/torounit/custom-post-type-permalinksThis Plugin published on GitHub.](https://github.com/torounit/custom-post-type-permalinks](https://github.com/torounit/custom-post-type-permalinks)
24
25 Donation: Please send amazon.co.jp Gift to donate[at]torounit.com.
26
27 ### Translators
28
29 * French(fr_FR) - [](http://geoffrey.crofte.fr/Geoffrey Crofte](http://geoffrey.crofte.fr/](http://geoffrey.crofte.fr/)
30 * Japanese(ja) - [](http://www.torounit.com/Toro_Unit](http://www.torounit.com/](http://www.torounit.com/)
31 * Russian(ru_RU) - [](http://olart.ruOlart](http://olart.ru](http://olart.ru), [](https://profiles.wordpress.org/natali_zNatali_Z](https://profiles.wordpress.org/natali_z](https://profiles.wordpress.org/natali_z)
32
33 ## Setting on Code
34
35 Example:
36
37 `
38 register_post_type( 'foo',
39 array(
40 "public" => true,
41 'has_archive' => true,
42 "rewrite" => [
43 "with_front" => true
44 ],
45 "cptp_permalink_structure" => "%post_id%"
46 )
47 );
48 `
49
50
51 ## Installation
52
53 * Download the custom-post-type-permalinks.zip file to your computer.
54 * Unzip the file.
55 * Upload the `custom-post-type-permalinks` directory to your `/wp-content/plugins/` directory.
56 * Activate the plugin through the 'Plugins' menu in WordPress.
57
58 That's it. You can access the permalinks setting by going to *Settings -> Permalinks*.
59
60
61 ## Screenshots
62
63 * screenshot-1.png
64
65
66 ## Changelog
67
68 ### 1.3.1
69
70 * bugfix `wp_get_archives`.
71
72 ### 1.3.0
73
74 * bugfix for polylang.
75
76 ### 1.2.0
77
78 * Add filter `cptp_post_type_link_priority`, `cptp_term_link_priority`, `cptp_attachment_link_priority`.
79 * Add action `CPTP_registered_modules`.
80
81 ### 1.1.0
82
83 * WPML Test. thanks [](https://profiles.wordpress.org/keita_kobayashikeita_kobayashi](https://profiles.wordpress.org/keita_kobayashi](https://profiles.wordpress.org/keita_kobayashi) !
84
85 ### 1.0.5
86
87 * admin bug fix. thanks [](https://profiles.wordpress.org/ixkaitoixkaito](https://profiles.wordpress.org/ixkaito](https://profiles.wordpress.org/ixkaito) !
88 * Translation Update Thanks [](https://profiles.wordpress.org/natali_zNatali_Z](https://profiles.wordpress.org/natali_z](https://profiles.wordpress.org/natali_z) !
89
90 ### 1.0.4
91
92 * option bug fix.
93
94 ### 1.0.3
95
96 * add category rule, if only attached category to post type.
97
98 ### 1.0.2
99
100 * category slug bug fix.
101
102 ### 1.0.0
103
104 * Set Permalink enable register_post_type.
105 * Enable add post type query to taxonomy archives.
106 * Use Class Autoloader.
107 * Create Rewrite Rule on `wp_loaded` action.
108 * WordPress Code Format Fix.
109 * CPTP_Module_Permalink Bug Fix.
110 * Bug Fix.
111 * Use Semantic Versioning.
112 * Date Structure Fix.
113 * Use Category Base.
114
115 ### 0.9.7
116
117 * Adding date slug only conflicting %post_id%.
118 * Change taxonomy link rewrite rule. Use post_type.
119 * Can change template include custom taxonomy.
120
121 ### 0.9.6
122
123 * Category and author.
124 * French Transration. Thanks Geoffrey!
125 * Hierarchial Term Fix.
126
127 ### 0.9.5.6
128
129 * Strict Standard Error Fix.
130
131 ### 0.9.5.4
132
133 * archive link bug fix.
134 * Tested Up 3.9
135
136 ### 0.9.5.3
137
138 * “/”bug fix.
139 * taxonomy tmplate bug fix.
140
141 ### 0.9.5.2
142
143 * Archives Rewrite Fix.
144
145 ### 0.9.5.1
146
147 * Admin Bug Fix.
148
149 ### 0.9.5
150
151 * Big change plugin architecture.
152 * Show has_archive, with_front.
153
154 ### 0.9.4
155
156 * Internal release.
157
158 ### 0.9.3.3
159
160 * has_archive Bug Fix.
161 * Fixed a bug in the link, including the extension.
162
163 ### 0.9.3.2
164
165 * wp_get_archives Bug Fix.
166
167 ### 0.9.3.1
168
169 * Tested 3.6
170 * Bug Fix.
171
172
173 ### 0.9.3
174
175 * Admin page fix.
176 * slngle pageing link fix.
177 * Add Russian translation.
178
179
180 ### 0.9
181
182 * Add custom post type archive only has_archive->true
183 * Change method name.
184 * Change hook custom post link.
185 * Use Slug in wp_get_archive().
186 * Fix attachment link.
187
188
189 ### 0.8.7
190
191 * Translate Bug Fix.
192
193 ### 0.8.6
194
195 * Paging Bug Fix.
196 * Commnent Paging.
197 * Show pointer.
198 *
199
200 ### 0.8.1
201
202 * Bug Fix.
203
204 ### 0.7.9.1
205
206 * Support Comment permalink.
207 * Small change in setting page.
208 * Change default value.
209 * Bug Fix.
210
211 ### 0.7.8
212
213 * Bug fix.
214
215
216 ### 0.7.7
217
218 * Bug fix.
219
220 ### 0.7.6
221
222 * Add parent's slug to hierarchical post type.
223
224
225 ### 0.7.5
226
227 * Add ability to disable to change custom taxonomy archive's permalink.
228
229
230 ### 0.7.4
231
232 * Bug fix taxonomy rewrite.
233
234
235 ### 0.7.3
236
237 * Changed part for saving the data.
238
239 ### 0.7.2
240
241 * Reweite bug fix.
242 * Prewview bug fix.
243
244 ### 0.7.1
245
246 * Bug fix.
247
248 ### 0.7
249
250 * Add %{taxonomy}% tag.
251 * A large number of Bug Fix.
252 * Change Setting Page. Use Setting API.
253
254
255 ### 0.6.2
256
257 * Fix %author% tag.
258
259 ### 0.6
260
261 * First release on wordpress.org
262