Hi Susan
I’m also using a child theme and want to override the default theme (with a sidebar) and trying to insert my own template in the file as stated above ‘single_qa_faqs.php’.
I get a blank page. << no, now I get a result… strange… but how to unfold the answer on the single page ?
I want to get the id of the post / faq when clicking on the ‘Permalink’ and are using the code :
<?php $postid = get_the_ID(); ?>
and display the result with the shortcode:
<?php echo do_shortcode('[qa id=' . $postid . ']'); ?>
but I get nothing… have you tried another solution with success?
Cheers,
Adam