Try Out Form

<h1 class=”entry-header text-primary fst-italic”><?php echo esc_html( get_the_title() ); ?></h1>

if (is_page()) {
single_post_title();
} else {
echo rtrim(wp_title(”, false), ‘- ‘);
}

$our_title = get_the_title( get_option(‘page_for_posts’, true) );