Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
1.3k views
in Q2A Core by
How can i edit the header menu. I need to change "Questions" as my "custom text" in the header menu
Q2A version: 1.5.4

1 Answer

+1 vote
by

This question has been asked many many time. Did you try to use search function?

create language file called qa-lang-main.php in qa-lang/custom/ directory and add beow content.

 

<?php
return array(
'nav_qs' => 'Get ALL Questions', // change Get All Questions to whatever you want
);
?>
 
This will replace default Questions text with yoru text.
by
IT is workig What to do for Questions  and unanswered
...