Hello
Is it possible to get an author’s blog posts?
I am trying to build a ‘Team’ page which has a dynamic page for each team member. I want to display a “Blog Posts by this Person” section.
I have tried to filter using the wix-Data
api, but there is no author
field (or anything related to that) in the Blog collection. Also, the collection is ‘Read-Only’, so I can’t add in that field.
Has anyone faced this in the past?
How would I go about solving this through CORVID?
Do I need to create a ‘Category’ for each contributor?