I have one weblog and 2 categories in that weblog. I want to show all category 6 entries then show category 7 entries all on one page. For some reason it is not displaying anything if I try both. Here is what I am doing.
{exp:weblog:entries weblog="womencedlinks" sort="asc" category="6" orderby="date" limit="99"}
<div align="left"><h1>{title}</h1></div> <div id="textlinks">{womencedlinks_url}</div>
<div align="left">{womencedlinks_content}</div>
{/exp:weblog:entries}
{exp:weblog:entries weblog="womencedlinks" sort="asc" category="7" orderby="date" limit="99"}
<div align="left"><h1>{title}</h1></div> <div id="textlinks">{womencedlinks_url}</div>
<div align="left">{womencedlinks_content}</div>
{/exp:weblog:entries}Is there a problem with tring to display a weblog twice on one page?
using v 1.6.0