How can I create a menu items from meta box based on users input
Here’s how I understand this task: get posts (you can shape this any way you want by adding extra parameters to the query), for each post get its meta-box value (replace the key with yours), if value found add it to the menu’s HTML. Note: code is not tested, it is more of an outline. … Read more