Changeset 865208
- Timestamp:
- 02/26/2014 05:11:47 AM (12 years ago)
- File:
-
- 1 edited
-
simple-content-construction-kit/trunk/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-content-construction-kit/trunk/README.txt
r793464 r865208 13 13 == Description == 14 14 15 [youtube http://www.youtube.com/watch?v=-wh9u38a2MI] 16 15 17 Simple Custom post type custom field creator. 16 18 17 This plugin has following features 18 * Now Create Meta title, Meta Description and meta keyowrds fields for custom content type 19 * Manage defaults fields for custom post type like (title ,editor, author, thumbnail, excerpt, comments,revisions) 20 * Add custom fields to Post and pages. 21 * Add custom fields In content list. 22 * Support many fields like textfield, textarea, html editor, radio buttons, checkboxes, select, date, image, file, 23 * Spacial fields like user reference, content reference 24 * Create new content type in just two clicks. 25 * Multiple content types can be arranged under a single parent menu at admin section. 26 * Supports the positioning of menu. 27 * jquery calender for date fields 28 * taxonomy fields create in just one click. 29 * Set different thumbnail size of each image. 30 * alt tag fields for image. 31 * Create multiple mataboxes of grouping fields. 32 * Arrage metabox by drag n drop. 33 * Arrage fields within metabox by drag & drop 34 * Drag n drop interface to arrange content type in admin menu. 35 * Load all custom fields key=>value in template file with the use one single function and all images and files will be loaded ex: $data = simple_cck::get_post_data($post_id) 19 * Creates New Content Type in Just Two clicks 20 21 * Loads custum post type data in template file using one function 22 23 $data = simple_cck::get_post_data($post_id) 24 25 * Support Basic Fields Like textfield, Textarea, Html Editor, Radio buttons, Checkboxes and Select 26 27 * Supports Some special fields like Date, Image and File, 28 29 * Supports Advanced fields like Post Refrence , User Reference and Taxonomy. 30 31 * Supports Advanced fields like Post Refrence and User Reference. 32 33 * Set Meta title, Meta Description and meta keyowrds fields for custom content type. 34 35 * Manage defaults fields for custom post type like (title ,editor, author, thumbnail, excerpt, comments,revisions) 36 37 * Multiple content types can be arranged under a single parent menu at admin section. 38 39 * jQuery Calender for date fields 40 41 * Set Different thumbnail size of each image. 42 43 * Alt tag fields for image. 44 45 * Create multiple mataboxes of grouping fields. 46 47 * Arrage metabox by drag n drop. 48 49 * Arrage fields within metabox by drag & drop 50 51 * Drag n drop interface to arrange content type in Admin menu. 36 52 37 53
Note: See TracChangeset
for help on using the changeset viewer.