Support

Account

Home Forums Front-end Issues Field Type "User", only show the posts that the "User" is selected Reply To: Field Type "User", only show the posts that the "User" is selected

  • Hi @sbrenner7

    Please debug the $args array to find out if all the data is correct like so:

    
    <?php 
    
    echo '<pre>';
    	print_r($args);
    echo '</pre>';
    die; ?>
    

    Place this after you have defined the $args array values.

    Thanks
    E