Kishen
asked 5 years ago

Hi,
Greetings !
purchased pro version now. want to remove tag option in ask question page , as it is confusing the users to fill , while asking the question. pls guide. Thank you.

1 Answers
DominicStaff
answered 5 years ago

You can create the dwqa-templates folder in your theme folder and copy the question-submit-form.php file from the plugins/dw-question-answer-pro/templates/styles/default folder then paste into the dwqa-templates folder, you can open the file and find the line 57 to remove the following code: 

<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>

 

Powered by DW Question & Answer Pro