Returning to version 1.1.3.4 fixes the problem but is undesirable
also I am using WordPress 3.5.1.
I am using Types v1.2.2 and types_child_posts(‘post-type’); does not work.
$child_posts = types_child_posts(‘recipe’);
foreach ($child_posts as $child_post) {
echo $child_post->post_title;
}
If I call the code in the parent’s single post page nothing is returned
Is anyone else having this problem?