Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
339 views
in Q2A Core by

I'm sorry for that question but coding isn't my speciality. Does all the code from the item #2&3 above go into qa-theme.php? What else should be included in that file? I did created it for my custom theme but I'm not sure what should be in it or how to call it from within the new theme.

Thank you for your help,

Darek

1 Answer

+1 vote
by

Yes, the 4 functions shown there go in qa-theme.php. If you're unfamiliar with themes then note that you first need the theme class:

class qa_html_theme extends qa_html_theme_base
{
  // functions go here
}

Hope that helps!

by
Thank you DisgruntledGoat, no-follow is gone :-)
...