Returns the permalink to the blog page by getting the blog page id from the option settings defined in the Reading settings.
<?php echo get_permalink( get_option('page_for_posts') ); ?>
Returns the permalink to the blog page by getting the blog page id from the option settings defined in the Reading settings.
<?php echo get_permalink( get_option('page_for_posts') ); ?>