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”