multimediocrity
Member
Posted 8 months ago #
I am interested in having a main navigation at the top of the page and a secondary navigation at the bottom. The navigation bar is comprised of the site's 'pages' created in the admin menu. I would like the navigation menus to be the same. How can I duplicate my menu?
Thanks,
multi
multimediocrity
Member
Posted 8 months ago #
ijunkey
Member
Posted 8 months ago #
Either you can use any navigation menus plugin or if you have any knowledge of php you can do the following
Go to wordpress dashboard->Appearance->Editor-> look for header.php
Copy the <div id="navbar">
<div id="navigation"> code till the </div>
And paste the same to footer.php
[sig moderated as per the Forum Rules]
ijunkey
Member
Posted 8 months ago #
Update footer.php, if you do not have permission to update these files then look for FTPing you domain
multimediocrity
Member
Posted 8 months ago #
I DO have knowledge of PHP. I'll give that a try. :) I think I tried this passively but it didn't work.