Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › How to – Edit Knowledgebase categories
- This topic has 10 replies, 3 voices, and was last updated 4 years, 8 months ago by WCFM Forum.
- AuthorPosts
- June 15, 2019 at 11:35 am #67808kaloomeeParticipant
Hi
Can you please let me know how to edit the default Knowledgebase categories
I have looked n your Knowledgebase but find no infoThank you
Kaloomee - June 18, 2019 at 11:10 am #68294WCFM ForumMember
HI,
Well, it’s not possible edit existing categories now.
But you may add new categories as per your requirement.
Thank You
- June 18, 2019 at 12:13 pm #68323kaloomeeParticipant
Thank you for your reply
Yes, I see that I can add new ones, I was hoping to do some housekeeping to just show the categories that I useIt would be a great feature for future addition to be able to archive/delete existing categories so only ‘Live’ ones display.
All categories display in Shop manager > Knowledgebase category search drop down.
Or even show ‘Topics’ count in drop down so shop managers do not go looking in enpty categories.Regards
Kaloomee - June 21, 2019 at 4:28 pm #68898WCFM ForumMember
Hi,
We will add “Taxonomy” manager under WCFM Dashboard very soon, hence it will be possible.
Thank You
- June 21, 2019 at 5:37 pm #68913kaloomeeParticipant
Most excellent news
Thank you
I look forward to the addition - June 21, 2019 at 7:49 pm #68952kaloomeeParticipant
When taxonomy is added will this allow admin to re-order knowledgebase topics?
If not can you please add this tooThanks
Kaloomee - June 26, 2019 at 11:41 am #69714WCFM ForumMember
OK, we will add that.
- June 26, 2019 at 12:24 pm #69729kaloomeeParticipant
Most excellent, Thank you
- June 26, 2019 at 4:26 pm #69820WCFM ForumMember
You are welcome 🙂
- February 27, 2020 at 8:46 pm #109051Juan EcheverriParticipant
How can I modify the link or url of the knowledge base icon to direct to an external link.
- March 4, 2020 at 1:16 pm #109853WCFM ForumMember
HI,
Add this code to your site and set your knowledge base url here –
add_filter( 'wcfm_knowledgebase_url', function( $knowledgebase_url ) { $knowledgebase_url = 'SET YOUR URL HERE'; return $knowledgebase_url; });
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin –Â https://wordpress.org/plugins/code-snippets/Thank You
- AuthorPosts
- You must be logged in to reply to this topic.