You have understand 🙂
I would like on menu category “SSD” only a SSD category (work fine), and on menu category “SSD/Intel” only a Intel/SSD catecory (not work) => all Intel category (ssd, cpu, general Intel news, etc) are displayed.
On second level of menu and more, it’s not filter by parent and sub/parent menu…
This is a big problem for my. I absolutely need this feature. It’s the base for a news site with a well-functioning indexing menu.
It’s possible for my to make a exemple on my site, but this creste a poor presentation of my site.
I have loocking on the web a similar question in french language (http://forum.alsacreations.com/topic-20-73167-1-Portfolio-wordpress–afficher-seulement-les-categories-parent.html)
In this post the solution is : replace a in theme (code page portfolio)
$sorting_terms = get_terms(‘portfolio_category’);
by
$sorting_terms = get_terms(‘portfolio_category’, ‘parent=0’);
It’s a working solution with GP ??
Excuse my for my bad english…