I've coded a navigation bar and I want to add it to my WordPress site. How do I do this? I'm using theme 'Dusk to Dawn'. Thanks in advance.
I've coded a navigation bar and I want to add it to my WordPress site. How do I do this? I'm using theme 'Dusk to Dawn'. Thanks in advance.
There are a couple of ways you can add a navigation menu to your site.
First, look at what your theme already has. Play with the options on the Appearance_Menus_Screen.
Read through this doc for what WordPress can do with menus: WordPress_Menu_User_Guide
Or you can build a Child Theme and add your own from scratch:
Child_Themes
Navigation_Menus
You must log in to post.