Hi,
I am adapting a template and can't figure out why the "the content" function is returning the read more link in a seperate paragraph. As far as I understand, it shouldn't, unless specified in the functions.php with:
function add_p_tag($link){
return "<p>$link</p>";
}
add_filter('the_content_more_link', 'add_p_tag');
...but it's not. Yet: the output-sourcecode shows me this:
...socio‐spatial configurations.</p>
<p> <a href="http://justanotherwebsite.com/...city/#more-64" class="more-link">Weiterlesen »</a></p>
It's probably something very simple I just don't know or see or find in the forums...?!
thanks!