Skip to content

Commit

Permalink
Fixed #91
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Jan 12, 2021
1 parent 326d1ef commit fb0b37c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions disqus/rest-api/class-disqus-rest-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,7 @@ private function comment_data_from_post( $post ) {
$post_query = new WP_Query( array(
'meta_key' => 'dsq_thread_id',
'meta_value' => $thread['id'],
'ignore_sticky_posts' => true,
) );

if ( $post_query->have_posts() ) {
Expand Down

0 comments on commit fb0b37c

Please sign in to comment.