name : $catid; $searched_term .= $cat_name; } // タグの指定があれば if ( isset( $_GET['tag'] ) ) { $tag_slug = $_GET['tag']; $tag_data = get_term_by( 'slug', $tag_slug, 'post_tag' ); $tag_name = ( $tag_data ) ? $tag_data->name : $tag_slug; $searched_term = $searched_term ? $searched_term . ' / ' . $tag_name : $tag_name; } $searched_text = $searched_text ? $searched_text . ' ( ' . $searched_term . ' )' : $searched_term; // translators: %s is the value of $searched_text. $searched_text = sprintf( __( 'Search results for %s', 'arkhe' ), $searched_text ); // リストタイプ $list_type = apply_filters( 'arkhe_list_type_on_search', ARKHE_LIST_TYPE ); ?>

$list_type ) ); // ページャー the_posts_pagination( array( 'mid_size' => 2, 'screen_reader_text' => null, ) ); ?>