Dynamic Navigation Menu
-
I wanted to created a dynamic menu which was easily administered and updatable. Previously I had a simple php script which parsed an array and displayed it in a list. However I couldn’t update the file dynamically and had to edit the file any time I wanted to change it.
I am not too adept at programming- but the results can be seen at my site: https://www.adailyadventure.com
The menu at the top looks like your standard horizontal menu- However it is generated through a modified get_links function which accesses an alternate table from the link manager. Menu items can be managed from the Admin panel so you can change the link any time you want without needing to upload or edit any files.
The source is at: https://www.adailyadventure.com/journal/dynamicmenu.zip
Comments and assistance in improvement are greatly appreciated
- The topic ‘Dynamic Navigation Menu’ is closed to new replies.