Forums
Forums / Fixing WordPress / Menu HTML Code
(@allanfish)
12 years, 5 months ago
I need to make a change to all my Menu links — change is the same for all he links. Is there an HTML file that contains the Menu coding, so I dont have to go thru 30+ menu’s within WordPress admin?
Thanks!
(@wpfan1000)
Hi,
Custom menu links are saved in the database, in the the wp_postmeta table under “meta_value”.. meta_key = _menu_item_url
Source: http://stackoverflow.com/questions/3767725/where-are-custom-menus-saved-in-the-database-for-wordpress-3-0
So if you can edit this table then you could do a quick change using a MySQL command….
The topic ‘Menu HTML Code’ is closed to new replies.