I don’t understand why I’m finding this so difficult to do.
I want to show all entries in a category.
{exp:weblog:entries weblog="events" limit="10" category="13"}I use this code, and despite having around 5 entries assigned to that category I get nothing.
Now that’s strange.
The category 13 is in the category group assigned to the weblog ‘events’.
/index.php/events/learn
is the URL structure
Any ideas?
Also, for debugging I tried listing all my categories using the following code…
{exp:weblog:categories}
{category_name}
{/exp:weblog:categories}This shows nothing, despite me having a category group with 14 categories contained within.
Would really appreciate some hints and tips on this.