Rami
asked 4 years ago

how can I set featured image in DW knowledge base pro plugin, I can set featured image everywhere except in this plugin :/

2 Answers
DominicStaff
answered 4 years ago

At the moment, the plugin does not support to insert and show the Feature image. However, if you want to have it, we are ready to help you as a custom work with a charge of fee. 

Ramij99
replied 4 years ago

but I still have 5 months of my DW Knowledge Base Pro support.
I can send you my purchase key if you need it.

DominicStaff
answered 4 years ago

In this case, you can open the wp-content/plugins/dw-knowledgebase-pro/inc/base.php file then find the line 69 and replace with the following code:

'supports'            => array(
    'title', 'editor','comments',
    'excerpt', 'thumbnail',
)

If your theme does not support to show the feature image in the single page, you can update the following code:

<div class="dwkb_entry-thumbnail">
    <?php the_post_thumbnail(); ?>
</div>

We will update this feature in the next version.

Powered by DW Question & Answer Pro