Hi,
I’ve poked around a bit in the forums and documentation but can’t find an answer to this problem I’m running into.
I have a site with a series of customer testimonials that are put in as entries within a certain category. The idea was to have them displayed randomly every time a particular page was hit.
I’ve managed to get them to display randomly on most pages but they won’t come up on any blog page that has comments enabled. I’m not sure if the 2 are related but the {embed="blog/rt_channel" pg="blog"} tag is the same on all pages. So it is pulling in the same template.
The other weird thing is that the comment enabled paged will display other items in the aforementioned rt_channel template, just not the random quote.
This is the entry tag for the random quote:
{exp:weblog:entries weblog="rt_chan" disable="member_data|pagination|trackbacks" orderby="random" category="4" limit="1" }
{main_entry}
{/exp:weblog:entries}
Like I said, this very code is working on other pages just not the ones with comments.
Any help would be greatly appreciated as I’m stumped.
-shane