Incorporation to WordPress Ribbon Menu PHP CSS
Hi. I am currentlydeveloping a website in WordPress. I'm just having a plain menu and I find it boring so I thought of using Ribbon Menu to my WordPress. Below is the code of my Main Menu:
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
I want to incorporate the code of that menu to my current code of my Main menu. Please help in adding the Ribbon Menu PHP CSS code, your help will highly be appreciated. Thanks guys!








