Hi there,
I've been trying to had the read more link to a template I modified.
I added `<?php
global $more;
$more = 0;
the_content('Read more...');
?>`
but I end up with a link targeting an anchor within the post '#more-583' and nothing happens when I click on it. no additional text appears.
so what I am missing ?
please help!