Is there a shortcode for the single question page? How do I create a custom page?
1 Answers
@john ellis : there is no short code for the single question page but you can create that page : in your theme folder, you create a new folder and name it : dwqa-templates
,
after that , you open wp-content\plugins\dw-question-answer\inc\templates\default
and copy all the php files in there to dwqa-templates
folder in your theme. You can see that the single-question.php
file in there, just custom it ass you like. That is the way to override default dwqa templates.Hope this help !
ok,. thanks
Please login or Register to submit your answer