Hi Timo. Thanks for the quick reply! Any updates on this?
[ Please do not bump, that’s not permitted here. ]
Workaround for YOAST SEO Plugin User: add a page-<my-page-name>.php file into you template directory and copy the content of page.php into it.
Then add the following instead of the content part:
<?php if (function_exists('wpfp_list_favorite_posts')) { wpfp_list_favorite_posts(); } ?>