• Hi all,

    Is there anyway to list of all post as drop down?
    for example:
    My post name is Student name and i want to specify friends by selecting names and link from dropdown.

    [friends]
    type = select
    code = 0
    
    PHP Experimental code#0
    -------------------
    foreach($posts as $post) {
         $values[] = $post->ID;
         $valueLabels[] = $post->post_title;
    }

    i want to get front end result some what like this:
    Friends: Tom, Kim, Pete

    https://wordpress.org/plugins/custom-field-template/

  • The topic ‘Can i list of all post as drop down?’ is closed to new replies.