Maybe this might help? https://anspress.io/questions/question/what-connects-an-answer-to-a-question/
Hello, Yes its maintained. Very busy due to next release. try adding this code to you theme’s functions.php: Let me know if does not work.
how to apply a simple CSS then for this? thanks. I am not sure if I have submitted comments successfully. @Rahul Aryan
Hello Steven, Title should be visible by default. If not displaying you can override single-question.php in AnsPress template directory and add a <?php the_title(); ?> in template to show title.
Its conflicting with visual editors. Please follow below steps. Copy page.php file in your theme and rename it as page-gurus.php. Inside while loop add this <?php echo do_shortcode(‘[anspress]’); ?> And same for category but new file name will be taxonomy-question_category.php Try and let me know.