Hello guys,
I have a question about the plugin, Is it possible to create 2 forms and only use 1 form on the home page and use the second form on a different page ?
Regards
Hi @bassem,
Is it possible to create 2 forms?
Sure, wpDiscuz allows you to create custom comment forms.
use 1 form on the home page
You can achieve this by using the Display comment form for post IDs option. In the first form, you can use home page ID to display a certain comment form for only home page.
use the second form on a different page
wpDiscuz allows you to have different comment forms for different custom post types. In the second form, you'll just need to enable comment form for post types: More info here: https://wpdiscuz.com/docs/wpdiscuz-documentation/getting-started/custom-comment-form/comment-form-settings/#post-types
Hi @elvina
Thank you so much.
I have one more question .. Can i export the comments as cvs or excel file ?
sure @bassem you can,
You'll need to export the wp_comments table.
The wp_ is just a prefix. In your case, it can differ
More info here:
https://wordpress.stackexchange.com/questions/80151/how-to-export-comments-in-wordpress
Thank you so much