I was creating a theme so needed to override the q_list function. The raw data contains the question ID but obviously, I need to process a request to get all answers to the question. Is there any available method in the qa-theme-base.php file (or in any other file ) that can handle the request or do I need to run a custom MySQL query?