Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
501 views
in Q2A Core by
I want to use statcounter.com for viewing my trafic especially at the begining and I didn`t found </body> because I need to add the scrip before that. Can you guys please help me.

1 Answer

0 votes
by

There are a few different ways:

  1. In Admin > Layout, put the code in the box for "Custom HTML at bottom of every page". That would be close enough to </body>
  2. Create an advanced theme and override the body() function to add the code in there using $this->output('CODE HERE');
  3. (Not the best method) You could add the code directly to the body() function of qa-include/qa-theme-base.php.
...