Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
997 views
in Themes by
Q2A version: the latest version
by
Have you looked at the docs? http://docs.question2answer.org/themes/
If you're having problems with making a theme, can you be more specific?
by
Is your website built with CMS (e.g WordPress, Drupal, Joomla, etc)?
by
I have the same question, i want the q2a platform to be embedded inside "example.php" page, now putting there iframe tag is a bad choice for google. Is if there is a way
to embed it using some PHP code.

1 Answer

+2 votes
by

Inside your qa-theme/themename folder there is the file qa-theme.php which you can modificate to feet your template needs. However as Scott commented you have to take a look at the docs here: http://docs.question2answer.org/themes/ as you can easily break your site if you dont exactly what you re doing

Just a quick tip FYI. If you want to add a new div you can do it this way:

$this->output('<div class="your_class">YOUR CONTENT GOES HERE</div>');


PS: Q2A is a very good platform but requires some practise to get familiar with the way it works. Beside that, the community here is very helpful and willing to help (including me ;) ).

Cheers!

...