Kelly Murray
asked 10 years ago

This worked to integrate DW Q& A with free HelpDesk Theme – BuddyDocs http://buddydev.com/themes/buddydocs/ But careful with the code – the below “blockquotes” may not preserve correct ‘ and “” In your childtheme, add to: content-start-wrapper.php:

    

case 'buddydocs':
        echo '<div id="contents" class="padder clearfix two-col-right">
        <section id="content"><class="entry clearfix" div class="entry-content">';
        break;

In your childtheme, add to: content-start-wrapper.php:

    case 'buddydocs':
        echo '</section>';
        get_sidebar();
        echo '</div></div>';
        break;

Took me a bit to close </section> before get_sidebar. Hope this helps!

1 Answers
DominicStaff
answered 10 years ago

Awesome ! Thanks for your solution. I appreciate it. 🙂

Powered by DW Question & Answer Pro