... genres taxonomy to the action: $genres = get_the_terms(get_the_id(), 'ptd_genre'); foreach( $genres as $gen ): $gen_ids[] = $gen->term_id; endforeach; ...
確定! 回上一頁