nanodesigns / nanosupport

Create a fully featured Support Center in your WordPress setup without any third party dependency, completely FREE. Get a built-in Knowledgebase too. The plugin is available on WordPress.org repository:
https://wordpress.org/plugins/nanosupport/
GNU General Public License v2.0
50 stars 13 forks source link

Post Thumbnails for knowledgebase. #88

Closed freimaks closed 4 years ago

freimaks commented 4 years ago

Knowledge base posts are generated using a standard template.

Is it possible to add thumbnails for this type of post?

Of course we can use the hook ourselves: add_post_type_support( 'nanodoc', 'thumbnail' );

But I don’t know how legal this is for your plugin.

mayeenulislam commented 4 years ago

Thank you for reaching us. It's 100% legal, because it's GPL licensed. You can change, modify however you want.

But changing directly in the plugin file is not recommended, as they will be wiped out on the next plugin update. For the modification, you can add the code in your theme or in another plugin of your own.