This is what I found in content.php
<div class=”entry-content”>
<?php
/* translators: %s: Name of current post */
the_content( sprintf(
__( ‘Continue reading %s <span class=”meta-nav”>→</span>’, ‘freak’ ),
the_title( ‘<span class=”screen-reader-text”>”‘, ‘”</span>’, false )
) );
Yeah thank you for your help 🙂
Been trying to solve this for a while but it seems a bit more complex than usually.