/ Published in: PHP
Dispaly a repeatable region using the Simple Fields wordpress plugin.
Expand |
Embed | Plain Text
<?php $childPagesRepeatedGroup = simple_fields_get_post_group_values(get_the_id(),"Child Pages", true, 2); foreach ( $childPagesRepeatedGroup as $childPage ) { $imageSource = wp_get_attachment_image_src($childPage['Pic']); ?> <div class="child-links"> </div> <?php } ?>
You need to login to post a comment.
