Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
330 views
in Q2A Core by
At the moment it simply links back to Q&A.  To change the link is there an administration setting?  Or else which file do I edit to change the link?

1 Answer

+3 votes
by

You want to modify this line in qa-page.php:

$qa_content['logo']='<A HREF="'.qa_path_html('').'" CLASS="qa-logo-link">'.qa_html(qa_opt('site_title')).'</A>';

Replace qa_path_html('') with whatever you want for your link.

...