Report plugin doesnt get post id correctly.
-
Using this plugin it doesnt have support so im asking here.
https://wordpress.org/plugins/wp-report-post/When i click report button a window comes up with the correct title but within few milliseconds it switched to no title so basicly i cant report any post.
Im using the plugin like this in my theme.
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-title"> <?php the_title(); ?> <a href="#" post-id="<?php echo $post->ID; ?>" class="report-post-link">Report Post</a> </header> </article>Does anyone know what the error can be caused by?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Report plugin doesnt get post id correctly.’ is closed to new replies.