Amit
  • Home
  • Month: June 2021

Photo-about
WordPress

Bootstrap 5 navwalker for wordpress

At first, you need to register in the functions.php if menu already not exist. After that, Copy and paste the bootstrap_5_wp_nav_menu_walker class into the functions.php file of your theme. After that, Add the following wp_nav_menu() code in your header.php file or wherever you want to place your menu. Also, you…

Learn More

By Amit Bera

3 years ago
Share
Comments
WooCommerce

How to create separate Login and Registration pages in WooCommerce

If you want to have separate LOGIN, REGISTRATION and MY ACCOUNT pages then you need 3 shortcodes.1) [ab_woo_registration_form] for Register Page2) [ab_woo_login_form] for Login Page3) for my account page First you need to disable “Allow customers to create an account” on the “My account” page Separate WooCommerce Customer Registration (Shortcode)…

Learn More

By Amit Bera

3 years ago
Share
Comments
View more