I have a weblog of just quotes. I want to pull those quotes into other weblog templates on the site. I’m doing that now with the following code:
{exp:weblog:entries weblog="quotes" orderby="random" limit="1" }
{body_quotes}
{title}
{/exp:weblog:entries}This works fine in regular templates. But when I try to show the quotes in a category of a weblog, the quotes do not show up. Am I missing something in the tag above that’s not allowing the quotes entries to show up in a category of a different weblog?
Thanks