Hello, I have some categories (one ID1, two ID2, three ID3) and all categories has entries, status open, not expired =) working entries
I have next tag
{exp:channel:entries channel="mychannel" status="open" category_id="some number" disable="category_fields|member_data"}
{title} <br>
{/exp:channel:entries}and when I have this url http://***/template_group/category/one/
I see some entries
when I have this url http://***/template_group/category/two/
I don’t see any entries
but when I use category_id=“2” parameter it work good…
But there is no parameter category_id in docs http://ellislab.com/expressionengine/user-guide/modules/channel/channel_entries.html
Why this work?????