Paarami BS
asked 9 years ago

How to remove status options showing on question page (status : All, Need Answer, Answered, Resolved, Closed), we want to remove or disable Resolved & Closed option from admin.
We are using it in our site http://www.digitalmarketingconsultants.in/question/ also we want to remove or disable admin asked text from every question’s title.
Please send me reply on [email protected]
Waiting for your kind reply…

1 Answers
DominicStaff
answered 9 years ago

To remove the status in your site, below is our instruction. Firstly, follow the jetpack’s guideline in the Blog article on how to use Edit CSS here. http://cmspioneer.com/designwall/blog/using-jetpack-custom-css-for-your-wordpress-site/
Then add the code to the Edit Css.

.dwqa-container .dwqa-list-question .filter ul { display: none; }

– To disable Resolved & Closed option from admin, you can open the template-functions.php file in the folder path “\wp-content\plugins\dw-question-answer\inc”. Find the line 752-756 & line 762-766.
Hope this helps !

Powered by DW Question & Answer Pro