Hi,
I'm trying to replace the current menu item by using a custom template.
But how can i prevent that this code underneath (checkbox and label) is stripped from the html?
regards
Sivard Donkers
I'm trying to replace the current menu item by using a custom template.
But how can i prevent that this code underneath (checkbox and label) is stripped from the html?
<input id="toggle-menu" type="checkbox"/> <label class="toggle-menu-header" for="toggle-menu"> <?php if ( $this->hasDisplayData( 'navigation_menu_button_text' ) ) : ?> <?php echo $this->getEscaped( 'navigation_menu_button_text' ); ?> <?php endif; ?> <i class="fa fa-bars"></i> </label>
regards
Sivard Donkers