Convert HTML Template to WordPress Theme – Part 2
Steps: 1.Add code in functions.php file for custom navigation menu register_nav_menus(array('primary'=>__('primary menu', 'saloon'))); 2. Add a primary menu from admin panel 3. Modify the menu…
Learn by easy steps
Steps: 1.Add code in functions.php file for custom navigation menu register_nav_menus(array('primary'=>__('primary menu', 'saloon'))); 2. Add a primary menu from admin panel 3. Modify the menu…
This tutorial will help you convert any html template to wordpress theme. You can download any free template and follow this tutorial to convert it…