In the main menu i use pages and categories to show content.
Example:
Home (page) About(page) Contact (page) News(Category) Programs (Category)
Each category has a subcategory
Example:
- Programs
- Old programs
- New programs.
- etc.
Clicking on Programs menu open all post with category=Programs and all subcategories.
Clicking on News menu open all post width category=News and all subcategories.
Now the problem is that each post entry (excerpt acctualy) appears with a wrong meta entry, specifically shows all category (main and submain) that I used in last post. And all post entry is changed.
But i checked and the taxonomy works correctly because clicking on specific categories show posts belong only for that category.
I use a clean wordpress 3.7.1 width Customizr theme, and no plugins, snipets, scripts, child themes etc.
What is wrong?