I attempted to change the tag (Nav items) to <li> from <ul>, then change the tag to <ul> for the Nav (Nestable). But the Nav link already has the <li> tag inside it, which cannot change. So it won’t work as it will cause an error due to <li> inside a <li>.
It should be enabling the query loop at the Nav link instead of Nav items. We want the query loop for the li items. Not the <UL>
P/S: I’m not sure if I should submit this as a feature improvement or a bug.
I changed to bug.
Okay. I’ve followed your suggestion, and it really worked as it should. I didn’t think of this type of setup previously. Anyway, I think this setup could be a little confusing sometimes if I don’t know. Then the Use Query Loop should not be made available for Nav Items to reduce confusion, or maybe I still don’t know the other use case?