Forums
(@piter79)
10 years, 4 months ago
I had the same problem when used with custom post type. To get this working just go to fav-page-template.php file, uncomment this bit:
$qry['post_type'] = array('post','page');
and add to this array whatever custom post you like. I hope I helped ??