I am very new to Orchard CMS and I am working on trying to create a testimonials page in my project.
I have created a content type that holds a body, textfield (TestimonialBy), and tags (for SEO purposes) called Testimonial. Now I need to create a page that will roll up all of my testimonials onto it.
I can create the content for the testimonial, and it is visible via navigating to the testimonial URL, however what I need to do now is create a testimonal page (localhost/testimonials) that will take ALL published testimonials and roll them up on one page so I could have:
Testimonial 1 content -name of test giver
Testimonial 2 content -name of test giver
etc
My question is, how do I do this?