You’re welcome, Jakob. I’ll be waiting for the new release.
Well, I,ve achieved it by replacing the index.php 341 line with:
$query = array(‘numberposts’ => $numberposts, ‘post_type’ => array(‘news’,’entrevistas’));
where ‘news’ and ‘entrevistas’ are the custom post types that I want to show. I know it’s not the best way to go, but it solves my problem. It would be good an improvement of the plugin with this functionality.
I’m not using the plugin, but I’m having similar issues with other plugins since I use PHP5.5.
Do you use PHP5.5? I have the same issue with it.