![]() |
Wordless
Stop writing themes like it's 1998.
|
This module provides methods for handling of WordPress "models" ( Posts and Taxonomies ), making easy to create new post types or new taxonomies. More...
Public Member Functions | |
| new_post_type ($name, $supports=array("title", "editor"), $options=array()) | |
| Creates a new post type. More... | |
| new_taxonomy ($name, $post_types, $options=array()) | |
| Create a new taxonomy. More... | |
This module provides methods for handling of WordPress "models" ( Posts and Taxonomies ), making easy to create new post types or new taxonomies.
1.8.17