Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author DesignWall

    (@designwall)

    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

    (@ruhook)

    When you update the plugin is the solution stops working, right?

    Plugin Author DesignWall

    (@designwall)

    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.