disqus / disqus-wordpress-plugin

WordPress plugin for Disqus (Latest version)
https://disqus.com/
34 stars 25 forks source link

Fixed an issue with all comments syncing to one sticky post #92

Closed rafaucau closed 3 years ago

rafaucau commented 3 years ago

Description

Fixed a bug that caused all comments from other posts to sync to the sticky post.

Motivation and Context

Fixed #91

How Has This Been Tested?

I added 'ignore_sticky_posts' => true to the query and started to sync Disqus comments. Comments are now added to the correct posts.

Types of changes

hlgott1593 commented 3 years ago

Was able to reproduce issue and fix. Thank you for addressing the issue.