Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
579 views
in Themes by
edited by
<a href="./index.php?qa=questions" class="qa-nav-main-link qa-nav-main-selected">Questions</a>

<?php class qa_html_theme_layer extends qa_html_theme_base {

}

1 Answer

+1 vote
by

You can simply change "Questions" to "All Questions" in this line in lang files.

https://github.com/q2a/question2answer/blob/dev/qa-include/lang/qa-lang-main.php#L115

Once you do that, it'll be changed to All Questions. And to be sure that future update of Q2A do not change it back, you should follow the method for Customizing selected URLs or phrases.

by
Than you  Gurjyot Singh
...