... custom post types you can use is_post_type_archive if ( is_post_type_archive( array( 'portfolio', 'testimonial' )) { // do stuff } ...
確定! 回上一頁