Hello, Use following plugin for it. https://wordpress.org/plugins/report-content/ Thanks & Regards Yogesh Bhade
Thank you!. How can I place the following code under the homepage video and single video pages? <?php wprc_report_submission_form(); ?>
Hello, You need to add this code in front-page.php and single-video_listing.php file. Go to --> themes\videocrafttheme\front-page.php and add <?php wprc_report_submission_form(); ?> code on line no. 107 as shown in screenshot. Go to --> themes\videocrafttheme\single-video_listing.php and add <?php wprc_report_submission_form(); ?> code on line no. 101 as shown in screenshot. This will solve your issue. Thanks & Regards Yogesh Bhade