Hello,
I have created a category listing and I don’t know why is showing only two out of four entries in my page. This is the code I’m using in my template:
{exp:channel:category_heading channel="booths"}
<h1>{category_name}</h1>
{/exp:channel:category_heading}
{exp:channel:entries channel="booths"}
<h3><strong>{b_number}</strong> - {title}</h3>
<p> Product Category - {pCategory}<br />
Partner Description - {bDescription}<br />
<a >{bURL}</a><br />
<hr><br />
{/exp:channel:entries}Note that I did the same in a different channel with different categories and it worked fine. Any idea what I’m doing wrong this time?
Thank you