PluginProbe ʕ •ᴥ•ʔ
Custom Post Type UI / 0.7.0.0
Custom Post Type UI v0.7.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 15 years ago languages 15 years ago custom-post-type-ui.php 15 years ago readme.txt 15 years ago screenshot-1.png 15 years ago screenshot-2.png 15 years ago screenshot-3.png 16 years ago screenshot-4.png 15 years ago screenshot-5.png 16 years ago
readme.txt
213 lines
1 === Custom Post Type UI ===
2 Contributors: williamsba1
3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3084056
4 Tags: custom post types, CMS, post, types, post type, cck, taxonomy, tax
5 Requires at least: 3.0
6 Tested up to: 3.1
7 Stable tag: 0.7
8
9 Admin UI for creating custom post types and custom taxonomies in WordPress
10
11 == Description ==
12
13 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.
14
15 Below is a slightly outdated example video showing Custom Post Type UI in action!
16 [vimeo http://vimeo.com/10187055]
17
18 == Screenshots ==
19
20 1. Create a custom post type
21 2. Create a custom taxonomy
22 3. Custom post type and taxonomies are automatically added to your admin menus
23 4. Easily view and edit existing custom post types. Even "Get Code" generated by the plugin
24 5. Custom taxonomies are automatically added to your content type screens
25
26 == Changelog ==
27
28 = 0.7 =
29 * WordPress 3.1 support
30 * Added has_archive and show_in_menu support
31 * Added label for custom menu name
32 * Updated plugin UI to be consistent with WordPress styles
33 * Added "Get Code" feature to easily copy code used for post types and taxonomies (BETA)
34
35 = 0.6.2 =
36 * Added support for assigning custom taxonomies to post types when creating/editing
37 * Fixed bug when setting hierarchy on a post type (props @JohnPBloch)
38 * Fixed an error when registering a post type with no supported meta boxes
39 * Fixed "Undefined index" error when determining return URLs
40 * Added Chinese translation
41
42 = 0.6.1 =
43 * Added translation functionality and .pot file
44 * Added Japanese translation
45 * Reworked entire path structure fixing "page not found" errors
46 * Fixed "First argument is expected to be a valid callback" error
47 * Random bug fixes
48
49 = 0.6 =
50 * Added support for custom labels with custom post types and taxonomies
51 * Added ability to assign built-in taxonomies to custom post types
52 * Added ability to assign custom taxonomies to multiple post types
53 * Fixed jQuery conflict with other plugins (props shadyvb)
54 * Managing post types now displays total published/draft per type
55 * Code optimization and cleanup
56
57 = 0.5.2 =
58 * Updated excerpts to excerpt in CPT Support field (props vlad27aug)
59
60 = 0.5.1 =
61 * Added flush_rewrite_rules() to reset rules when using custom rewrite slugs
62
63 = 0.5 =
64 * Updated post-thumbnails to thumbnail in CPT Support field
65 * Added singular_label option for custom post types
66 * Added support for custom Rewrite slugs for post types and taxonomies
67 * Reworked entire array structure for easier additions down the road
68 * Fixed Get Code bug in Custom Post Types and Custom Taxonomies
69 * View additional custom post types registered in WordPress
70
71 = 0.4.1 =
72 * Fixed bug with REWRITE and QUERY_VAR values not executing correctly
73 * Set REWRITE and QUERY_VAR values to True by default
74
75 = 0.4 =
76 * Default view now hides advanced options
77 * Get Code link to easily copy/paste code used to create custom post types and taxonomies
78 * Added support for 'author' and 'page-attributes' in CPT Supports field
79
80 = 0.3.1 =
81 * Fixed multiple warnings and errors
82
83 = 0.3 =
84 * added new menu/submenus for individual sections
85 * added support for 'title' and 'editor' in CPT Supports field
86 * added Singular Label for custom taxonomies (props sleary)
87
88 = 0.2.1 =
89 * Set default Query Var setting to False
90
91 = 0.2 =
92 * Added support for creating custom taxonomies
93 * Increased internationalization support
94 * Fixed siteurl bug
95
96 = 0.1.2 =
97 * Fixed a bug where default values were incorrect
98
99 = 0.1.1 =
100 * Fixed a bunch of warnings
101
102 = 0.1 =
103 * First beta release
104
105 == Upgrade Notice ==
106
107 = 0.7 =
108 * WordPress 3.1 support
109 * Added has_archive and show_in_menu support
110 * Added label for custom menu name
111 * Updated plugin UI to be consistent with WordPress styles
112 * Added "Get Code" feature to easily copy code used for post types and taxonomies (BETA)
113
114 = 0.6.2 =
115 * Added support for assigning custom taxonomies to post types when creating/editing
116 * Fixed bug when setting hierarchy on a post type (props @JohnPBloch)
117 * Fixed an error when registering a post type with no supported meta boxes
118 * Fixed "Undefined index" error when determining return URLs
119 * Added Chinese translation
120
121 = 0.6.1 =
122 * Added translation functionality and .pot file
123 * Added Japanese translation
124 * Reworked entire path structure fixing "page not found" errors
125 * Fixed "First argument is expected to be a valid callback" error
126 * Random bug fixes
127
128 = 0.6 =
129 * Added support for custom labels with custom post types and taxonomies
130 * Added ability to assign built-in taxonomies to custom post types
131 * Added ability to assign custom taxonomies to multiple post types
132 * Fixed jQuery conflict with other plugins (props shadyvb)
133 * Managing post types now displays total published/draft per type
134 * Code optimization and cleanup
135
136 = 0.5.2 =
137 * Updated excerpts to excerpt in CPT Support field (props vlad27aug)
138
139 = 0.5.1 =
140 * Added flush_rewrite_rules() to reset rules when using custom rewrite slugs
141
142 = 0.5 =
143 * Fixed multiple bugs
144 * If upgrading from pre 0.5 version you will need to recreate your custom post types
145
146 = 0.4.1 =
147 * Fixed bug with REWRITE and QUERY_VAR values not executing correctly
148
149 = 0.4 =
150 * Default view now hides advanced options
151 * Get Code link to easily copy/paste code used to create custom post types and taxonomies
152 * Added support for 'author' and 'page-attributes' in CPT Supports field
153
154 = 0.3.1 =
155 * Fixed multiple warnings and errors
156
157 = 0.3 =
158 * added new menu/submenus for individual sections
159 * added support for 'title' and 'editor' in CPT Supports field
160 * added Singular Label for custom taxonomies (props sleary)
161
162 = 0.2.1 =
163 * Set default Query Var setting to False
164
165 = 0.2 =
166 * Fixed the siteurl bug
167 * Added support for creating custom taxonomies
168
169 = 0.1.2 =
170 * Fixed a bug where default values were incorrect
171
172 = 0.1.1 =
173 * Fixed a bunch of warnings
174
175 = 0.1 =
176 * First beta release
177
178 == Installation ==
179
180 1. Upload the Custom Post Type UI folder to the plugins directory in your WordPress installation
181 2. Activate the plugin
182 3. Navigate to the Custom Post Type UI Menu
183
184 That's it! Now you can easily start creating custom post types and taxonomies in WordPress
185
186 == Frequently Asked Questions ==
187
188 = How can I add custom meta boxes to my custom post types? =
189
190 The Custom Field Template plugin does a great job at creating custom meta boxes and fully supports custom post types: http://wordpress.org/extend/plugins/custom-field-template/
191
192 = I changed my custom post type name and now I can't get to my posts =
193
194 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/
195
196 = I upgraded the plugin and all of my custom post types broke =
197
198 v0.5 reworked how custom post types are stored. You need to delete and recreate your post types. You will NOT lose any content by doing this.
199
200 = I receive a 404 error when viewing custom post type content =
201
202 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
203
204 = Will this work in previous version of WordPress =
205
206 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.
207
208 = I'm getting an error: Undefined offset =
209
210 v0.3 reworked how custom taxonomies are stored. You need to delete your current taxonomies and recreate them in the new version for this error to go away.
211
212 == Plugin Support ==
213 [Custom Post Type UI Support](http://webdevstudios.com/support/forum/custom-post-type-ui/ "WordPress Plugins and Support Services")