Learn how to customize your WordPress Admin Menu focused on your online store, you will have the left Menu like this:
- Woocommerce Settings
- Pages and Customization Settings
- Theme Settings
- Users Settings
- Visit Site
Before watching the video, please make sure you have the proper plugin and the Menu Template in hands, feel free to download it in the links below:
- Click here to download menu Template in .txt file
- Click here to install the Admin Menu Editor plugin
This is the function that you will use to get the Woocommerce Home Page as first page after logging in:
function loginRedirect( $redirect_to, $request, $user ){if( is_array( $user->roles ) ) { // check if user has a rolereturn "/wp-admin/admin.php?page=wc-admin";}}add_filter("login_redirect", "loginRedirect", 10, 3);
Paste this function in Appearance > Theme Editor > Theme Functions (inside functions.php file) – we recommend to watch the video.
Watch the video and build your own Woocommerce Admin menu, feel free to make your changes after watching the tutorial, it’s up to you:
Do you want to jump to a specific part of the video?
- 00:13 – Plugin installation
- 01:16 – Showing the Template Menu .txt file
- 01:40 – Adding Woocommerce home page in the menu
- 02:51 – Adding the Ecommerce settings in the menu
- 08:16 – Adding the Pages and Appearance settings in the menu
- 09:40 – Adding the Theme and Updates settings in the menu
- 10:55 – Adding Users settings in the menu
- 11:37 – Adding the Woocommerce settings in the menu
- 12:12 – Adding Visit Site option in the menu
- 12:45 – Hiding all useless menu options
- 13:15 – Showing the final result
- 13:39 – Finishing some dropdown options and checking if it’s all done
- 16:31 – Setting up a new customized Home Page on your WP admin
If you need any further help, feel free to contact us at info@flatzone.cc
Done! Enjoy your new WordPress admin Menu and save time from you and focus in increasing your sales.
Latest Articles
Mega Menu & Custom Dropdown with UX Builder
PHP Snippet: Woocommerce Reviews as Shortcode
Best WooCommerce Themes for Your Online Shop in 2023
Remove Additional Information Tab @ Single Product