Support

Account

Home › Forums › General Issues › Relationship: Pull in comments to related posts? › Reply To: Relationship: Pull in comments to related posts?

  • See get_comments(), WP_Comment_Query and pre_get_comments

    Basically what you need to do here is to create a pre_get_comments filter that adds the post ID’s for related posts to the “post_in” argument of the comment query.