how can I set featured image in DW knowledge base pro plugin, I can set featured image everywhere except in this plugin :/
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.
but I still have 5 months of my DW Knowledge Base Pro support.
I can send you my purchase key if you need it.
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.
Please login or Register to submit your answer