Using a fresh install of EE 2.6.1 and I’m having an issue with no category content showing when a category is selected. After trying different solutions I pulled some code from another site that is working and it doesn’t work in 2.6.1 as well. Is there a known bug for this?
Here’s a dumbed down version of my category template that isn’t returning results:
{exp:channel:entries
channel="blog"
category="{segment_3_category_id}"
dynamic="no"
orderby="date"
sort="desc"
limit="10"
paginate="bottom"
disable="member_data|trackbacks"
}
{title}
{/exp:channel:entries}I have “Category URL Titles In Links” turned on with “category” set as the Category URL Indicator. Any help would be appreciated.