Skip to content

this is a simple function to help wordpress developer , to convert a bootstrap menu int o a dynamic wordpress menu

License

Notifications You must be signed in to change notification settings

rolandalla/wordpress-bootstrap-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wordpress-bootstrap-menu

this is a simple function to help wordpress developer , to convert a bootstrap menu int o a dynamic wordpress menu

  1. Add the function form function.php into your function.php file
  2. Copy below function into your menu template.
<ul class="menu clearfix" id="menu">
   <?php if (function_exists(TopMenu())) TopMenu(); ?>
 </ul>

About

this is a simple function to help wordpress developer , to convert a bootstrap menu int o a dynamic wordpress menu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages