Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Assigned] Help displaying groups of repeated fields

$
0
0

Hi Tyron.

I just tested the code that you are using and is working fine.

I assume your "Title" field for Videos is the default WordPress title field and you have this code added to a custom single-courses.php template file, right? Could you please confirm this? And if this is all right, could you try the following code and see what it outputs?

<?php $child_posts = types_child_posts('videos');
foreach ($child_posts as $child_post) {
print_r($child_post);
} ?>

Just to check possible things that could be causing this, I would like to know what version of Types and WordPress are you using and the name and version number of any other plugin you may be using too.

Regards,
Juan de Paco


Viewing all articles
Browse latest Browse all 20145

Trending Articles