Hi,
I'm using the portfolio press theme in local (mac/mamp), you can see a demo there
http://wptheming.com/2010/07/portfolio-theme/
This theme is using a custom post type for the portfolio page
so it had all your post in the same page 'portfolio' and i want to create different 4 submenu for my portfolio page :
portfolio :
- event
- illustration
- webdesign
- fashion
How to do that ?
Thanks
v
Use the portfolio tags to categorize each item (event, illustration, etc.). Then create a new menu item (using the WordPress menus) to link to that tag. I forget exactly what the link is, but if you click on the tag link when you are viewing the single portfolio item it should take you there.
in terms of organizing a portfolio, i think it'd be better to include categories into the theme Custom Post Type
Both tags and categories will be included in the next version.
It also will use a plugin (http://wordpress.org/extend/plugins/portfolio-post-type) to enable the post type rather than making it theme reliant.