Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
693 views
in Q2A Core by
I would like user to see only a particular category at the home page?

1 Answer

+1 vote
by
"qa-config.php"

    $QA_CONST_PATH_MAP=array(
        'questions' => 'topics',
        'categories' => 'sections',
        'users' => 'contributors',
        'user' => 'contributor',
    );
...