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

Found the culprit. I've added below code in qa-theme.php file to show google adsense after all answers. It's displaying google adsense ads but hiding all answers then. I removed the below code and all answers are back again.

 

function a_list()
        {
            qa_html_theme_base::a_list();
 
            //ad after all answers, just before related questions
            //Put your ad code in between below brackets
            ?>
Google adsense code
            <?
 
        }
 

 

Any way to correct this code or any other way to add Google adsense code after all answers?

 

Thanks in advance.

 

 

 
related to an answer for: Question not displaying its description

Please log in or register to answer this question.

...