Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Deleting WCFM menu items
- This topic has 3 replies, 3 voices, and was last updated 5 years, 4 months ago by WCFM Forum.
- AuthorPosts
- July 11, 2019 at 9:59 am #72015victor_bongersParticipant
Hi,
I would like to delete some menu items. Like the home menu (see screenshot 1). And the ”shop’ item in settings (see screenshot 2). Furthermore I would like to relabel the menu items, give them a different name. How do I do this?
Attachments:
You must be logged in to view attached files. - July 11, 2019 at 11:32 am #72023Cap LuisParticipant
We need to help each other.
Support is very slow and takes days to respond.
The intens of the menu you can modify in settings!
yousite/store-manager/settings ► menu manager
- July 11, 2019 at 12:31 pm #72030victor_bongersParticipant
I know however I just want to delete the home part in the dashboard so that you immediately come to the ‘products’ tab;) And I want to relabel the other item.
But thanks for the help;)
- July 13, 2019 at 8:38 am #72269WCFM ForumMember
Hi,
Add this to your child theme’s functions.php to hide Home menu –
add_filter( 'wcfm_is_allow_home_in_menu', '__return_false' );
Thank You
- AuthorPosts
- You must be logged in to reply to this topic.