Try the below code. $options = array(); $posts = get_posts( array( 'post_type' => 'digital_card' ) ); foreach ( $posts as $key => $post ...
確定! 回上一頁