This plugin creates WordPress menu structured as is in Webflow, so you can just copy-past Webflow .css and .js files. This plugin support Webflow dropdown.
- Upload
wf-wp-menu.php
to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?php do_action('wf_nav_menu','navbar-menu', 'my-custom-style'); ?>
in your template header - Plugin will generate all tags as
<a href="https://example.com/home" class="navigation-link nav-link my-custom-style w-nav-link " style="max-width: 940px;">Home</a>
- Remember to include all Webflow .js and .css files.
- Initial version.