Plugin Author
Dan
(@danwdr)
I will check this issue asap.
Plugin Author
Dan
(@danwdr)
We will try to add this in the next version.
Plugin Author
Dan
(@danwdr)
1. In your Dashboard, go to Plugins -> Editor
2. From “Select plugin to edit:” (top right), pick WP-FAQ and click Select
3. Click on “wp-faq/classes/class-faq.php”
4. You need to find “‘public’ => false“
4.1 It’s inside “public function register_faq(){“
4.2 It’s in “$args = array(“
4.3 Once you find the line, replace false with true
5. Go down to “‘rewrite’ => false”
6. Replace false with array( ‘faq’ )
7. Go to Settings -> Permalinks and click “Save Changes”
Plugin Author
Dan
(@danwdr)
Right now, the questions are not published on your site like posts are.
In the next version we will add that functionality as an option.