Title: Disabling tags
Last modified: August 31, 2016

---

# Disabling tags

 *  Resolved [ruhook](https://wordpress.org/support/users/ruhook/)
 * (@ruhook)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/disabling-tags/)
 * Hey. I do not use tags at all. It would be great if you could have the ability
   to disable the tags in the settings. When a user asks a question, there is always
   a field for tags and I have to hide it again each time you update the plugin.
 * [https://wordpress.org/plugins/dw-question-answer/](https://wordpress.org/plugins/dw-question-answer/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [DesignWall](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/disabling-tags/#post-7110103)
 * You can copy the `wp-content/plugins/dw-question-answer/templates/question-submit-
   form.php` file to `wp-content/themes/your-theme-folder/dwqa-templates` and remove
   from the line 45 to 49:
 * >  <p>
   >  <label for=”question-tag”><?php _e( ‘Tag’, ‘dwqa’ ) ?></label> <?php 
   > $tags = isset( $_POST[‘question-tag’] ) ? $_POST[‘question-tag’] : ”; ?> <input
   > type=”text” class=”” name=”question-tag” value=”<?php echo $tags ?>” > </p>
 * Regards,
    Kevin form DesignWall.
 *  Thread Starter [ruhook](https://wordpress.org/support/users/ruhook/)
 * (@ruhook)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/disabling-tags/#post-7110107)
 * When you update the plugin is the solution stops working, right?
 *  Plugin Author [DesignWall](https://wordpress.org/support/users/designwall/)
 * (@designwall)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/disabling-tags/#post-7110291)
 * When you update new version of DW Question & Answer and it still working on your
   theme.
 * Regards,
    Kevin from DesignWall.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Disabling tags’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dw-question-answer_fefdf9.svg)
 * [DW Question & Answer](https://wordpress.org/plugins/dw-question-answer/)
 * [Support Threads](https://wordpress.org/support/plugin/dw-question-answer/)
 * [Active Topics](https://wordpress.org/support/plugin/dw-question-answer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dw-question-answer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dw-question-answer/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [DesignWall](https://wordpress.org/support/users/designwall/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/disabling-tags/#post-7110291)
 * Status: resolved