After the discussion is closed, how can I disable my website users to answer that closed discussion that is labeled as “closed” at my anspress plugin Q&A forum?
Is there anyway that you will help me out to change the code of anspress plugin such as follows?
http://snowykyoko.com/caselaw/legal-answers-2/question/186/howdy-titus-here/
You can simply check if question has
closed
term using:Code for version 1.4.3:
Create a theme override by simply creating a new folder called
anspress
inside your active theme (not child theme).Now copy
anspress/theme/default/answer-form.php
to your newly created folder.Now paste this: