PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

help with filter child post populate

  1. stevie
    Member

    Hello helpful people

    How would I create a filter for the following:
    I want to have a drop down or select box that allows the user to pick a 'album' so it saves as child post under my-intermediary? - i have this setup in the backend just i have no idea how i can get this to work with gravity forms ...thankyou!

    '<?php $child_posts = types_child_posts('my-intermediary');
    foreach ($child_posts as $child_post) {
    $venue_id = wpcf_pr_post_get_belongs($child_post->ID,'album');
    $venue = get_post($venue_id);
    echo $venue->post_title;

    }
    ?>'

    Posted 10 years ago on Tuesday June 18, 2013 | Permalink