• MDTW recent-comments.php plugin works nicely with comments attached to regular posts, but it doesn’t display comments attached to “pages”.

    The fix is to replace at the end of the first line of $request

    WHERE post_status = 'publish'
    by
    WHERE (post_status = 'publish' OR post_status = 'static')

    Hope this helps
    Luc

  • The topic ‘[fix] recent-comments.php’ is closed to new replies.