Changes between Version 10 and Version 11 of Ticket #14746
- Timestamp:
- 08/31/2010 02:39:26 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14746 – Description
v10 v11 5 5 It can also be implemented as a post meta field. Since there can be only one type per post, a taxonomy could be overkill. Using meta would also save us an extra taxonomy query. Using a taxonomy would, however, make it easier for plugins to add new types persistently. 6 6 7 UI on the edit post form will allow selecting from one of the t erms in the wp_post_style taxonomy. Themes will be provided some simple API such as get_post_style() and has_post_style().7 UI on the edit post form will allow selecting from one of the types. Themes will be provided some simple API such as get_post_style() and has_post_style().