Current File : /home/virtualki/22346/wp-content/themes/Boldtheme/template-parts/wp-link-pages.php
<?php
/**
 * Template part for displaying the wp_link_pages.
 *
 * @package Bold
 */

?>

<?php
  wp_link_pages( array(
    'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'bold' ),
    'after'  => '</div>',
  ) );
?>