Creating a FAQ forum separate from the regular forum

4.26K viewsGeneral
1

I would like to create an FAQ page separate from the forum that our team can administer. Ideally, it would have setting than the regular forum. Is this possible?

If not, could I create an FAQ category and exclude it from the categories list? That way only users who click on the FAQ link would find this page. 

1

Yes, its possible. You can add a custom post status for question called FAQ. Question with this new status  will not appear in question list. Now you can easily list question with this status somewhere else.

Thanks! I don’t see a way to add custom statuses in the Anspress options. Where can I manage the post status?

You dont need to use AnsPress hook. You can register post status by simply calling register_post_status in init. Check example here: https://github.com/anspress/anspress/blob/master/includes/post_status.php