disqus / disqus-wordpress-plugin

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

All comments from other posts are synced to the sticky post #91

Closed rafaucau closed 3 years ago

rafaucau commented 3 years ago

Describe the bug

When I stick a post to the top of a blog, all comments from other posts are synced to that one sticky post.

To Reproduce

Steps to reproduce the behavior:

  1. Add new post
  2. Check "Stick to the top of the blog" in the post settings image
  3. Publish post
  4. Run Disqus Comments Sync
  5. All comments from other posts are added to the sticky post.

Expected behavior

Comments should sync to the correct post instead of the sticky one.

Specifications:

rafaucau commented 3 years ago

The problem is with this query: https://github.com/disqus/disqus-wordpress-plugin/blob/326d1ef3fe56e5e032dd38873c7b41b80bb7ab39/disqus/rest-api/class-disqus-rest-api.php#L734 The query should use 'ignore_sticky_posts' => true,