Jean Bessanio
asked 9 years ago

How can i set to Hide Category and Tags from Ask A Question Page ? i only want the admin to set the categories and tags.

1 Answers
DominicStaff
answered 9 years ago

Hi,
If you want to hide Categories and tags field from ask question page, you can add the following code to the style.css file:

.dwqa-submit-question .question-meta {
    display: none;
}

Hope this helps!

jean jacques bessanio
replied 9 years ago

Thats fantastic.. awesome support.. Cheers

Daivandran Karivandan
replied 8 years ago

Hi!

I tried this, it didn’t work for me. i am using the latest plugin.

I tried adding the above code under asset\style.css

Thank you.

David

Jorge Ovalles
replied 8 years ago

you find the anwers? i try to do this, but the css dont work,

Dominic Staff
replied 8 years ago

Please send me your site, I will check and help you resolve it.

laurion
replied 6 years ago

It looks like this part of the form no longer has the .question-meta div section, because this does not work for me either with the latest version. Has anyone gotten this to work recently?

Dominic Staff
replied 6 years ago

If you want to hide the category and tags in the submit question form, you can open the question-submit-form.php file in the plugins/dw-question-answer/templates folder.
Then find and remove from the line 37 to line 61.

Powered by DW Question & Answer Pro