wp-bootstrap / wp-bootstrap-navwalker

A custom WordPress nav walker class to fully implement the Twitter Bootstrap 4.0+ navigation style (v3-branch available for Bootstrap 3) in a custom theme using the WordPress built in menu manager.
https://wp-bootstrap.github.io/wp-bootstrap-navwalker/
GNU General Public License v3.0
3.37k stars 1.94k forks source link

Nav walker: Display 3rd level items under 2nd level #430

Closed probtest closed 5 years ago

probtest commented 5 years ago

am using the WP_navwalker for a dropdown menu. This works fine, but it only shows me the first and second level items. So de dropdown on the first level and a regular second item when dropdown is open. The third level is not visible. I want to display it under my second level items.

I am not skilled enough to properly edit the walker to fit make it fit my needs. can anyone help me?

The naw_walker code: `<?php

/**

/**

/**

/**

pattonwebz commented 5 years ago

I feel like you either found a solution by now or moved on to something else. Either way this is not something that core bootstrap supports and the navwalker aims to emulate core bootstrap behaviors only.