Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Where is the content located at in the script of question2answer?

0 votes
Lets say I wanted to add text to the footer, what file would I have to edit?
asked Jul 10, 2011 in Q2A Core by kyle246

1 Answer

0 votes

You would need to override the theme. Check the docs on the main site for details. In short:

1. Duplicate the folder qa-theme/Default

2. In the admin section, set the theme to the one you just created

3. In your new theme folder, edit qa-theme.php and override the footer function, e.g. put function footer() {} to make the footer blank.

answered Jul 11, 2011 by DisgruntledGoat
thank you very much