Hi All,
I’m sure this is super easy but I’m really struggling! I have a 4 categories that are displaying fine for my ‘food_offers’ weblog.
{exp:weblog:categories weblog="food-offers" style="linear"}
<h3><a href="http://{path=food/offers/{category_url_title}}">{category_name}</a></h3>
<p><br />
{/exp:weblog:categories}Easy. The problem I’m having is on my offers/category page. I can’t get it to display the weblog entries within that category. Here’s what I have so far but it’s only displaying {offer-title} 4 times (I have 4 entries but only 1 in each category)
{exp:weblog:categories weblog="food-offers" style="linear" category="{category_id"}
<h3>{offer-title}</h3>
<p><br />
{/exp:weblog:categories}
Any ideas on how to get this to work?
Thanks in advance,
Brett