Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Honestly, it’s not something I’ve given any thought to before. The toggle action is tied to the ID of the control; if you can add the control IDs to a custom menu item, then it would probably work just fine. However, WordPress doesn’t natively provide an interface to customize the ID of a menu item.

    marilena6

    (@marilena6)

    Is there a possibility to add it in the header file of the theme with some php code???

    Plugin Author Joe Dolson

    (@joedolson)

    Hi, @marilena6 – I didn’t see your support request.

    You can add it to the header pretty easily – you could edit your header.php file to add

    <?php echo wpa_toolbar_html(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding to menu’ is closed to new replies.