Hi! I am building a site offering services, being these gathered under categories.
Using portfolio to build these services, with the proper portfolio categories.
On each service landing-page (which comes from a common layout) I have a toggle which modal shows the links for all the services in the same category.
This is simply a “see more items in this category” issue I want to treat with some elegance…
What I think I need is a “dynamic modal”…
I tried creating several invisible menus, each built from custom URLs of the items sharing category. As each menu has an ID, can I use this as a method to dynamically set the desired menu?
This is quite manual yet, however, I don’t mind if it really can work; But I can’t retrieve the desired menu.
Sure there’s a better way. Perhaps catching dynamically the category of the present portfolio item and looping its portfolio items URLs in the modal?
Sorry if this seems vagus, not a developer…
Thanks for reading, I hope this is an easy one for you!