I'm trying to make a custom collection for displaying customTypes as a way to make it easier for us to update and maintain our portfolio.
I'm having issues displaying the collection of items from portfolio.list. When visiting the collection (not the individual posts) it just returns 'No project in portfolio', indicating that items arenot found in {.repeated section items}.
Very thankful for any insight into what i'm missing here... The items/posts works as expected.
here's a simplified code example of what I have:
collections/portfolio.list
{.repeated section items}
<h1>{title}</h1>
{.or}
No projekt in portfolio
{.end}
Question
Jakkabobo 0
Hey,
I'm trying to make a custom collection for displaying customTypes as a way to make it easier for us to update and maintain our portfolio.
I'm having issues displaying the collection of items from portfolio.list. When visiting the collection (not the individual posts) it just returns 'No project in portfolio', indicating that items arenot found in {.repeated section items}.
Very thankful for any insight into what i'm missing here... The items/posts works as expected.
here's a simplified code example of what I have:
collections/portfolio.list
collections/portfolio.item
collections/portfolio.conf
{ "title" : "Portfolio", "ordering" : "chronological", "addText" : "Add project", "acceptTypes" : [ "text" ] }
Link to post
Top Posters For This Question
2
Popular Days
Jan 20
2
Top Posters For This Question
Jakkabobo 2 posts
Popular Days
Jan 20 2020
2 posts
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment