I have created a custom post type 'presentations' and I have adding the archive page in my main menu. My hierarchy menu is :
Meetings (empty link : href="#")
—— Companies (empty link : href="#")
—— —— Presentations (CPT archive page)
I would like to add classes 'current-menu-ancestor' and 'current-menu-parent', as follows :
Meetings (empty link : href="#") 'current-menu-ancestor'
—— Société (empty link : href="#") 'current-menu-parent'
—— —— Présentations (CPT archive page) current menu
How can I do this? Thanks