At the bottom of the page, I have a weblog tag configured like so:
{exp:weblog:entries weblog="ideas_blog" category_group="1" limit="3"}
<div id="featured-content-left">
<p>{title}<br>{body}</p>
</div>
{/exp:weblog:entries}
This works fine. When I add the second blog like this, it works fine:
{exp:weblog:entries weblog="ideas_blog|personal_blog" category_group="1" limit="3"}
<div id="featured-content-left">
<p>{title}<br>{body}</p>
</div>
{/exp:weblog:entries}
When I change the category_group to “22” it stops working, though category 22 is valid.
When I add another category_group “24”, it still doesn’t work:
{exp:weblog:entries weblog="ideas_blog|personal_blog" category_group="22|24" limit="3"}
<div id="featured-content-left">
<p>{title}<br>{body}</p>
</div>
{/exp:weblog:entries
}
ID 22 is from one category grouping and ID 24 is from another. In neither case, does the output work, though both categories are valid:
http://posner.bonfx.com/index.php/posner/blog_main/C22/
http://posner.bonfx.com/index.php/posner/blog_personal/C24/
What am I doing wrong that I can’t filter my weblog:entries output by these category IDs?
Thanks,
Doug
