Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bikubi/wp-bulma-navbar-walker

A WordPress Nav Walker for the Bulma Navbar Component
https://github.com/bikubi/wp-bulma-navbar-walker

bulma wordpress wordpress-nav-menu-walker

Last synced: about 1 month ago
JSON representation

A WordPress Nav Walker for the Bulma Navbar Component

Awesome Lists containing this project

README

        

# WPBulmaNavbarWalker

A WordPress [Nav Walker](https://developer.wordpress.org/reference/classes/walker_nav_menu/) that outputs markup for the [Bulma Navbar Component](https://bulma.io/documentation/components/navbar/).
Supports sub-menus/dropdowns.

## Usage

```php


```

## Notes

- Inspired by [github.com/ridgey28/WP-Bulma-Navwalker](https://github.com/ridgey28/WP-Bulma-Navwalker). It almost worked for me but I ran into problems with functions that use the `walker_nav_menu_start_el` filter and depend on `$args` being a `stdClass` object. YMMV.
- I just found [saffa803/sage-bulma-navwalker/blob/master/bulma-navwalker.php](https://github.com/saffa803/sage-bulma-navwalker/blob/master/bulma-navwalker.php). Sigh. It uses `

  • `s which need some extra CSS to be presented in a row (that is, a `navbar`).