PluginProbe ʕ •ᴥ•ʔ
Custom Post Type UI / 0.8.0.0
Custom Post Type UI v0.8.0.0
1.19.2 1.19.1 1.19.0 trunk 0.7.0.0 0.7.1.0 0.7.2.0 0.8.0.0 0.8.1 0.8.2 0.8.3 0.8.4 0.8.5 0.9.0 0.9.5 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.1.1 1.1.2 1.1.3 1.10.0 1.10.1 1.10.2 1.11.0 1.11.1 1.11.2 1.12.0 1.12.1 1.13.0 1.13.1 1.13.2 1.13.3 1.13.4 1.13.5 1.13.6 1.13.7 1.14.0 1.15.0 1.15.1 1.16.0 1.17.0 1.17.1 1.17.2 1.17.3 1.18.0 1.18.1 1.18.2 1.18.3 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.0 1.6.1 1.6.2 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.8.0 1.8.1 1.8.2 1.9.0 1.9.1 1.9.2
custom-post-type-ui / readme.txt
custom-post-type-ui Last commit date
images 12 years ago languages 12 years ago README.md 12 years ago custom-post-type-ui.php 12 years ago readme.txt 12 years ago screenshot-1.png 12 years ago screenshot-2.png 12 years ago screenshot-3.png 12 years ago screenshot-4.png 12 years ago screenshot-5.png 12 years ago
readme.txt
250 lines
1 === Custom Post Type UI ===
2 Contributors: williamsba1, tw2113, webdevstudios
3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3084056
4 Tags: custom post types, CPT, CMS, post, types, post type, cck, taxonomy, tax, custom
5 Requires at least: 3.1
6 Tested up to: 3.6
7 Stable tag: 0.8
8 License: GPLv2
9
10 Admin UI for creating custom post types and custom taxonomies in WordPress
11
12 == Description ==
13
14 This plugin provides an easy to use interface to create and administer custom post types and taxonomies in WordPress. This plugin is created for WordPress 3.x.
15
16 Please note that this plugin will NOT handle display of registered post types or taxonomies in your current theme. It will simply register them for you.
17
18 All official development on this plugin is on GitHub. Version bumps will still be published here on WordPress.org. You can find the repo at [https://github.com/WebDevStudios/custom-post-type-ui](https://github.com/WebDevStudios/custom-post-type-ui). Please file issues, bugs, and enhancement ideas there, when possible.
19
20 == Screenshots ==
21
22 1. Create a custom post type
23 2. Create a custom taxonomy
24 3. Custom post type and taxonomies are automatically added to your admin menus
25 4. Easily view and edit existing custom post types. Even "Get Code" generated by the plugin
26 5. Custom taxonomies are automatically added to your content type screens
27
28 == Changelog ==
29
30 = 0.8 =
31 * Added "with_front" support
32 * Added menu icon support. Upload and save full URL from Media Library
33 * Added General post formats support
34 * Every string is translation ready
35 * Better fallback options for new install that haven't created anything yet
36 * More notes to help users with options
37 * Code refactoring and cleanup
38 * Fix for possible empty rewrite value
39 * Fixed slashes issue with description field and taxonomy label fields
40 * Fixed issue with capabilities input having two value attributes
41 * Flush rewrite rules on deactivation
42 * UI touchups
43 * Updated screenshots.
44
45 = 0.7.2 =
46 * Added exclude_from_search support
47 * Fixed display bug with capability type
48 * Fixed JavaScript bug
49 * Strict CPT name check
50 * Code cleanup
51
52 = 0.7.1 =
53 * Fixed XSS security bug (props Duck)
54
55 = 0.7 =
56 * WordPress 3.1 support
57 * Added has_archive and show_in_menu support
58 * Added label for custom menu name
59 * Updated plugin UI to be consistent with WordPress styles
60 * Added "Get Code" feature to easily copy code used for post types and taxonomies (BETA)
61
62 = 0.6.2 =
63 * Added support for assigning custom taxonomies to post types when creating/editing
64 * Fixed bug when setting hierarchy on a post type (props @JohnPBloch)
65 * Fixed an error when registering a post type with no supported meta boxes
66 * Fixed "Undefined index" error when determining return URLs
67 * Added Chinese translation
68
69 = 0.6.1 =
70 * Added translation functionality and .pot file
71 * Added Japanese translation
72 * Reworked entire path structure fixing "page not found" errors
73 * Fixed "First argument is expected to be a valid callback" error
74 * Random bug fixes
75
76 = 0.6 =
77 * Added support for custom labels with custom post types and taxonomies
78 * Added ability to assign built-in taxonomies to custom post types
79 * Added ability to assign custom taxonomies to multiple post types
80 * Fixed jQuery conflict with other plugins (props shadyvb)
81 * Managing post types now displays total published/draft per type
82 * Code optimization and cleanup
83
84 = 0.5.2 =
85 * Updated excerpts to excerpt in CPT Support field (props vlad27aug)
86
87 = 0.5.1 =
88 * Added flush_rewrite_rules() to reset rules when using custom rewrite slugs
89
90 = 0.5 =
91 * Updated post-thumbnails to thumbnail in CPT Support field
92 * Added singular_label option for custom post types
93 * Added support for custom Rewrite slugs for post types and taxonomies
94 * Reworked entire array structure for easier additions down the road
95 * Fixed Get Code bug in Custom Post Types and Custom Taxonomies
96 * View additional custom post types registered in WordPress
97
98 = 0.4.1 =
99 * Fixed bug with REWRITE and QUERY_VAR values not executing correctly
100 * Set REWRITE and QUERY_VAR values to True by default
101
102 = 0.4 =
103 * Default view now hides advanced options
104 * Get Code link to easily copy/paste code used to create custom post types and taxonomies
105 * Added support for 'author' and 'page-attributes' in CPT Supports field
106
107 = 0.3.1 =
108 * Fixed multiple warnings and errors
109
110 = 0.3 =
111 * added new menu/submenus for individual sections
112 * added support for 'title' and 'editor' in CPT Supports field
113 * added Singular Label for custom taxonomies (props sleary)
114
115 = 0.2.1 =
116 * Set default Query Var setting to False
117
118 = 0.2 =
119 * Added support for creating custom taxonomies
120 * Increased internationalization support
121 * Fixed siteurl bug
122
123 = 0.1.2 =
124 * Fixed a bug where default values were incorrect
125
126 = 0.1.1 =
127 * Fixed a bunch of warnings
128
129 = 0.1 =
130 * First beta release
131
132 == Upgrade Notice ==
133
134 = 0.7.2 =
135 * Added exclude_from_search support
136 * Fixed display bug with capability type
137 * Fixed JavaScript bug
138 * Strict CPT name check
139 * Code cleanup
140
141 = 0.7.1 =
142 * XSS security bug patched
143
144 = 0.7 =
145 * WordPress 3.1 support
146 * Added has_archive and show_in_menu support
147 * Added label for custom menu name
148 * Updated plugin UI to be consistent with WordPress styles
149 * Added "Get Code" feature to easily copy code used for post types and taxonomies (BETA)
150
151 = 0.6.2 =
152 * Added support for assigning custom taxonomies to post types when creating/editing
153 * Fixed bug when setting hierarchy on a post type (props @JohnPBloch)
154 * Fixed an error when registering a post type with no supported meta boxes
155 * Fixed "Undefined index" error when determining return URLs
156 * Added Chinese translation
157
158 = 0.6.1 =
159 * Added translation functionality and .pot file
160 * Added Japanese translation
161 * Reworked entire path structure fixing "page not found" errors
162 * Fixed "First argument is expected to be a valid callback" error
163 * Random bug fixes
164
165 = 0.6 =
166 * Added support for custom labels with custom post types and taxonomies
167 * Added ability to assign built-in taxonomies to custom post types
168 * Added ability to assign custom taxonomies to multiple post types
169 * Fixed jQuery conflict with other plugins (props shadyvb)
170 * Managing post types now displays total published/draft per type
171 * Code optimization and cleanup
172
173 = 0.5.2 =
174 * Updated excerpts to excerpt in CPT Support field (props vlad27aug)
175
176 = 0.5.1 =
177 * Added flush_rewrite_rules() to reset rules when using custom rewrite slugs
178
179 = 0.5 =
180 * Fixed multiple bugs
181 * If upgrading from pre 0.5 version you will need to recreate your custom post types
182
183 = 0.4.1 =
184 * Fixed bug with REWRITE and QUERY_VAR values not executing correctly
185
186 = 0.4 =
187 * Default view now hides advanced options
188 * Get Code link to easily copy/paste code used to create custom post types and taxonomies
189 * Added support for 'author' and 'page-attributes' in CPT Supports field
190
191 = 0.3.1 =
192 * Fixed multiple warnings and errors
193
194 = 0.3 =
195 * added new menu/submenus for individual sections
196 * added support for 'title' and 'editor' in CPT Supports field
197 * added Singular Label for custom taxonomies (props sleary)
198
199 = 0.2.1 =
200 * Set default Query Var setting to False
201
202 = 0.2 =
203 * Fixed the siteurl bug
204 * Added support for creating custom taxonomies
205
206 = 0.1.2 =
207 * Fixed a bug where default values were incorrect
208
209 = 0.1.1 =
210 * Fixed a bunch of warnings
211
212 = 0.1 =
213 * First beta release
214
215 == Installation ==
216
217 1. Upload the Custom Post Type UI folder to the plugins directory in your WordPress installation
218 2. Activate the plugin
219 3. Navigate to the Custom Post Type UI Menu
220
221 That's it! Now you can easily start creating custom post types and taxonomies in WordPress
222
223 == Frequently Asked Questions ==
224
225 = How can I display content from a custom post type on my website? =
226
227 Justin Tadlock has written some great posts on the topic:
228 [Showing Custom Post Types on your Home Page](https://github.com/WebDevStudios/custom-post-type-ui)
229 [Custom Post Types in WordPress](http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress)
230
231 = How can I add custom meta boxes to my custom post types? =
232
233 The More Fields plugin does a great job at creating custom meta boxes and fully supports custom post types: http://wordpress.org/extend/plugins/more-fields/
234
235 = I changed my custom post type name and now I can't get to my posts =
236
237 You can either change the custom post type name back to the original name or try the Post Type Switcher plugin here: http://wordpress.org/extend/plugins/post-type-switcher/
238
239 = I receive a 404 error when viewing custom post type content =
240
241 This is usually caused if the rewrite slug was changed. To fix this issue simply visit Settings > Permalinks to flush the rewrite rules in WordPress
242
243 = Will this work in previous version of WordPress =
244
245 The register_post_type function was added in WordPress 2.9 so technically it should work in 2.9, but there is no admin menu UI so all post types are created and used behind the scenes.
246
247 == Other Notes ==
248
249 = Outside contributors that we wish to thank =
250 [brandondove](https://github.com/brandondove)