You can simply get the Blog page URL by using below code:
<a href="<?php echo get_permalink( get_option( 'page_for_posts' ) ); ?>">Blog</a> |
You can simply get the Blog page URL by using below code:
<a href="<?php echo get_permalink( get_option( 'page_for_posts' ) ); ?>">Blog</a> |