Changeset 415758
- Timestamp:
- 07/27/2011 04:08:53 AM (14 years ago)
- File:
-
- 1 edited
-
sld-custom-content-and-taxonomies/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sld-custom-content-and-taxonomies/trunk/readme.txt
r415656 r415758 10 10 This code-only developer plugin allows you to register new post types easily, with good default values and some extended functionality. 11 11 12 It gives 2 functions, each that wraps or extends a core WordPress function in a few extras: 13 14 1. sld_register_post_type( 'type', $optional_args, $optional_custom_plural ) which extends register_post_type() 15 1. sld_register_taxonomy( 'taxonomy', $optional_args ) which extends register_taxonomy() 16 17 We use it in many of our sites here @ <http://stresslimitdesign.com> 18 12 19 Based on the work of Matt Wiebe @ <http://somadesign.ca> 13 20 14 21 == Installation == 15 22 16 This section describes how to install the plugin and get it working.17 18 e.g.19 20 23 1. Upload the `sld-custom-content-and-taxonomies` folder to the `/wp-content/plugins/` directory, or better yet use SVN to manage WordPress and plugins installation 21 24 1. Activate the plugin through the 'Plugins' menu in WordPress 22 1. Use the 3useful functions included here in your functions.php files to create custom post types, and to register and unregister custom taxonomies25 1. Use the useful functions included here in your functions.php files to create custom post types, and to register and unregister custom taxonomies 23 26 24 27 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.