ptincknell
Member
Posted 2 weeks ago #
I've been noticing a trend in footer navigation menus where the site nav is replicated with top nav link/button names in a row across the footer with the child pages for each top nav listed below them in columns. A good example is found on http://www.wholeworldwines.com - but I know that is built out in Joomla. I've searched the plugin repository for footer menu, footer navigation, footer links, and footer navigational menu but nothing like that comes up. Anyone know of a plugin for this function? Or like to create one? Thanks in advance for any leads, suggestions, or plugin made!
You don't need a plugin. If you're replicating your nav bar, why not just re-call get_sidebar() in footer.php?
ptincknell
Member
Posted 2 weeks ago #
Sorry I wasn't clear in my request. I'm not looking to replicate my nav bar but to add a different styled one in the footer that looks like the one on the website example I mentioned (www.wholeworldwines.com). It looks something like this:
Home About Us News Purchase
Subpage Subpage Subpage Subpage
Subpage Subpage
I'm hoping that there is a plugin for this kind of navigational menu for the footer. Hope that is a more clear explanation.
zialingua
Member
Posted 2 weeks ago #
Probably a good solution is to create another sidebar file, register it in the functions.php and call it in the footer of your wp theme.