Hi , Sorry really struggling as I try and learn grav.
I have been looking at trying to use a way to get to loop through a child under a module to get post items, then use a simple scroller / slide idea to display the articles of news
I tried doing this with starting with a modular item called _features taken from the woo template.
The page layout from under admin
_testimonials
Where i have then created a sub dir called 01.blog then added the pages below it
so _testimonials
_modular_blog 01.blog
_modular_blog/item sub directory non prefixed
Is this the correct way or I dont need to use the 01.blog entry and just have the items listed as sub directories underneath
I have then looked at the code in blogs and item twig and seem to get really lost in it
because the testimonials (user/theme/woo/templates/modular/testimonals.twig.html)
could some one point us how to loop through the articles and get the heading title and the content as I just cant seem to return anything!
So please the best practises for accomplishing something like this would be appreciated
Thank you