sukru can
asked 10 years ago

Hello there,

Hello there,
I have trying to use DW Questions Answers Plugin with that theme. Here is how does the page look
http://www.wpbilir.com/soru-cevap/
What can cause that? Any CSS trick would help?

2 Answers
Guru
answered 10 years ago

Please read the theme integration guide here:

DW Question & Answer Plugin

DominicStaff
answered 10 years ago

Hello Sukru ! 
Please read the document guide that Guru provided before to create 2 files “content-start-wrapper.phpcontent-end-wrapper.php“.  
– Then add the following code to the content-start-wrapper.php file.

<section class="content">
<?php if( is_page() || is_archive() ) { ?>
<header class="entry-header">
<h1 class="page-title pad group"><?php _e( 'Question & Answer', 'dw-focus' ); ?></h1>
</header>
<?php } ?>

– Then add the following code to the content-end-wrapper.php file.

</section>

Hope this helps !

Powered by DW Question & Answer Pro