Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
387 views
in Q2A Core by
Is there way to upload bulk/hundreds of categories with sub subcategories in it with single click

by using xcell of csv file .  I am in desperate need of it. If there is any plugin to do this please help.

If any one can develop plugin if its not there will be happy to pay.

1 Answer

0 votes
by

Yes, it is possible. You should use this function

qa_post_create('Q', null, $title, $content, $format = '', $categoryid, $tags, $userid, $notify = null, $email = null, $extravalue = null, $name = null);

Before running this function you should assign $title, $content, $categoryid, $tags, and $userid.

...