View Single Post
01-06-2011, 07:46 PM
#9
Jordan is offline Jordan
Jordan's Avatar
Status: #pugs {display: block;}
Join date: Jan 2007
Location: Chicago
Expertise: CSS, HTML, PHP
Software: Sublime Text 2
 
Posts: 1,187
iTrader: 7 / 100%
 

Jordan is on a distinguished road

  Old

Well, if you setup a custom post type, then you have tags (or categories) specific to THAT custom post type only.

So if I make a "Products" post type, I can create a custom taxonomy for cat/tags for 'Products.' I can even set a permalink to be domain.com/products/post-title.

All that would be created in functions.php.

http://sixrevisions.com/wordpress/wo...t-types-guide/
http://wptheming.com/2010/08/how-to-...tom-post-type/
http://wptheming.com/2010/08/custom-...for-post-type/

Thanked by:
Gaz (01-07-2011)