Need help getting links set in wordpress admin dashboard -


i trying links set in dashboard, under appearance >> customize >> menus >> top menu cannot seem find single way on internet. want fetch ones set in menu

enter image description here

i have tried found on internet

<?php var_dump($globals['menu']) ?> 

to

<?php wp_get_nav_menu_items('primary'); ?> 

i looked @ on 60 webpages , cannot find how it. can tell me how them? want let user define links in top menu can dynamically change links @ time


Comments

Popular posts from this blog

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -

how to add preprocess loader in webpack 2 -