Plugin Directory

Changeset 415758


Ignore:
Timestamp:
07/27/2011 04:08:53 AM (14 years ago)
Author:
cvernon
Message:

small tweak to readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sld-custom-content-and-taxonomies/trunk/readme.txt

    r415656 r415758  
    1010This code-only developer plugin allows you to register new post types easily, with good default values and some extended functionality.
    1111
     12It gives 2 functions, each that wraps or extends a core WordPress function in a few extras:
     13
     141. sld_register_post_type( 'type', $optional_args, $optional_custom_plural ) which extends register_post_type()
     151. sld_register_taxonomy( 'taxonomy', $optional_args ) which extends register_taxonomy()
     16
     17We use it in many of our sites here @ <http://stresslimitdesign.com>
     18
    1219Based on the work of Matt Wiebe @ <http://somadesign.ca>
    1320
    1421== Installation ==
    1522
    16 This section describes how to install the plugin and get it working.
    17 
    18 e.g.
    19 
    20231. 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
    21241. Activate the plugin through the 'Plugins' menu in WordPress
    22 1. Use the 3 useful functions included here in your functions.php files to create custom post types, and to register and unregister custom taxonomies
     251. Use the useful functions included here in your functions.php files to create custom post types, and to register and unregister custom taxonomies
    2326
    2427== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.