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
Please read the theme integration guide here:
Hello Sukru !
Please read the document guide that Guru provided before to create 2 files “content-start-wrapper.php, content-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 !
Please login or Register to submit your answer