Architecture site
I’ve created a custom layout for the portfolio items, which is working great. I have a custom layout for the portfolio archive pages, but I can’t get that to work as it should.
Here are my current challenges:
- Root portfolio archive (“/Projects”) shows all the portfolio items, with no sorting whatsoever (and is not using the custom archive layout). I actually want this root page to show the four sub-categories (Commercial, Interior, Office, Residential) using an archive layout page I have designed.
- Clicking on any of those four, of course, would go to the respective index pages for those categories
- I would like to have the categories and sub-categories show in the permalink format, and in the breadcrumb path, using that element. Visitors need to be able to jump to any level of the portfolios. I have tried the custom permalink settings numerous times but it doesn’t seem to take (I have all the categories setup as nesting properly as far as I know )
- I would like a “next” button on each portfolio item page — but one that links only in that category (and probably loops at the last one)
- How can I control the number of items are displayed on a page before the pagination arrow at the bottom?
To summarize:
I want to have a permalink like this sitename/projects/residential/single-family/item name;
I want the breadcrumb element to display the same;
I want the root portfolio page and each category page to show only the thumbnails of the next-lower-level items, using the custom layout I designed