Hello,
Perhaps someone can help me.
I need to create an article index that updates automatically when a new article is added.
I have a parent document file - "articles" - and ~20 different documents under that parent. What I want is that the "articles" page will have a vertical list of all the articles that are stored under it, and that will update automatically when one of the content writers adds an article.
How should I best approach this? I considered the existing snippets "ListIndexer" and "Wayfinder", but before I get too lost in php I don’t understand well yet (just learning), I thought I’d ask for some community advice.
Thank You.