How to hide the Ask button from asking questions page
Hello,
Since you're using Snowflat theme, you can edit your Snowflat/qa-theme.php file. Search for the function called "private function ask_button()". You can try
private function ask_button() { if ($template != 'ask' ) {all original codes here;} }
private function ask_button() {
if ($template != 'ask' )
{all original codes here;}
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.
July 15, 2020: Q2A 1.8.5 released!