Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bikubi/wp-bulma-navbar-walker
- Owner: bikubi
- License: mit
- Created: 2019-02-12T11:48:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T12:37:00.000Z (almost 6 years ago)
- Last Synced: 2024-09-13T02:54:13.469Z (2 months ago)
- Topics: bulma, wordpress, wordpress-nav-menu-walker
- Language: PHP
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 `