WP Report Post free WordPress plugin
Description
WP Report Post free WordPress plugin
Report Post is a highly customizable plugin that lets your visitors to report posts or pages with inappropriate content. All these reports are displayed as a table in your Administrator section so you can decide what to do next: edit contents, unpublish posts/pages, or just delete these reports. The plugin was designed to work in both automatic and manual modes. In automatic mode, the link to report will be added to post’s meta box. In manual mode, you can place the link, button or image anywhere you want in templates.
Features:
Easy to use – you can simply activate the plugin and it will do the thing
Highly customizable via Options and CSS
AJAX based – no page reload will occur
Can be used in Automatic and Manual modes (to use in templates)
Works for Posts, Pages and Custom post types
Supports AJAXly loaded posts, ‘infinite scroll’ posts, etc.
Does not use additional databases / tables anymore. All reports are stored in postmeta.
Modal window instead of expandable form (works with AJAXly loaded posts!)
Bulk Unpublish, Publish, Delete Posts, Delete Reports
All texts displayed in front end are customizable via Options
Admin notification about reported posts
Can use Captcha to protect from spam
Plugin demo: www.esiteq.com/projects/wordpress-report-post-plugin/
Usage
Plugin handles 4 class names. Two pre-defined (.report-post-link for a simple link with exclamation mark icon and .report-post-button for button)
and two custom that you can define yourself (.report-post-custom-link and .report-post-custom-button, respectively).
To work correctly, report link must be placed inside of an
<
article> tag. Article tag must have id=”post-XXXX”, where XXXX is the id of current post. If your theme does not use
<
article> tags, you can add post-id=”XXXX” attribute to report link, e.g.
.kadence-column_9e318b-46 > .kt-inside-inner-col{padding-top:0.62em;padding-bottom:1.8em;padding-left:1.6em;padding-right:1.6em;border-color:rgba(2, 44, 83, 0.3);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;box-shadow:0px 0px 4px 1px rgba(0, 20, 46, 0.2);}.wp-block-kadence-column.kadence-column_9e318b-46 > .kt-inside-inner-col{margin-top:0em;margin-bottom:0em;margin-right:0em;margin-left:0em;}.kadence-column_9e318b-46 > .kt-inside-inner-col{background-color:var(--global-palette9, #ffffff);}img.h-100.w-100{
border-radius: 20px;
}