' . get_the_title( $the_id ) . ''; // the_title() に倣ってエスケープ関数はなし // サブタイトル $subtitle = apply_filters( 'arkhe_page_subtitle', '', $the_id, 'inner' ); if ( '' !== $subtitle ) : echo '
' . wp_kses( $subtitle, Arkhe::$allowed_text_html ) . '
'; endif; ?>