diff --git a/syndicatedpost.class.php b/syndicatedpost.class.php index 75707e1..cdfb691 100644 --- a/syndicatedpost.class.php +++ b/syndicatedpost.class.php @@ -1264,6 +1264,7 @@ function freshness () { 'fields' => '_synfresh', // id, guid, post_modified_gmt 'ignore_sticky_posts' => true, 'guid' => $guid, + 'post_type' => 'any', )); $old_post = NULL;