In the file “single.php”, I can see this :
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'portfolio-press' ), 'after' => '</div>' ) ); ?>
but it don’t work even if it work on the home page ??
I found another code to replace but it’s not very pretty.