我想通过fishpig wordpress extension 4.0在magento中收集帖子。在以前的版本中,它通过
$mypostcollections = Mage::helper('wordpress/post_collection')
->addIsPublishedFilter()
->addCustomFieldFilter("is_featured_post", "1")
->load();
但在更新扩展至 4.0 版后,它无法正常工作。请建议我一些解决方案。