Question Answer plugin,how to integrate into site theme

0
Question Answer plugin,how to integrate into site theme 1
it-3606
Jun 07, 2022 09:21 PM 1 Answers
Member Since Jun 2022
Subscribed Subscribe Not subscribe
Flag(0)

now  Question Answer plugin can not design along site theme , beaucase  each update   , will rebuild it

 

how to integrate question answer template into site theme

2 Subscribers
Question Answer plugin,how to integrate into site theme 1
Question Answer plugin,how to integrate into site theme 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Question Answer plugin,how to integrate into site theme 4
PickPlugins
Jun 09, 2022
Flag(0)

Welcome to our forum.

I am not sure which part you want to redesign from theme file, I guess its single question page, we are using the following hook to overwrite content part from our plugin

question-answer\includes\functions.php line:1635
add_filter( 'the_content', 'qa_single_question_content' );

you can use the following code to remove this hook

remove_filter( 'the_content', 'qa_single_question_content' );

also, another solution by your theme, can create a copy and create single.php to single-question.php

and put your all code to single-question.php file for single question page.

let me know if you any help.

Sign in to Reply
Replying as Submit