On my site, I try to implement a dynamic menu for each post based on the categories the post is associated with. The following sketch shows what I am trying to implement:
However, I have no idea how to succeed in doing this. Of course, here I was thinking of a “mega menu” and the power of dynamic data, but I have no idea how to implement that. Maybe someone of you has an idea?
At first I thought maybe I should go through the menu function of wordpress, but the menu function gets fiddly fast the bigger and more complex it gets.