I have created a snippet called {random-testimonial} which contains the following:
{exp:channel:entries channel="testimonials"}
<span class="openingtestimonial">“</span>{quotation}<span class="closingtestimonial">”</span>
<em>—{byline}</em>
{/exp:channel:entries}Although this same code renders correctly when added directly to a template, it doesn’t work when I refer to the snippet by adding the {random-testimonial} to a template. Why would that be happening (or, rather, not happening)?