hi,
I have a template group cars
I have a category group 1 cars
Inside category group 1 cars, I have 3 categories bmw, toyota, audi
so when I go to mysite.com/cars using this code:
{exp:weblog:entries weblog="cars" category_group="1" status="open"}show JUST the entries that I assign to category group 1, GREAT!!!
so whats the problem?
when I go to mysite.com/cars/category/bmw/ DONT SORT the entries by category! why? because I need this:
{exp:weblog:entries weblog="cars" status="open"}without category_group=“1” for works the sort entries by categores.
how do it?