=== Foundation Top Bar Navigation Menu === Contributors: jethin Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5RESZP6HB2LZ6 Tags: menu, navigation, responsive, mobile, Foundation, dropdown Requires at least: 3.0 Tested up to: 4.2.4 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Display a WordPress navigation menu or page list as a responsive Foundation top bar. == Description == The Foundation Top Bar Navigation Menu plugin allows theme developers to display a WordPress menu as a responsive Foundation top bar. The plugin includes the following core functions: 1. A walker that applies Foundation top bar classes to a menu or page list 1. Registration of a default “Top Bar” menu location 1. The ability to include a basic version of Foundation that supports the top bar Visit [Zurb Foundation](http://foundation.zurb.com/docs/components/topbar.html) to learn more about the Foundation top bar and to view an example. **Usage** Download and include the Foundation framework in your theme (or load the basic version included with the plugin — see Notes below.) Assign a new or existing WordPress menu into the “Top Bar” menu location. (or use ‘wp_list_pages’ to display a list of pages as a top bar — see below.) Edit your theme’s templates to display the top bar menu where you’d like it to appear. Use WordPress’ ‘wp_nav_menu’ function to display the top bar menu: ` 'topbar', 'container' => false, 'walker' => new ftb_menu() )); } ?>` A list of pages can be displayed instead of a menu using the ‘wp_list_pages’ function: ` '', 'walker' => new ftb_pages() )); ?>` **Notes** - The ftb_menu() and ftb_pages() walkers both accept a single ‘no_wrap’ argument. Including this argument will remove the default top bar HTML wrapper and display just the `