portfolio withing a portfolio?
-
I am an artist. I am creating a shop page. I am using portfolio in that page to show categories. (originals, ,note cards etc)My question: can I make those catagories portfolios? When you click in note cards I then want u to c ll the variety in there like on my shop page but all just note cards…
The blog I need help with is: (visible only to logged in users)
-
Hi,
See the Portfolio Shortcode support page. You may create separate pages which display only portfolio projects assigned to specific types. A project type is akin to a post category. For example, the code
[portfolio display_types=true display_tags=false include_type=originals columns=3 showposts=10 orderby=title]
would display the latest 10 projects assigned the type “originals,” in alphanumeric order, in rows of three, with the type shown.You might want to use a custom menu to provide links to such pages, because it would allow you to have a top-level menu item such as “Projects” or “Project Types,” with links to the project types archives pages falling below in a drop-down menu (as sub-menu items).
- The topic ‘portfolio withing a portfolio?’ is closed to new replies.