When you think of post types, the important word to remember is organization. The post type itself will not add really any functionality, but it allows us to better organize WordPress content and build admin dashboards that are more specific to the type of site that we are working with.
Here are some important things to remember when working with post types:
- When you create a new post type, a new upper level nav element will appear the main left side admin menu. From there, all of the standard post and page editors are available.
- The URL string for a new post type will be : http://yoursite.com/{post-type}/{title}/.
- You can create post type archive pages just like you do with categories, and you can even create special template files by creating an archive-{post-type}.php file.
For other info on integrating post types, querying post types, and overall functions, visit the WordPress Codex.
This tutorial contains :
- Integrating Post Types
- Displaying Post Types
- Integrating Taxonomies
- Displaying Taxonomies
- Using Post Types and Taxonomies
The post WordPress Post Types and Taxonomies appeared first on Tutorial Mini.
Related posts:
- WordPress Excerpts – Replace [...] by the link “Read More”
- WordPress Basic – Installing WordPress
- WordPress Basic – Installing WordPress – Famous 5-Minute Install
via Tutorial Mini http://tutorialmini.com/wordpress-post-types-and-taxonomies/
No comments:
Post a Comment