jsoutas
asked 3 years ago

Hello,
Is this possible to remove public question options in my site? cause all questions asked on my site are private only
I want users to ask by default private questions.

thanks in advance
 

1 Answers
DominicStaff
answered 3 years ago

In this case, you can download the following folder then copy/paste this folder into your theme folder.
Link: https://www.dropbox.com/s/h02ecvenw18vdb0/dwqa-templates.zip?dl=0
Then open the question-submit-form.php file and remove the line 31:
<option value=”publish”><?php _e( ‘Public’, ‘dwqa’ ) ?></option>

Powered by DW Question & Answer Pro