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
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!
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.