Returns true if wordpress is on an archive page is_archive(); // For posts only is_post_type_archive( $post_types ); // For a specific post type // example: ...
確定! 回上一頁