Foundation Top Bar Navigation Menu is a WordPress app, with a 4.0 average rating from 2 reviews, as of Aug 31, 2026.
Foundation Top Bar Navigation Menu is a WordPress Plugin Directory app by jethin. With a rating of 4.0★ from 2 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Foundation Top Bar Navigation Menu is a well-rated WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 2 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by jethin — established developer track record
Cons
- −Limited review base (2) — ratings can shift significantly with new feedback
Looking to switch from Foundation Top Bar Navigation Menu?
See Foundation Top Bar Navigation Menu's alternatives ranked by audit score, rating, and review velocity.
How Foundation Top Bar Navigation Menu works
Show full descriptionShow less
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:
A walker that applies Foundation top bar classes to a menu or page list
Registration of a default “Top Bar” menu location
The ability to include a basic version of Foundation that supports the top bar
Visit Zurb Foundation 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:
<?php if ( has_nav_menu('topbar') ) { wp_nav_menu( array( 'theme_location' => 'topbar', 'container' => false, 'walker' => new ftb_menu() )); } ?>
A list of pages can be displayed instead of a menu using the ‘wp_list_pages’ function:
<?php wp_list_pages( array( 'title_li' => '', '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 <ul> unordered list.
‘wp_nav_menu() -> theme_location’ argument can be set to any registered menu area.
This plugin optionally includes a basic version of Foundation 5.5.2 that contains only top bar support. It is recommended that Foundation be included directly in your theme instead of using this basic version. To load the plugin’s basic version in your theme set “Load Foundation Basic in Theme” to “true” in the “Settings -> General” admin screen.
Visit Zurb Foundation to download Foundation and to view installation and usage documentation.
Default WordPress menu classes are not included in outputted top bar HTML.
Notes
Top bar styling is the default included with the Foundation framework. Some customization is possible using Foundation and/or WordPress methods, but any customizations must be implemented by theme developers.
This plugin is developed using Zurb Foundation version 5.5.2.
Competitors & alternatives
AppRanks tracks competitor sets per category. For Foundation Top Bar Navigation Menu, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Foundation Top Bar Navigation Menu?
Foundation Top Bar Navigation Menu is an app for WordPress. It currently holds a 4.0-star rating from 2 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by jethin.