Wordpress blog page title
<h2><?php echo get_the_title(get_option('page_for_posts')) ; ?></h2>
<?php remove_filter('the_content','wpautop'); echo '<h3>'.apply_filters('the_content', get_post_meta(get_option('page_for_posts'), 'subtitle', true)).'</h3>';?>