How do I get rid of all the other project types at the bottom of a portfolio page?
-
I have started using the portfolio page template and I notice that some pages show other project types when you scroll down. I only want it to show one and I have specified this in my shortcode.
Example:
http://shannoninthestudio.com/work/
[portfolio display_types=true display_tags=false display_content=false include_type=all-work columns=3 orderby=title]
Only one project should appear on this page as it is the only project of that type (all-work) for now. How do I get rid of that archive or whatever it is at the bottom?
The blog I need help with is: (visible only to logged in users)
-
The way to get this to work the way you expect is to add “project-type” pages to your menu rather than traditional pages using the shortcode.
For example, the all work project page looks like this:
http://shannoninthestudio.com/project-type/all-work/
If you go to your appearance>menus in your dashboard and replace the pages you’ve created with the “project type” pages, the new page will render the way you prefer.
Let me know if you have any questions about that!
-
But then is there a way to control how the projects are ordered or if an excerpt is shown?
-
This was definitely a tricky one!
The problem is you need to change the page template back to default. Having the page set up in the portfolio format is re-adding the portfolio to the bottom :)
-
-
- The topic ‘How do I get rid of all the other project types at the bottom of a portfolio page?’ is closed to new replies.