Hello, I have purchased DWQA Pro.
I was wondering how to make the following edits:
1- My website\’s idea is to have customers ask questions and I am the only one who is able to answer
2- I want to remove tags
3- I also want to remove subscribes
Is that possible?
1 Answers
At the moment, you open the question-submit-form.php file and find the line 57 to remove the Tags section:
<p>
<label for="question-tag"><?php _e( 'Tag', 'dwqa' ) ?></label>
<?php $tags = isset( $_POST['question-tag'] ) ? $_POST['question-tag'] : ''; ?>
<input type="text" class="dwqa-question-tags" name="question-tag" value="<?php echo esc_attr( $tags ) ?>" >
</p>
3/ You can go to the Dashboard >Questions > Settings > Permission to configure for User role, you can disable post question for subscribes.
Please login or Register to submit your answer