• A site I am working on will be recieving multiple comments (over +100 comments) per post, and there will be 5-6 posts occuring at the same time.

    Here is the problem:
    When i log in to the moderation page in the wp-admin, I cannot tell which comments came from which post. Is there a way to modify the wp-admin/moderation.php file to also call the post_title into each awaiting comment?

    maybe there is a handy little plugin that handles this?

    awaiting response ??

    -jeremy

Viewing 1 replies (of 1 total)
  • Thread Starter silencematters

    (@silencematters)

    I would think that you would be able to just add
    <?php the_title(); ?>

    to the section in wp-admin/moderation.php whre it says:

    <p><strong><?php _e('Name:') ?></strong> <?php comment_author_link() ?> <?php if ($comment->comment_author_email) { ?>| <strong><?php _e('E-mail:') ?></strong> <?php comment_author_email_link() ?> <?php } if ($comment->comment_author_url && 'https://' != $comment->comment_author_url) { ?> | <strong><?php _e('URI:') ?></strong> <?php comment_author_url_link() ?> <?php } ?>| <strong><?php _e('IP:') ?></strong> <a href="https://ws.arin.net/cgi-bin/whois.pl?queryinput=<?php comment_author_IP() ?>"><?php comment_author_IP() ?></a> | <strong><?php _e('Date:') ?></strong> <?php comment_date(); ?></p>

Viewing 1 replies (of 1 total)
  • The topic ‘Organize Comment Moderation’ is closed to new replies.