Skip to content

Instantly share code, notes, and snippets.

@AnkanSoul
Created April 25, 2018 15:39
Show Gist options
  • Select an option

  • Save AnkanSoul/25ba675c3efa93ce4d7b6dc961b74305 to your computer and use it in GitHub Desktop.

Select an option

Save AnkanSoul/25ba675c3efa93ce4d7b6dc961b74305 to your computer and use it in GitHub Desktop.
Nav walker issuse for parents
=====Nav walker issuse for parents # =========================================================
// If item has_children add atts to a.
if ( $args->has_children && 0 === $depth ) {
$atts['href'] = ! empty( $item->url ) ? $item->url : '';
//$atts['data-toggle'] = 'dropdown';
$atts['class'] = 'dropdown-toggle';
$atts['aria-haspopup'] = 'true';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment